234 Matching Annotations
  1. Aug 2022
  2. betasite.razorpay.com betasite.razorpay.com
    1. The stage where the transaction failure occurred. Stages can be different depending on the payment method used to make the transaction.

      Add example please @palu

    2. The amount reversed from this transfer for refunds.

      Not necessarily for refunds @palu. Just saying amount reversed for this transfer should be sufficient. Do make the necessary changes to make the description look complete

    1. repeating the transfer request more than once.

      let's not use this. let's try to sell this one like without having to worry about duplicate transfer being processed. You can use similar to what X has done

  3. Jul 2022
  4. betasite.razorpay.com betasite.razorpay.com
    1. { "status":"verification_pending", "beneficiary_name":"Madishetty Saketh", "account_number":"41390812314", "ifsc_code":"ADCC0000014" }

      Add response for both penny testing enabled and not enabled. verification_pending when penny testing is enabled. activated when penny testing is not enabled. No other changes

    2. string Indicates the status of a Linked Account. Possible values: activated not_activated verification_failed (penny testing enabled) verification_pending (penny testing enabled)

      These statuses aren't correct. We will only have activated, verification_pending, verification_failed. Also, should we put penny testing here? I think this section can be improved

    3. Request Paramete

      There should be path parameter as well, no? No description of what is :id. This is linked account ID. Please describe it whatever standard we follow