v1
OpenAPI 3.0.22026-08-061303782.1 MBFetch an Authorization
Retrieve the details of a previously created Authorization.
Response
Response schema to a request to fetch a single Authorization object.
The ID of the Authorization resource.
Timestamp of when the object was created.
Timestamp of when the object was last updated.
The redirect URL used for 3DS transactions (if supported by the processor).
Details the results of the Address Verification checks.
The total amount that will be debited in cents (e.g. 100 cents to debit $1.00).
When default_partial_authorization_enabled is set to true, amount_requested indicates the amount the cardholder attempted to authorize.
The ID of the Application resource the Authorization was created under.
ISO 4217 3-letter currency code.
Gives more information about the product flow that was used to create the resource. Finix retains the right to add additional enums for this field without it being a breaking change.
The ID of the activated device.
Authorization expiration time.
The code of the failure so the decline can be handled programmatically. For more info on how to handle the failure, see Failure Codes.
A human-readable description of why the transaction was declined. This will also include a suggestion on how to complete the payment.
ID of the buyer 'Identity' to run the card present authorization. Finix tokenizes the card associated with the provided 'Identity' and processes the authorization, removing the need to create a blank buyer Identity.
Pass any randomly generated or internal ID to idempotently identify Transfers, Authorizations, or refund requests.
Whether the Authorization has been voided.
The ID of the Merchant resource the Authorization was created under.
The ID of the Identity resource used by the Merchant the Authorization was processed under.
Message field that provides additional details. This field is typically null.
Timestamp when the receipt was last printed.
Details the results of the Security Code Verification che
ID of the Payment Instrument where funds get debited.
The state of the Authorization.
Amount in cents for which an additional fee will be created in addition to any fees created from the assigned fee profile.
Include up to 50 key: value pairs to annotate requests with custom metadata.
- Maximum character length for individual keys is 40.
- Maximum character length for individual values is 500. (For example, order_number: 25, item_type: produce, department: sales)
Trace ID of the Authorization. The processor sends back the trace_id so you can track the authorization end-to-end.
The ID of the transfer resource that gets created when the Authorization moves to SUCCEEDED.
The state of the void attempt for the Authorization.
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"
}