Payments
Refund
The Refund APIs allow merchants to process refunds for previously captured payments
POST
/
payments
/
merchant
/
refund
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
xIntentId
string
requiredUnique identifier of the intent
Was this page helpful?