The Refund APIs allow merchants to process refunds for previously captured payments
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
A unique key for making the request idempotent. Must match pattern: ^[a-zA-Z0-9\-_:\.]+$. See Idempotent Requests for more details.
255Refund API
Unique identifier of the intent
"in_fooBOwYsaK50AEfK"
The amount you want to refund, specified in the smallest unit of the currency (for example, cents for USD, paise for INR).
"200"
Refund API response
Unique identifier of the refund
"rf_fooBOwYsaK50AEaJ"
Unique identifier of the payment intent
"in_fooBOwYsaK50AEfK"
The amount in lowest count unit. e.g.: For USD 1, amount is 100 representing 100 cents (The minimum amount should be greater than 1 USD)
2000
Three letter abbreviation of the currency. Refer supported currencies
"USD"
Epoch timestamp in milliseconds of when the refund was processed
1727340330123