Capture Authorization

Execute a credit card authorization

Capture Authorization

PATCH https://api.stage.localpayment.com/api/payin/capture/:externalid

Execute a credit card authorization

Path Parameters

Name
Type
Description

externalId*

string

Mandatory. The ID which was given in the Capture Authorization. Each ID must be unique and meaningful to you and your system.

Headers

Name
Type
Description

Authotization*

string

Mandatory. JWT token in format Bearer eyJ0... . For more information about authentication, please refer to Authentication

{
    "externalId": "1649170424",
    "internalId": "40ae5d95-e859-4fc9-b37b-67442392b785",
    "status": {
        "code": "103",
        "description": "APPROVED",
        "detail": "The payin was confirmed but not credited yet"
    }
}

Example: Capture a Credit Card Authorization

In order to capture a credit card authorization order LP's api, the request body example is detailed below.

Last updated

Was this helpful?