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
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
Authotization*
string
Mandatory. JWT token in format Bearer eyJ0...
. For more information about authentication, please refer to Authentication
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.
A credit card authorization order should be executed between 1-7 days, since the creation date.
The capture authorization should be equal to the amount detailed in the "amount" field of the Credit card authorization payment order previously posted.
The capture cannot be partial.
Last updated