Refund a payment
POST /v2/payments/{payId}/refund
Request
/v2/payments/{payId}/refundAuthorization: {tokenType} {access_token}
Content-Type: application/jsonName
Type
Required
Description
Name
Type
Required
Description
{
"amount": 50.61,
"reason": "Client returned the product",
"callbackUrl": "https://www.example.com"
}Response
Response Parameters
Name
Type
Description
Example Successful Response
Last updated