latestOpenAPI 3.0.22026-08-221303972.2 MB
7919e33b4853
Authorizations
Capture an Authorization
Use a PUT request to capture an Authorization. If captured successfully, the transfer field of the Authorization will contain the ID of the Transfer resource that moves funds.
Related Guides: Creating and Capturing an Authorization, Level 2 and 3 Processing, POS Integration, Buyer Charges
put/authorizations/{authorization_id}
Headers
Finix-Versionstring
Example:2022-02-01
Specify the API version of your request. For more details, see Versioning.
Content-Typestring
Example:application/json
The data type being sent in the request body must be application/json.
Request body
Response
Response schema to a request to capture an Authorization object.
Example response
{
"id": "AUxxxxxxxxxxxxxxxxxx",
"additional_purchase_data": {
"item_data": [
{
"sales_tax_rate": 0.25
}
]
},
"amount": 5000,
"device": "DVxxxxxxxxxxxxxxxxxx",
"ip_address_details": {
"ipv4": {
"ip": "192.168.1.1"
}
},
"merchant": "MUxxxxxxxxxxxxxxxxxxxxxx",
"merchant_identity": "IDxxxxxxxxxxxxxxxxxxxxxx",
"network_details": {
"brand": "VISA"
},
"source": "PIxxxxxxxxxxxxxxxxxx",
"transfer": "TRxxxxxxxxxxxxxxxxxx"
}