Refund Bank Transfer
The "Refunds" functionality allows external customers/users to request a refund of the amount paid. It is available through API or Front
Last updated
The "Refunds" functionality allows external customers/users to request a refund of the amount paid. It is available through API or Front
Last updated
PATCH
{api_base_url}api/payin/{externalId}/refund
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
The transaction can only be refunded if the status is completed.
The refund must be made to the total amount of the payin.
The beneficiary and destination account information must be the same as the data from which the payment originates.
Your account must be set to require authorization for refunds.
An administrator will need to authorize the refund before it can be processed.
Administrators can authorize refunds from the "Pending Authorization" menu option within the "Refunds" menu.
Authorization *
String
JWT token in format Bearer eyJ0... For more information about authentication, please refer to Authentication
externalId*
String
An ID that is meaningful to you and your system. Must be unique.