Deprecated API Reference
This API Reference is being deprecated. Please use the New API Reference.
List All Authorizations
List all of the Authorization
resources that have been created.
curl https://finix.sandbox-payments-api.com/authorizations/ \
-H "Content-Type: application/json" \
-H 'Finix-Version: 2022-02-01' \
-u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
Example Response:
{
"_embedded" : {
"authorizations" : [ {
"id" : "AUeYYckKJTrBVu1j8FYLzJ3W",
"created_at" : "2022-10-07T18:25:23.30Z",
"updated_at" : "2022-10-07T18:25:23.44Z",
"3ds_redirect_url" : null,
"additional_buyer_charges" : null,
"additional_healthcare_data" : null,
"address_verification" : "POSTAL_CODE_AND_STREET_MATCH",
"amount" : 100,
"amount_requested" : 100,
"application" : "APgPDQrLD52TYvqazjHJJchM",
"currency" : "USD",
"expires_at" : "2022-10-14T18:25:23.30Z",
"failure_code" : null,
"failure_message" : null,
"idempotency_id" : null,
"is_void" : false,
"merchant_identity" : "IDuqZpDw28f2KK6YuDk4jNLg",
"messages" : [ ],
"raw" : null,
"security_code_verification" : "MATCHED",
"source" : "PIe2YvpcjvoVJ6PzoRPBK137",
"state" : "SUCCEEDED",
"tags" : {
"order_number" : "21DFASJSAKAS"
},
"trace_id" : "560e44af-5d22-4af2-801e-03d2dad69dc7",
"transfer" : null,
"void_state" : "UNATTEMPTED",
"_links" : {
"self" : {
"href" : "https://finix.sandbox-payments-api.com/authorizations/AUeYYckKJTrBVu1j8FYLzJ3W"
},
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDuqZpDw28f2KK6YuDk4jNLg"
}
}
}, {
"id" : "AUkut53JQZzPKztotmfhaMHx",
"created_at" : "2022-09-28T18:10:36.17Z",
"updated_at" : "2022-09-28T18:11:01.30Z",
"3ds_redirect_url" : null,
"additional_buyer_charges" : null,
"additional_healthcare_data" : null,
"address_verification" : "POSTAL_CODE_AND_STREET_MATCH",
"amount" : 100,
"amount_requested" : 100,
"application" : "APgPDQrLD52TYvqazjHJJchM",
"currency" : "USD",
"expires_at" : "2022-10-05T18:10:36.17Z",
"failure_code" : null,
"failure_message" : null,
"idempotency_id" : null,
"is_void" : true,
"merchant_identity" : "IDuqZpDw28f2KK6YuDk4jNLg",
"messages" : [ ],
"raw" : null,
"security_code_verification" : "MATCHED",
"source" : "PIe2YvpcjvoVJ6PzoRPBK137",
"state" : "SUCCEEDED",
"tags" : {
"order_number" : "21DFASJSAKAS"
},
"trace_id" : "fac91e45-0fbd-463c-9116-4c4b236bf39f",
"transfer" : null,
"void_state" : "SUCCEEDED",
"_links" : {
"self" : {
"href" : "https://finix.sandbox-payments-api.com/authorizations/AUkut53JQZzPKztotmfhaMHx"
},
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
},
"merchant_identity" : {
"href" : "https://finix.sandbox-payments-api.com/identities/IDuqZpDw28f2KK6YuDk4jNLg"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://finix.sandbox-payments-api.com/authorizations/"
},
"next" : {
"href" : "https://finix.sandbox-payments-api.com/authorizations/?after_cursor=AUkut53JQZzPKztotmfhaMHx"
}
},
"page" : {
"limit" : 100,
"next_cursor" : "AUkut53JQZzPKztotmfhaMHx"
}
}
HTTP Request
GET https://finix.sandbox-payments-api.com/authorizations/