v1
latestOpenAPI 3.0.22026-08-061303782.1 MBAuthorizations
Fetch an Authorization
Retrieve the details of a previously created Authorization.
get/authorizations/{authorization_id}
Response
Response schema to a request to fetch 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"
}