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

{
    "externalId": "1648840917",
    "internalId": "39eb0371-3f21-488f-a779-913799e51406",
    "status": {
        "code": "905",
        "description": "CANCELLED",
        "detail": "The authorization was cancelled"
    }
}

Examples: Cancel Authorization

Last updated

Was this helpful?