v1
latestOpenAPI 3.0.22026-08-061303782.1 MBAuthorizations
Void an Authorization
Use a PUT request to void an Authorization. If voided successfully, funds get released, and the transaction is incomplete. Additionally, a voided Authorization can no longer be captured. Depending on the cardholder’s issuing bank, voids can take up to seven days to remove the Authorization hold.
Related Guides: Creating and Capturing an Authorization, Level 2 and 3 Processing, POS Integration, Buyer Charges
put/authorizations/{authorization_id_void_to}
Headers
Content-Typestring
Example:application/json
The data type being sent in the request body must be application/json.
Finix-Versionstring
Example:2022-02-01
Specify the API version of your request. For more details, see Versioning.
Request body
Response
Response schema to a request to void 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"
}