Cancel
Cancel a bank transfer payment order through the LP's api
Cancel a bank transfer payin order
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"externalId": "1623539480",
"internalId": "764355d7-9935-4716-8e26-0f507ba2e6f8",
"status": {
"code": "900",
"description": "CANCELLED",
"detail": "The payin was cancelled"
}
}{
"status": {
"code": "400",
"description": "ERROR",
"detail": "Invalid operation"
}
}{
"status": {
"code": "404",
"description": "ERROR",
"detail": "Payin not found"
}
}Example: Cancel a bank transfer payment order
Last updated
Was this helpful?