Cancel
Only PayOut in Locked or On Hold status can be Cancelled. For more information, please have a look at PayOut transaction flow.
Cancel PayOut
PATCH
https://api.stage.localpayment.com/api/payout/cancel
This request allows to cancel a PayOut.
Headers
Name
Type
Description
Authorization*
string
JWT token in format Bearer eyJ0... . For more information about authentication, please refer to Authentication token
Request Body
Name
Type
Description
externalId*
string
The same externalId
you specified when the order was posted. An id that is meaningful to you.
Last updated