1,040 Matching Annotations
  1. Jul 2022
  2. betasite.razorpay.com betasite.razorpay.com
  3. betasite.razorpay.com betasite.razorpay.com
    1. The following endpoint helps to retrieve the details of all the items created till date.

      The following endpoint retrieves the details of all the items created till date.

    2. The following endpoint helps you to retrieve the details of a specific item using the Item_id.

      The following endpoint retrieves the details of a specific item using the Item_id.

    3. Item is in inactive state. By default, the item is in active state.

      Item is in the inactive state. By default, the item is in the active state.

    4. The identification number for the tax group. Tax group is a collection of taxes that can be applied as a single set of rules.

      Are we missing the data type here?

  4. betasite.razorpay.com betasite.razorpay.com
    1. You can retrieve the details of the card used to make a payment using the following endpoint:

      The following endpoint retrieves the details of the card used to make a payment.

    2. Handy Tips By default, only the last 10 records are displayed. You can use the count and skip parameters to retrieve the specific number of records that you need.

      Should this be after the paragraph before the endpoint?

    3. Supported values are: -card: Expanded card details, usable for card and EMI payments. -emi: Expanded EMI plan details, usable for EMI payments.

      Formatting issue.

      Change Supported values

      to Possible values

    4. Used to retrieve additional information about the payment and the method used to make the payment. Using this parameter will cause a sub-entity to be added to the response.

      Suggestion:

      Used to retrieve additional information about the payment and the method used to make the payment. Using this parameter causes a sub-entity to be added to the response.

    5. Handy Tips While creating a capture request, in the amount field, enter only the amount associated with the order that is stored in your database. After the payment capture, the funds are transferred to your account in T+2 days in case of a domestic transaction. For international transactions, the time taken is T+7 business days. The amount sent in the capture request must come from a verified source and be the amount you expect to receive. Watch Out! Attempting to capture a payment whose status is not authorized will produce an error.

      Shouldn't these 2 callouts be placed before the Path Parameter

    6. You can accept payments from your customers by integrating your website or app with Razorpay Payment Gateway. You can also use Razorpay products such as Payment Links, Payment Pages, Subscription Links, Invoices and Smart Collect to accept Payments.

      I would suggest we make this as paragraphs. Points immediately after title may not look good.

  5. May 2022
    1. This step can be skipped if there are customers already created in your account.

      You can skip this step if you have already created customers in your account.

    2. { "id" : "cust_EIW4T2etiweBmG", "entity": "customer", "name" : "Gaurav Kumar", "email" : "gaurav.kumar@example.com", "contact" : "9123456789", "gstin": null, "created_at ": 1234567890

      A suggestion here: Should we have this section before request parameter and immediately after the endpoint? I think that would be appropriate.

    1. On the right panel, check if the status for payment.authorized, refund.created and virtual_account.credited is enabled.

      See if we can give space between this line and the image.

  6. Apr 2022
    1. You can now see the invoices listing along sync status on the Vendor Payments page as shown below

      You can now see the invoices listing along with sync status on the Vendor Payments page, as shown below.

  7. Mar 2022
  8. Feb 2022
    1. Integration Steps

      A suggestion: Should we create a video here? Since we have more than 10 steps.

      Is it good to mention steps to disable or delete the created trigger?

    1. Add Razorpay Checkout Options to app.js File.

      Add Razorpay Checkout Options to the app.js File.

      Also, Link is not working for me. Please check.

    2. Follow the steps to use the SDK and integrate with Razorpay Payment Gateway:

      Follow the steps given below to use the SDK and integrate with Razorpay Payment Gateway:

    1. You will receive a welcome message on the mobile number which is associated with your Razorpay Admin account.

      These 3 image quality is not that great when magnified. Please check once.

    1. Possible values: - true: Customer will not be able to edit this field. - false (default): Customer will be able to edit this field. email optional boolean Used to set the email field as readonly. Possible values: - true: Customer will not be able to edit this field. - false (default): Customer will be able to edit this field. name optional boolean Used to set the name field as readonly. Possible values: - true: Customer will not be able to edit this field. - false (default): Customer will be able to edit this field.

      Bullet points are broken. Please check

    1. - true: Customer will not be able to edit this field. - false (default): Customer will be able to edit this field. name optional boolean Used to set the name field as readonly. Possible values: - true: Customer will not be able to edit this field. - false (default): Customer will be able to edit this field.

      Bullets are broken please check.

    2. - true: Customer will not be able to edit this field. - false (default): Customer will be able to edit this field.

      Looks like Bullet points are broken here.

    1. Now you can make AJAX requests. Once it is done, you can emit resume or cancel event:

      Now you can make AJAX requests. Once it is done, you can emit resume or cancel the event:

  9. betasite.razorpay.com betasite.razorpay.com
  10. betasite.razorpay.com betasite.razorpay.com
    1. In this flow, it is likely that the customers enter invalid VPAs or forget their VPAs, which could lead to higher drop-off rates. In order to overcome this problem, Razorpay enables you to save the VPAs of a customer. The VPAs entered by the customer are stored and secured as tokens in Razorpay. This saves the customer the hassle of entering the VPA again for every transaction. Thereafter, on subsequent visits, the customers select the saved VPA of their choice and complete the payment.

      In this flow, it is likely that the customers enter invalid VPAs or forget their VPAs, which could lead to higher drop-off rates. To overcome this problem, Razorpay enables you to save the VPAs of a customer. The VPAs entered by the customer is stored and secured as tokens in Razorpay. This saves the customer the hassle of entering the VPA again for every transaction. After that, the customers select the saved VPA of their choice and complete the payment on subsequent visits.

    1. Handy Tips Existing card details will be saved as network tokens irrespective of whether the The Collect Consent from Customers feature is enabled on the Razorpay Dashboard or not, provided consent_to_save_card=1. Handy Tips The customer can choose at any point of time to delete their saved card details from here.

      A suggestion.

      Can't we have these two points under 1 Handy tip?

    1. Scenario 1: Business will seek customer consent on their UI and will save card details with Razorpay. Scenario 2: Business will not seek customer consent and wants Razorpay to seek consent. Scenario 3: Business can Seek Consent from some Customers Only.

      Can we make these hyperlink pages open in a new tab rather than on the same tab?

    1. Use the below method to fetch a list of payment methods for recurring payments available to you.

      Suggestion: Use the below method to fetch a list of available payment methods for recurring payments.

    2. receipt optional string Your receipt id for this order should be passed here. Maximum length 40 characters. notes optional object Key-value pair that can be used to store additional information about the entity. Maximum 15 key-value pairs, 256 characters (maximum) each. For example, "note_key": "Beam me up Scotty”.

      These 2 parameters are not present in the request. Please check.