3,788 Matching Annotations
  1. Jun 2021
    1. When you use this feature, the payment receipt will be automatically shared with customers via email and SMS using the details they provided at the time of payment. An auto-generated reference number will be added by Razorpay.

      Use this feature to automatically share the payment receipt with customers via email and SMS. An auto-generated reference number is added by Razorpay.

    1. You can show an input field such as Name, Address and its associated value on the Receipt. To do this:

      To show an input field such as Name, Address and its associated value on the Receipt:

    1. Login to your Shopify account In the left side menu, click Apps Select the Razorpay Sample App from the list of Apps as shown below:

      this needs to be a numbered a list with a intro line, such as Follow these steps:

    2. Shopify provides an API based e-commerce platform for merchants who wish to move their businesses online.

      Shopify provides an API based e-commerce platform that enables businesses to set up their stores online.

    1. There is a separate Webhook payload for the virtual account created with TPV allowed_payers attribute.

      If the TPV feature is enabled for Smart Collect, the webhook payloads described above contain the allowed_payers object parameter.

    1. n to Yes or N

      Is it possible to add a highlighting red box around the Bank Configuration fields? I understand that the cursor is present but it took me a minute to figure it out because the Branch field is highlighted. Maybe we can do this in another PR?

  2. May 2021
    1. Credit Card EMI, Debit Card EMI and No Cost EMI emi

      Should make EMI folder have an index and place these files/folder under that. These folders should be part of the EMI tree so that all EMI types are visible easily, at once

    1. However, we recommend using the Manual checkout method (Standard Integration) for integrations as it provides greater control on your integrations.

      However, we recommend using the Manual checkout method (Standard Integration) as it provides greater control on your integrations.

    2. Integrate your website, app or ecommerce store with the Razorpay Payment Gateway using one of the available integration methods to start accepting payments using the Razorpay Payment Gateway.

      Integrate your website, app or ecommerce store with the Razorpay Payment Gateway using one of the available integration methods and start accepting payments.

    1. Payouts

      Should we also enable merchants to select the right solution for them? Have a comparison table or something? At present, as a user while I see what the payout products are, I am not sure which one fits my use case...

    1. within 2 minutes. Ge

      Instant activation is supported only for a few merchant categories. There are a lot of angry merchant support tickets who claim that there account is not activated for months. So mentioning this 2 minutes might lead to more support tickets or send an incorrect message.

    2. Razorpay On-demand Settlements hel

      It is kind of confusing because we are using two names for this product- Early settlement and On demand settlement. In the image we are going with Early Settlements.

    3. Integrate with our Payment Gateway to add payments to your website or app with a seamless checkout experience

      Suggestion: Integrate our Payment Gateway with your website or app to accept payments from customers.

      Add payments is not very clear

    1. If you are an existing CA user, then please create a new ledger for RazorpayX. All unpaid bills should be moved to this ledger to make e-payments. If you do not have any existing ledger please create a new ledger
      <callout info> **Handy Tips** <br> If you are an existing CA user, please create a new ledger for RazorpayX. All unpaid bills should be moved to this ledger to make e-payments. </callout>
  3. Apr 2021
    1. The Webhook URL is provided by the receiving application to let the other application know where to push the data when a specific Webhook Event occurs.

      Provide the Webhook URL to let Razorpay know where to push the data when a specific Webhook Event occurs. You can set up multiple URLs to receive Webhook notifications.

      I think we can club the intro line and the callout like this ^

  4. betasite.razorpay.com betasite.razorpay.com
    1. Webhooks Vs. API#

      Suggesting a more detailed explanation with examples. We can present this in a tabular format

      API

      API is a software intermediary that allows two applications to talk to each other. It is a messenger that delivers your request to the provider and then delivers the response back to you.

      APIs are request-based, meaning that they operate when requests come from 3rd party apps.

      For example, you can create a Payment Link using the API and send it to your customers.

      Webhook

      Webhook is a way for an app to provide other applications with real-time information. It delivers data as an event happens or almost immediately.

      Webhooks are event-based, meaning that they will run when a specific event occurs in the source app.

      For example, you can configure the webhook event payment_link.paid to receive notifications when a customer makes the payment using the link.

    2. If you have subscribed to 'order.paid' Webhook Event, you will receive a notification every time a user pays you for an order.

      If you have subscribed to the 'order.paid' Webhook Event, you will receive a notification every time a user pays you for an order.

    3. Webhooks (Web Callback, HTTP Push API or Reverse API) are one of the ways in which one web application can send information to another application in real-time when a specific event happens.

      Webhooks (Web Callback, HTTP Push API or Reverse API) is one of the ways in which one web application can send information to another application in real-time when a specific event happens.

      or

      A web application can use Webhooks (Web Callback, HTTP Push API, or Reverse API) to send information to another application in real-time when a specific event happens.