1,040 Matching Annotations
  1. Dec 2022
    1. regular request parameters passed to create Payment Links via API.

      Remove the hyperlink for the entire sentence and link only to request parameters.

  2. betasite.razorpay.com betasite.razorpay.com
    1. key = webhook_secretmessage = webhook_body // raw webhook request bodyreceived_signature = webhook_signature expected_signature = hmac('sha256', message, key) if expected_signature != received_signature throw SecurityErrorend

      Use the language name as like in the above code to fix this issue.

    2. Learn how to set up webhooks for recurring payments, available webhook events and sample payloads for these events. Webhooks are the best ways to receive alerts about the authorization payment, the status of tokens and subsequent recurring payments.

      Shorten this and follow the standards

    1. You can share the short URL with customers to accept payments. You can print and download it. You can create QR Codes for single or multiple use and for specific or all customers.

      Add these points before the endpoint.

    2. The URL is wrong or is missing something.Ensure that you use the correct and complete URL without any spelling mistakes.

      The error is about payment_id. Cause and solution doesn't have anything specific to payment_id. Please re-check once.

    3. The URL is wrong or is missing something.Use the correct and complete URL.

      Error talks about ID. Cause and solution doesn't have anything about the ID. Please re-check once.

    4. The URL is wrong or is missing something.Use the correct and complete URL.

      Check if this is the correct cause and solution. Coz, in the previous table we have the same error and the cause and solution are different. That is related to QR Code ID.

    5. Data sent for a field is invalid, for example, when the data sent for type is abc , instead of the acceptable value.

      Suggestion: Data sent for a field is invalid. For example, when the data sent for the type parameter is abc instead of the acceptable value.

  3. Nov 2022
    1. This error occurs when the time passed in the expire_by parameter is comes before the time at which the parameter is passed.

      Try rewording this sentence. Something like.

      This error occurs when the time passed in the expire_by parameter comes before the time the parameter is passed.

    2. { "error": { "code": "BAD_REQUEST_ERROR", "description": "offers is/are not required and should not be sent" } }

      Ideally this shouldn't here at all. Let's check with Sudan again on this.