3,788 Matching Annotations
  1. Oct 2021
    1. Issuer Bank can decline the card due to multiple checks at their end. The exact reason in this case is not shared with Razorpay. Customer needs to reach out to the issuing bank.

      Issuer Banks can decline the card due to multiple checks at their end. The exact reason, in this case, is not shared with Razorpay. The customer needs to reach out to the issuing bank.

    2. The UPI collect request time period has expired. For example, in most collect requests the expiry period is 5-10 minutes within the payment has to be completed by the customer on the UPI app. If a customer fails to complete the payment during this time, the collect request is marked as expired and the payment fails.

      The UPI collect request time has expired. For example, in most collect requests, the expiry period is 5-10 minutes, within which the payment has to be completed by the customer on the UPI app. If a customer fails to complete the payment during this time, the collect request expires and the payment fails.

    3. Customer Drop-offs is a scenario where the payment has failed because of the customer. This can happen due to various reasons such as customer cancellations, incorrect CVV, insufficient funds and so on.

      This can happen due to various reasons such as customer cancellations, incorrect CVV, insufficient funds, and so on.

    1. .6.8 5 May 2021 Feature: Added events for checkout rendered at SDK for alerting purpose Feature: Passing more data in analytics to make to align it with checkout web

      we can remove this one from the table

  2. Sep 2021
    1. Raise a Chargeback

      In the video, we call it dispute. should we call it dispute throughout for consistency?

      Why I used the word dispute was that customers might relate to this better than chargeback.

  3. betasite.razorpay.com betasite.razorpay.com
    1. ts: payment.authorized',

      The commas should not have the code formatting applied on them. Use this code:

      payment.authorized', 'payment.failed', 'refund.created' and 'virtual_account.credited.

    1. Step 1 - You receive an invoice with a due date against it. You wish to pay the invoice exactly on the due date. Step 2 - You wish to pay all the invoices of a particular vendor in a time range at the end of the fortnight/month or payment cycles. Step 3 - You receive an invoice based on some payment terms agreed with the vendor, which mandates payment to be made exactly after x days post the invoice date.

      numbering breaking

    1. he unique identifier of the vitual account from which allowed_payer account details has to be deleted.

      The unique identifier of the virtual account from which the allowed_payer account details should be deleted.

    2. Delete a TPV account using this API. You can delete one account at a time. Use the below endpoint to delete the required TPV account.

      Suggested change:

      Use this API to delete a TPV account. You can delete one account at a time.

    1. meters🔗

      please check it on json formatter once. I have formatted and shared the code below:

      { "type": "bank_account", "bank_account": { "ifsc": "UTIB0000013", "account_number": "914010012345679" } }

    2. "type": "bank_account", "bank_account": { "ifsc": "UTIB0000013", "account_number": "914010012345679", }

      there seems to be extra space. there should be no comma after the account number since that is the last parameter

  4. Aug 2021
  5. betasite.razorpay.com betasite.razorpay.com
  6. betasite.razorpay.com betasite.razorpay.com
  7. Jul 2021
    1. Publish the page and share the URL with your customer

      This explanation needs to change. We need to mention that they have to add the hyperlink button on their website. When customers click on that button, they will be redirected to the Razorpay Payment Page where they can enter the details and complete the payment.

  8. Jun 2021
  9. betasite.razorpay.com betasite.razorpay.com
  10. betasite.razorpay.com betasite.razorpay.com
    1. Raise a request with Razorpay Support to enable international payments for your account.

      Follow these steps to enable international payments for your account.

      Add this link to the words these steps - /docs/payment-gateway/payments/international-payments/

    1. ok Entity🔗

      the entity should also contain these parameters:

      { "wk_id": "HK890egfiItP3H", "created_at": 1623060358, "updated_at": 1623060358, "service": "beta-api-test", "owner_id": "H3kYHQ635sBwXG", "owner_type": "merchant", "context": [], "disabled_at": 0, "url": "https://en1mwkqo5ioct.x.pipedream.net", "alert_email": "gaurav.kumar@example.com", "secret_exists": true, "entity": "webhook", "active": true, "events": [ "payment.authorized", "payment.failed", "payment.captured", "payment.dispute.created", "refund.failed", "refund.created" ] }