3,788 Matching Annotations
  1. Sep 2023
    1. If you have not received any webhook notifications due to some technical issues, you can use the Fetch Downtime by ID API to fetch the said downtime status.

      Use this endpoint to fetch downtime status if you have not received any webhook notifications due to technical issues.

    1. Test Card for India

      we can remove the CVV and Expiry Date columns from all tables and mention a one-liner under each section about it. currently, the tables, particularly card number columns look squished

  2. Aug 2023
    1. 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 amoun

      let us remove this from here.

    2. While creating a capture request, in the amount field, enter only the amount associated with the order that is stored in your database.

      move this info to the amount parameter description in the request parameters section

    3. the payment status from authorized to captured. Watch Out!Attempting to capture a paym

      merge these two. trying to reduce number of callouts..

      Use this endpoint to change the payment status from authorized to captured. Attempting to capture a payment whose status is not authorized will produce an error.

  3. curlec.com curlec.com
    1. 1.6 Verify Payment Signature Signature verification is a mandatory step to ensure that Curlec sends the callback. The razorpay_signature contained in the callback can be regenerated by your system and verified as follows. Create a string to be hashed using the razorpay_payment_id contained in the callback and the Order ID generated in the first step, separated by a |. Hash this string using SHA256 and your API Secret. copygenerated_signature = hmac_sha256(order_id + "|" + razorpay_payment_id, secret); if (generated_signature == razorpay_signature) { payment is successful}

      remove

    2. FPX transaction are of two categories B2B and B2C we follow a nomenclature of suffixing _C as a parameter if the transaction is of a corporate type.

      FPX transactions are of two categories: B2B and B2C. We follow a nomenclature of suffixing _C as a parameter if the transaction is of a corporate type.

    3. The first step to identify and get the list of banks with their respective codes to integrate correctly. Curlec uses its own bank codes to identify a bank entity in the system correctly.

      The first step is identifying and getting the list of banks with their respective codes to integrate correctly. Curlec uses its bank codes to correctly identify a bank entity in the system.

    1. 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. Handy TipsIf you want to integrate with our APIs directly, reach out to our Support team with your requirements. Payments API Payments APIs are used to capture and fetch payments. You can also fetch payments based on orders and card details of payment. You can try out our APIs on t

      can we merge the content and make it have a better flow?

    1. array Used to retrieve additional information about the payment, the method used to make the payment. The response will include a sub-entity if this parameter is used. Possible value: card: Expand

      remove

    1. expand[] array Used to retrieve additional information about the payment, the method used to make the payment. The response will include a sub-entity if this parameter is used. Possible values: card: Expanded card details, usable for card and EMI payments. emi: Exp

      let us remove these

    2. Click to copyUse this endpoint to retrieve details of all the paymentsHandy TipsBy default, only the last 10 records are displayed. You can use the count and skip parameters to retri

      merge

    1. Query Parametersexpand[] array Used to retrieve additional information about the payment and the method used to make the payment. The response will include a sub-entity if this parameter is used. Supported values: card : Expanded card details, applicable for card and EMI payments. emi : Expanded EMI plan details, applicable for EMI payments. offers : Expanded Offer details, applicable when an offer was applied to the payment. upi : Expanded UPI details, applicable for UPI payments.

      we can remove these from here since we are showing these as separate endpoints anyway

    1. identification number that gets displayed on invoices issued to the customer.tax_group_idstring: The identification number for the tax group. A tax group is a collection of taxes that c

      remove :

    1. enabledboolean Enables or disables the payment method. Possible values: true: Enables the paylater payment method. false: Does not enable the paylater payment method. Hide child parameters (1)instrument

      enabled and instrument should be at the same level

    2. Use CasesYou can update the following details for Payment Gateway and Payment Links using the Update a Product Configuration API. However, whether the details can be updated or not depends upon the product activation status. Settlement Bank Account Details: You can update the settlement object with the new bank account details based on the product activation status. Request Additional Pa

      try to fit into accordion

    1. You can update the following details for Payment Gateway and Payment Links using the Update a Product Configuration API. However, whether the details can be updated or not depends upon the product activation status. Settlement Bank Account Details: You can update the settlement object with the new ban

      can you try pushing this inside an accordion?

    1. Use Cases Create an item on your website or app by a customer. Retrieve details for a specific item using the unique identifier linked to the item. Retrieve information about all items that have been ordered through your website or app. Edit the exist

      remove use cases section and bring up the List on Endpoints section here

    1. The identification number that gets displayed on invoices issued to the customer.tax_group_idstring: The identification number for the tax group. A tax group is a collection of taxes t

      same. remove :

    1. This parameter might be required to complete the KYC process. However, it is optional for this API. Business types like proprietorship a

      we can merge the contents on this handy tip with the description itself. or do we need it here? this is anyway the response parameter right?

    2. parameter might be required to complete the KYC process. However, it is optional for this API.

      we can merge the contents on this handy tip with the description itself. or do we need it here? this is anyway the response parameter right?

    3. might be required to complete the KYC process. However, it is optional f

      we can merge the contents on this handy tip with the description itself. or do we need it here? this is anyway the response parameter right?

    1. s parameter might be required to complete the KYC process.

      we can merge the contents on this handy tip with the description itself. or do we need it here? this is anyway the response parameter right?

    2. y TipThis parameter might be required to complete the KYC process. However, it is op

      we can merge the contents on this handy tip with the description itself. or do we need it here? this is anyway the response parameter right?

    1. Integrat

      Have a heading called Step 1: Create a Customer

      Have an intro line and then add the link to Customer API. Then add the other two links for bank account addition and deletion.

      Make integrate with Turbo as Step 2: Integrate with....