Cancel Authorization
Cancel Authorization
PATCH https://api.stage.localpayment.com/api/payin/capture/:externalId/status
Cancel a credit card authorization
Path Parameters
Name
Type
Description
externalId*
string
Mandatory. The ID which was given while creating the authorization. Each ID must b unique and meaningful to you and your system.
Headers
Name
Type
Description
Authorization*
string
Mandatory. JWT token in format Bearer eyJ0... . For more information about authentication, please refer to Authentication
{
"status": {
"code": "404",
"description": "ERROR",
"detail": "Payin not found"
}
}Examples: Cancel Authorization
Last updated
Was this helpful?