1,040 Matching Annotations
  1. Apr 2023
    1. check AWS-SNS docs for full reference to subscriber side options, subscription filters, and signature validation

      Refer to AWS-SNS for information about...

    2. vishnu

      This is probably a sample PR created by someone called Vishnu. We can remove the name and say "via a PR". Also, see if we can get the link to that sample PR and add it as a reference.

    3. Stage: For Emails: stage-stork-email-callbacks Prod: For Emails: prod-stork-email-callbacks

      Should we put this in the table format for more visibility?

      What do you think?

  2. Mar 2023
    1. In the Go live! section, click Enable Widget.

      Suggestion:

      Click Enable Widget in the Go live! section.

      It is always good to mention the action first.

    1. upi_link mandatory for creating UPI Payment Linkboolean Must be set to true for creating UPI Payment Link.Handy TipsIf the upi_link parameter is not passed or passed with value as false, a Standard Payment Link will be created.

      Hide this for Curlec. UPI is not available.

    1. imeout optionalinteger Sets a timeout on Checkout, in seconds. After the specified time limit, the customer will not be able to use Checkout.

      Looks like this is a duplicate entry.

  3. betasite.razorpay.com betasite.razorpay.com
    1. You can manage settlements using APIs or from the Razorpay Dashboard.

      Suggestion:

      May be we can have this sentence in the top description. This is somehow not visible.

    2. would

      Suggestion:

      It's always good to avoid the word "would". This will create ambiguity. You can change it to will.

      The fee will be 0 incase of a normal settlement.

  4. Feb 2023
  5. betasite.razorpay.com betasite.razorpay.com
    1. Scroll to the PayPal section and click Link Account.

      As per the screenshot, one should go to the Settings and then scroll to the PayPal section. Please change this step accordingly.

    2. The same email id should not be used by the merchant for multiple MIDs.

      We normally don't use the term merchants. We refer merchants as "you". Check once. If it is ok to use then my suggestion of the sentence is as below:

      "Merchants should not use the same email ID for multiple MIDs."

      AND

      If it is not ok to use, then:

      "You should not use the same email ID for multiple MIDs."

  6. Jan 2023
    1. Cardless EMI as a payment method is not enabled by default. Raise a request with our Support Team to enable this feature.

      Use the standard feature request partial here.

  7. Dec 2022
    1. Request Parameters

      The format is incorrect here.

      Should have a heading, description of the API, endpoint, code, Req Parameters and Response Parameters.

      Please make the change accordingly.

    1. Customise the appearance of the Payment Links payment request page using Razorpay APIs. Change the labels of the payment details fields, modify checkout appearance, prefill fields and payment method and more.

      Too much content. Try to reduce.

    2. Renaming Labels Changing Business Name Prefilling Checkout fields Customizing Payment Methods shown on Checkout Rename Labels in Checkout Section Implement Thematic Changes in Payment Links Checkout Section

      All these links should open in a new tab.

    1. Related Information For different kind of errors that can occur in UPI payments flow, refer the Error reasons documentation.

      This doesn't seems rite. Please check once.

    1. Business Sub-Category

      The Values column is too confusing here.

      Check with Vinita on whether we can give a downloadable file that contains this list.

    1. Request Parameters

      The order is off here.

      Should have a heading, description of the API, endpoint, Code, Request parameters and then Response parameters.

      Please check with the TW and make the changes.

    2. Customise and rename the labels in the Payment Details section of the Payment Links payment request page using Razorpay APIs. Display labels in different languages, for example, Hindi or Tamil.

      Meta desc is of too much content. Please re-phrase.

    1. We recommend that you to have the customer’s mode of payment mode.

      This sentence doesn't seems rite.

      We recommend you to have the cutomer's mode of payment mode.

    1. RequestResponsecopycurl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET] \-X POST https://api.razorpay.com/v1/virtual_accounts \-H "Content-Type: application/json" \-d '{ "receivers": { "types": [ "qr_code" ] }, "description": "First Payment by BharatQR", "customer_id": "cust_805c8oBQdBGPwS", "notes": { "reference_key": "reference_value" }}'

      The code should be placed before the request and response parameters. Also, check if the code sample is available in any other SDK languages.

    2. Get Postman Collection We have a Postman collection to make the integration quicker and easier. Click the Download Postman Collection button below to get started.

      We have a new button called run in postman. Check and update.