v1
latestOpenAPI 3.0.22026-08-061303782.1 MBAuthorizations
Create an Authorization
Create an Authorization to process a transaction.
Related Guides: Creating and Capturing an Authorization, Level 2 and 3 Processing, POS Integration, Buyer Charges
post/authorizations
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
Example request
{
"amount": 5000,
"source": "PIxxxxxxxxxxxxxxxxxx"
}Response
Response schema to a request to create a single Authorization object.
Example response
{
"id": "AUxxxxxxxxxxxxxxxxxx",
"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"
}