{ "info": { "_postman_id": "6334e691-8581-48f8-8929-f90641f38499", "name": "Finix Authorizations API", "description": "[object Object]\n\nContact Support:\n Name: Finix\n Email: support@finixpayments.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:39:05.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "lastUpdatedBy": "35240", "uid": "35240-6334e691-8581-48f8-8929-f90641f38499" }, "item": [ { "name": "authorizations", "item": [ { "name": "{authorization_id}", "item": [ { "name": "Fetch an Authorization", "id": "4382a62c-00a7-4b83-b1ed-9201dbc72abb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id" ], "variable": [ { "id": "cdae9971-bd25-4198-ae8b-3168fc3e9459", "key": "authorization_id", "value": "", "description": "(Required) ID of `Authorization` to fetch." } ] }, "description": "Retrieve the details of a previously created `Authorization`." }, "response": [ { "id": "cf39a6df-131c-4804-982e-7c5d3f99d7ea", "name": "Single Authorization object", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id" ], "variable": [ { "key": "authorization_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "finix-apiuser-role", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"3ds_redirect_url\": \"\",\n \"address_verification\": \"\",\n \"additional_buyer_charges\": {\n \"convenience_amount\": \"\",\n \"rent_surcharge_amount\": \"\"\n },\n \"additional_healthcare_data\": {\n \"clinic_amount\": \"\",\n \"dental_amount\": \"\",\n \"prescription_amount\": \"\",\n \"vision_amount\": \"\"\n },\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"amount\": \"\",\n \"application\": \"\",\n \"card_present_details\": {\n \"approval_code\": \"\",\n \"brand\": \"\",\n \"emv_data\": {\n \"application_identifier\": \"\",\n \"application_label\": \"\",\n \"application_preferred_name\": \"\",\n \"application_transaction_counter\": \"\",\n \"cryptogram\": \"\",\n \"issuer_code_table_index\": \"\",\n \"pin_verified\": \"\",\n \"tags\": {\n \"in4e\": \"\"\n }\n },\n \"entry_mode\": \"\",\n \"masked_account_number\": \"\",\n \"name\": \"\",\n \"payment_type\": \"\"\n },\n \"capture_amount\": \"\",\n \"currency\": \"SAR\",\n \"device\": \"\",\n \"expires_at\": \"\",\n \"failure_code\": \"\",\n \"failure_message\": \"\",\n \"security_code_checks\": \"\",\n \"is_void\": \"\",\n \"merchant\": \"\",\n \"merchant_identity\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"raw\": {},\n \"security_code_verification\": \"\",\n \"source\": \"\",\n \"state\": \"SUCCEEDED\",\n \"tags\": {\n \"enim_afa\": \"\",\n \"aliquab\": \"\"\n },\n \"trace_id\": \"\",\n \"transfer\": \"\",\n \"void_state\": \"\",\n \"_links\": {\n \"application\": {\n \"href\": \"\"\n },\n \"device\": {\n \"href\": \"\"\n },\n \"merchant_identity\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n },\n \"transfer\": {\n \"href\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-cf39a6df-131c-4804-982e-7c5d3f99d7ea" }, { "id": "ee092ecc-8c2d-441e-9272-6b113a599a4b", "name": "Authentication information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id" ], "variable": [ { "key": "authorization_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n },\n \"anim_6\": -37848705.295852356\n }\n },\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n },\n \"in_c_\": 1764319.2002056092\n },\n \"veniam1\": -48718456.85957585,\n \"exercitation62\": true\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-ee092ecc-8c2d-441e-9272-6b113a599a4b" }, { "id": "f3b51df7-c9ef-443a-8220-b6f1192c339c", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id" ], "variable": [ { "key": "authorization_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-f3b51df7-c9ef-443a-8220-b6f1192c339c" }, { "id": "2ee816a3-067c-4755-8733-acd60fc79ef9", "name": "Object does not exist", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id" ], "variable": [ { "key": "authorization_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"nulla_5ad\": 69932607\n },\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-2ee816a3-067c-4755-8733-acd60fc79ef9" }, { "id": "14c5aa68-6005-458b-9d3a-a04586a60ecb", "name": "Not Acceptable", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id" ], "variable": [ { "key": "authorization_id" } ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-14c5aa68-6005-458b-9d3a-a04586a60ecb" } ], "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-4382a62c-00a7-4b83-b1ed-9201dbc72abb" }, { "name": "Capture an Authorization", "id": "35bcca6a-2f5d-43f6-b492-7fdd650b8a57", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"capture_amount\": \"\",\n \"fee\": \"\",\n \"tags\": {\n \"idf84\": \"\"\n },\n \"void_me\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id" ], "variable": [ { "id": "75726652-fb10-4ee6-9b5a-7b6b0472725d", "key": "authorization_id", "value": "", "description": "(Required) ID of `Authorization` to fetch." } ] }, "description": "Use a PUT request to capture an `Authorization`. If captured successfully, the `transfer` field of the `Authorization` will contain the ID of the `Transfer` resource that moves funds.\n\nRelated Guides: [Creating and Capturing an Authorization](/guides/payments/making-a-payment/creating-and-capturing-an-authorization/), [Level 2 and 3 Processing](/guides/payments/making-a-payment/level-2-and-level-3-processing/), [In-Person Cloud Payments](/guides/payments/in-person-payments/cloud/in-person-cloud-payments/), [Buyer Charges](/guides/payments/making-a-payment/buyer-charges/)" }, "response": [ { "id": "efe57ed5-6a44-4e6d-84be-b576e2240f3a", "name": "Single captured Authorization object", "originalRequest": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"capture_amount\": \"\",\n \"fee\": \"\",\n \"tags\": {\n \"idf84\": \"\"\n },\n \"void_me\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id" ], "variable": [ { "key": "authorization_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "finix-apiuser-role", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"3ds_redirect_url\": \"\",\n \"additional_buyer_charges\": {\n \"convenience_amount\": \"\",\n \"rent_surcharge_amount\": \"\"\n },\n \"amount\": \"\",\n \"application\": \"\",\n \"card_present_details\": {\n \"approval_code\": \"\",\n \"brand\": \"\",\n \"emv_data\": {\n \"application_identifier\": \"\",\n \"application_label\": \"\",\n \"application_preferred_name\": \"\",\n \"application_transaction_counter\": \"\",\n \"cryptogram\": \"\",\n \"issuer_code_table_index\": \"\",\n \"pin_verified\": \"\",\n \"tags\": {\n \"exd\": \"\",\n \"proident_c98\": \"\"\n }\n },\n \"entry_mode\": \"\",\n \"masked_account_number\": \"\",\n \"name\": \"\",\n \"payment_type\": \"\"\n },\n \"capture_amount\": \"\",\n \"currency\": \"XCD\",\n \"device\": \"\",\n \"expires_at\": \"\",\n \"external_responses\": [\n {\n \"body\": \"\",\n \"content_type\": \"\"\n },\n {\n \"body\": \"\",\n \"content_type\": \"\"\n }\n ],\n \"failure_code\": \"\",\n \"failure_message\": \"\",\n \"idempotency_id\": \"\",\n \"is_void\": \"\",\n \"merchant\": \"\",\n \"merchant_identity\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"raw\": {},\n \"source\": \"\",\n \"state\": \"PENDING\",\n \"tags\": {\n \"elit_3\": \"\"\n },\n \"trace_id\": \"\",\n \"transfer\": \"\",\n \"void_state\": \"\",\n \"_links\": {\n \"application\": {\n \"href\": \"\"\n },\n \"device\": {\n \"href\": \"\"\n },\n \"merchant_identity\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n },\n \"transfer\": {\n \"href\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-efe57ed5-6a44-4e6d-84be-b576e2240f3a" }, { "id": "772b942d-ccda-4e55-a2cc-881cea20eede", "name": "Authentication information is missing or invalid", "originalRequest": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"capture_amount\": \"\",\n \"fee\": \"\",\n \"tags\": {\n \"idf84\": \"\"\n },\n \"void_me\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id" ], "variable": [ { "key": "authorization_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n },\n \"anim_6\": -37848705.295852356\n }\n },\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n },\n \"in_c_\": 1764319.2002056092\n },\n \"veniam1\": -48718456.85957585,\n \"exercitation62\": true\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-772b942d-ccda-4e55-a2cc-881cea20eede" }, { "id": "f0812120-ff6c-47ba-a1b1-05996d749a50", "name": "Forbidden", "originalRequest": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"capture_amount\": \"\",\n \"fee\": \"\",\n \"tags\": {\n \"idf84\": \"\"\n },\n \"void_me\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id" ], "variable": [ { "key": "authorization_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-f0812120-ff6c-47ba-a1b1-05996d749a50" }, { "id": "64e819ad-c88b-4634-b038-a88362e4dcf9", "name": "Not Acceptable", "originalRequest": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"capture_amount\": \"\",\n \"fee\": \"\",\n \"tags\": {\n \"idf84\": \"\"\n },\n \"void_me\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id" ], "variable": [ { "key": "authorization_id" } ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-64e819ad-c88b-4634-b038-a88362e4dcf9" }, { "id": "ad55671d-00ff-49b8-8753-2190c50a7ca0", "name": "Invalid field", "originalRequest": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"capture_amount\": \"\",\n \"fee\": \"\",\n \"tags\": {\n \"idf84\": \"\"\n },\n \"void_me\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id" ], "variable": [ { "key": "authorization_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"INVALID_FIELD\",\n \"field\": \"\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"INVALID_FIELD\",\n \"field\": \"\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-ad55671d-00ff-49b8-8753-2190c50a7ca0" } ], "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-35bcca6a-2f5d-43f6-b492-7fdd650b8a57" } ], "id": "66904567-07fb-4a84-aa91-4c58f60e65bf", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-66904567-07fb-4a84-aa91-4c58f60e65bf" }, { "name": "{authorization_id_void_to}", "item": [ { "name": "Void an Authorization", "id": "4d3aafb4-7b29-4c56-860a-ea2a9bd1986e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"tags\": {\n \"eiusmod56\": \"\",\n \"quis34\": \"\"\n },\n \"void_me\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id_void_to", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id_void_to" ], "variable": [ { "id": "fa244d81-7f3e-4b30-917b-38556758b255", "key": "authorization_id_void_to", "value": "", "description": "(Required) " } ] }, "description": "Use a PUT request to void an `Authorization`. If voided successfully, funds get released and the transaction stops from completing. Additionally, voided `Authorization` can no longer be captured.\n\nRelated Guides: [Creating and Capturing an Authorization](/guides/payments/making-a-payment/creating-and-capturing-an-authorization/), [Level 2 and 3 Processing](/guides/payments/making-a-payment/level-2-and-level-3-processing/), [In-Person Cloud Payments](/guides/payments/in-person-payments/cloud/in-person-cloud-payments/), [Buyer Charges](/guides/payments/making-a-payment/buyer-charges/)" }, "response": [ { "id": "298cde8e-619b-4d45-ba7f-2e11130ae5b5", "name": "Single captured Authorization object", "originalRequest": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"tags\": {\n \"eiusmod56\": \"\",\n \"quis34\": \"\"\n },\n \"void_me\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id_void_to", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id_void_to" ], "variable": [ { "key": "authorization_id_void_to" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "finix-apiuser-role", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"3ds_redirect_url\": \"\",\n \"additional_buyer_charges\": {\n \"convenience_amount\": \"\",\n \"rent_surcharge_amount\": \"\"\n },\n \"amount\": \"\",\n \"application\": \"\",\n \"card_present_details\": {\n \"approval_code\": \"\",\n \"brand\": \"\",\n \"emv_data\": {\n \"application_identifier\": \"\",\n \"application_label\": \"\",\n \"application_preferred_name\": \"\",\n \"application_transaction_counter\": \"\",\n \"cryptogram\": \"\",\n \"issuer_code_table_index\": \"\",\n \"pin_verified\": \"\",\n \"tags\": {\n \"exd\": \"\",\n \"proident_c98\": \"\"\n }\n },\n \"entry_mode\": \"\",\n \"masked_account_number\": \"\",\n \"name\": \"\",\n \"payment_type\": \"\"\n },\n \"capture_amount\": \"\",\n \"currency\": \"XCD\",\n \"device\": \"\",\n \"expires_at\": \"\",\n \"external_responses\": [\n {\n \"body\": \"\",\n \"content_type\": \"\"\n },\n {\n \"body\": \"\",\n \"content_type\": \"\"\n }\n ],\n \"failure_code\": \"\",\n \"failure_message\": \"\",\n \"idempotency_id\": \"\",\n \"is_void\": \"\",\n \"merchant\": \"\",\n \"merchant_identity\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"raw\": {},\n \"source\": \"\",\n \"state\": \"PENDING\",\n \"tags\": {\n \"elit_3\": \"\"\n },\n \"trace_id\": \"\",\n \"transfer\": \"\",\n \"void_state\": \"\",\n \"_links\": {\n \"application\": {\n \"href\": \"\"\n },\n \"device\": {\n \"href\": \"\"\n },\n \"merchant_identity\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n },\n \"transfer\": {\n \"href\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-298cde8e-619b-4d45-ba7f-2e11130ae5b5" }, { "id": "6506e199-8a11-4ccc-ba91-594a1fb5b046", "name": "Authentication information is missing or invalid", "originalRequest": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"tags\": {\n \"eiusmod56\": \"\",\n \"quis34\": \"\"\n },\n \"void_me\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id_void_to", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id_void_to" ], "variable": [ { "key": "authorization_id_void_to" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n },\n \"anim_6\": -37848705.295852356\n }\n },\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n },\n \"in_c_\": 1764319.2002056092\n },\n \"veniam1\": -48718456.85957585,\n \"exercitation62\": true\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-6506e199-8a11-4ccc-ba91-594a1fb5b046" }, { "id": "a8d79e2e-b741-401e-9507-1e8fda64cc01", "name": "Forbidden", "originalRequest": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"tags\": {\n \"eiusmod56\": \"\",\n \"quis34\": \"\"\n },\n \"void_me\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id_void_to", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id_void_to" ], "variable": [ { "key": "authorization_id_void_to" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-a8d79e2e-b741-401e-9507-1e8fda64cc01" }, { "id": "3d8229c5-db3c-4486-83de-4633caf6437c", "name": "Not Acceptable", "originalRequest": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"tags\": {\n \"eiusmod56\": \"\",\n \"quis34\": \"\"\n },\n \"void_me\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id_void_to", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id_void_to" ], "variable": [ { "key": "authorization_id_void_to" } ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-3d8229c5-db3c-4486-83de-4633caf6437c" }, { "id": "1488a566-73d0-45c0-b8a5-927bf4606a10", "name": "Invalid field", "originalRequest": { "method": "PUT", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"tags\": {\n \"eiusmod56\": \"\",\n \"quis34\": \"\"\n },\n \"void_me\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations/:authorization_id_void_to", "host": [ "{{baseUrl}}" ], "path": [ "authorizations", ":authorization_id_void_to" ], "variable": [ { "key": "authorization_id_void_to" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"INVALID_FIELD\",\n \"field\": \"\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"INVALID_FIELD\",\n \"field\": \"\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-1488a566-73d0-45c0-b8a5-927bf4606a10" } ], "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-4d3aafb4-7b29-4c56-860a-ea2a9bd1986e" } ], "id": "116f9b6c-dcdd-44fb-b53d-0f6e53ac858f", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-116f9b6c-dcdd-44fb-b53d-0f6e53ac858f" }, { "name": "Create an Authorization", "id": "5ef546fa-418c-46ae-96a3-c621f28983d9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"additional_buyer_charges\": {\n \"convenience_amount\": \"\",\n \"rent_surcharge_amount\": \"\"\n },\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"amount\": \"\",\n \"currency\": \"ZAR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"MERCHANT_CREDIT_ADJUSTMENT\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"culpa0\": \"\"\n },\n \"3d_secure_authentication\": {\n \"cardholder_authentication\": \"\",\n \"electronic_commerce_indicator\": \"\",\n \"cardholder_ip_address\": \"\",\n \"transaction_id\": \"\"\n },\n \"additional_purchase_data \": {\n \"customer_reference_number\": \"\",\n \"customs_duty_amount\": \"\",\n \"discount_amount\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"sales_tax\": \"\",\n \"shipping_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"invoice_reference_number\": \"\",\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"tax_exempt\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations", "host": [ "{{baseUrl}}" ], "path": [ "authorizations" ] }, "description": "Create an `Authorization` to process a transaction.\n\nRelated Guides: [Creating and Capturing an Authorization](/guides/payments/making-a-payment/creating-and-capturing-an-authorization/), [Level 2 and 3 Processing](/guides/payments/making-a-payment/level-2-and-level-3-processing/), [In-Person Cloud Payments](/guides/payments/in-person-payments/cloud/in-person-cloud-payments/), [Buyer Charges](/guides/payments/making-a-payment/buyer-charges/)" }, "response": [ { "id": "97c37e2e-2b50-4966-917f-7ea7e9e53ab5", "name": "Single Authorization object", "originalRequest": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"additional_buyer_charges\": {\n \"convenience_amount\": \"\",\n \"rent_surcharge_amount\": \"\"\n },\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"amount\": \"\",\n \"currency\": \"ZAR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"MERCHANT_CREDIT_ADJUSTMENT\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"culpa0\": \"\"\n },\n \"3d_secure_authentication\": {\n \"cardholder_authentication\": \"\",\n \"electronic_commerce_indicator\": \"\",\n \"cardholder_ip_address\": \"\",\n \"transaction_id\": \"\"\n },\n \"additional_purchase_data \": {\n \"customer_reference_number\": \"\",\n \"customs_duty_amount\": \"\",\n \"discount_amount\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"sales_tax\": \"\",\n \"shipping_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"invoice_reference_number\": \"\",\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"tax_exempt\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations", "host": [ "{{baseUrl}}" ], "path": [ "authorizations" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "finix-apiuser-role", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"3ds_redirect_url\": \"\",\n \"address_verification\": \"\",\n \"additional_buyer_charges\": {\n \"convenience_amount\": \"\",\n \"rent_surcharge_amount\": \"\"\n },\n \"additional_healthcare_data\": {\n \"clinic_amount\": \"\",\n \"dental_amount\": \"\",\n \"prescription_amount\": \"\",\n \"vision_amount\": \"\"\n },\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"amount\": \"\",\n \"application\": \"\",\n \"card_present_details\": {\n \"approval_code\": \"\",\n \"brand\": \"\",\n \"emv_data\": {\n \"application_identifier\": \"\",\n \"application_label\": \"\",\n \"application_preferred_name\": \"\",\n \"application_transaction_counter\": \"\",\n \"cryptogram\": \"\",\n \"issuer_code_table_index\": \"\",\n \"pin_verified\": \"\",\n \"tags\": {\n \"in4e\": \"\"\n }\n },\n \"entry_mode\": \"\",\n \"masked_account_number\": \"\",\n \"name\": \"\",\n \"payment_type\": \"\"\n },\n \"capture_amount\": \"\",\n \"currency\": \"SAR\",\n \"device\": \"\",\n \"expires_at\": \"\",\n \"failure_code\": \"\",\n \"failure_message\": \"\",\n \"security_code_checks\": \"\",\n \"is_void\": \"\",\n \"merchant\": \"\",\n \"merchant_identity\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"raw\": {},\n \"security_code_verification\": \"\",\n \"source\": \"\",\n \"state\": \"SUCCEEDED\",\n \"tags\": {\n \"enim_afa\": \"\",\n \"aliquab\": \"\"\n },\n \"trace_id\": \"\",\n \"transfer\": \"\",\n \"void_state\": \"\",\n \"_links\": {\n \"application\": {\n \"href\": \"\"\n },\n \"device\": {\n \"href\": \"\"\n },\n \"merchant_identity\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n },\n \"transfer\": {\n \"href\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-97c37e2e-2b50-4966-917f-7ea7e9e53ab5" }, { "id": "3dc68f16-b975-46ec-b567-24cca96cb3d1", "name": "Error", "originalRequest": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"additional_buyer_charges\": {\n \"convenience_amount\": \"\",\n \"rent_surcharge_amount\": \"\"\n },\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"amount\": \"\",\n \"currency\": \"ZAR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"MERCHANT_CREDIT_ADJUSTMENT\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"culpa0\": \"\"\n },\n \"3d_secure_authentication\": {\n \"cardholder_authentication\": \"\",\n \"electronic_commerce_indicator\": \"\",\n \"cardholder_ip_address\": \"\",\n \"transaction_id\": \"\"\n },\n \"additional_purchase_data \": {\n \"customer_reference_number\": \"\",\n \"customs_duty_amount\": \"\",\n \"discount_amount\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"sales_tax\": \"\",\n \"shipping_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"invoice_reference_number\": \"\",\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"tax_exempt\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations", "host": [ "{{baseUrl}}" ], "path": [ "authorizations" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-3dc68f16-b975-46ec-b567-24cca96cb3d1" }, { "id": "adbf95e0-e892-4374-a82f-e542131e9c0f", "name": "Authentication information is missing or invalid", "originalRequest": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"additional_buyer_charges\": {\n \"convenience_amount\": \"\",\n \"rent_surcharge_amount\": \"\"\n },\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"amount\": \"\",\n \"currency\": \"ZAR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"MERCHANT_CREDIT_ADJUSTMENT\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"culpa0\": \"\"\n },\n \"3d_secure_authentication\": {\n \"cardholder_authentication\": \"\",\n \"electronic_commerce_indicator\": \"\",\n \"cardholder_ip_address\": \"\",\n \"transaction_id\": \"\"\n },\n \"additional_purchase_data \": {\n \"customer_reference_number\": \"\",\n \"customs_duty_amount\": \"\",\n \"discount_amount\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"sales_tax\": \"\",\n \"shipping_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"invoice_reference_number\": \"\",\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"tax_exempt\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations", "host": [ "{{baseUrl}}" ], "path": [ "authorizations" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n },\n \"anim_6\": -37848705.295852356\n }\n },\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n },\n \"in_c_\": 1764319.2002056092\n },\n \"veniam1\": -48718456.85957585,\n \"exercitation62\": true\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-adbf95e0-e892-4374-a82f-e542131e9c0f" }, { "id": "d67b56f1-77c2-4775-94dc-53fdb852f120", "name": "Payment Required", "originalRequest": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"additional_buyer_charges\": {\n \"convenience_amount\": \"\",\n \"rent_surcharge_amount\": \"\"\n },\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"amount\": \"\",\n \"currency\": \"ZAR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"MERCHANT_CREDIT_ADJUSTMENT\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"culpa0\": \"\"\n },\n \"3d_secure_authentication\": {\n \"cardholder_authentication\": \"\",\n \"electronic_commerce_indicator\": \"\",\n \"cardholder_ip_address\": \"\",\n \"transaction_id\": \"\"\n },\n \"additional_purchase_data \": {\n \"customer_reference_number\": \"\",\n \"customs_duty_amount\": \"\",\n \"discount_amount\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"sales_tax\": \"\",\n \"shipping_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"invoice_reference_number\": \"\",\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"tax_exempt\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations", "host": [ "{{baseUrl}}" ], "path": [ "authorizations" ] } }, "status": "Payment Required", "code": 402, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-d67b56f1-77c2-4775-94dc-53fdb852f120" }, { "id": "c3a67373-e4aa-4b2f-818b-f542dd2cb204", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"additional_buyer_charges\": {\n \"convenience_amount\": \"\",\n \"rent_surcharge_amount\": \"\"\n },\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"amount\": \"\",\n \"currency\": \"ZAR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"MERCHANT_CREDIT_ADJUSTMENT\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"culpa0\": \"\"\n },\n \"3d_secure_authentication\": {\n \"cardholder_authentication\": \"\",\n \"electronic_commerce_indicator\": \"\",\n \"cardholder_ip_address\": \"\",\n \"transaction_id\": \"\"\n },\n \"additional_purchase_data \": {\n \"customer_reference_number\": \"\",\n \"customs_duty_amount\": \"\",\n \"discount_amount\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"sales_tax\": \"\",\n \"shipping_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"invoice_reference_number\": \"\",\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"tax_exempt\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations", "host": [ "{{baseUrl}}" ], "path": [ "authorizations" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-c3a67373-e4aa-4b2f-818b-f542dd2cb204" }, { "id": "6951a952-9eec-4ac1-95ff-e8eeb76aab9e", "name": "Object does not exist", "originalRequest": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"additional_buyer_charges\": {\n \"convenience_amount\": \"\",\n \"rent_surcharge_amount\": \"\"\n },\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"amount\": \"\",\n \"currency\": \"ZAR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"MERCHANT_CREDIT_ADJUSTMENT\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"culpa0\": \"\"\n },\n \"3d_secure_authentication\": {\n \"cardholder_authentication\": \"\",\n \"electronic_commerce_indicator\": \"\",\n \"cardholder_ip_address\": \"\",\n \"transaction_id\": \"\"\n },\n \"additional_purchase_data \": {\n \"customer_reference_number\": \"\",\n \"customs_duty_amount\": \"\",\n \"discount_amount\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"sales_tax\": \"\",\n \"shipping_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"invoice_reference_number\": \"\",\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"tax_exempt\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations", "host": [ "{{baseUrl}}" ], "path": [ "authorizations" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"nulla_5ad\": 69932607\n },\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-6951a952-9eec-4ac1-95ff-e8eeb76aab9e" }, { "id": "eb16a75f-e658-46ab-a3b6-2d58c157ec57", "name": "Not Acceptable", "originalRequest": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"additional_buyer_charges\": {\n \"convenience_amount\": \"\",\n \"rent_surcharge_amount\": \"\"\n },\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"amount\": \"\",\n \"currency\": \"ZAR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"MERCHANT_CREDIT_ADJUSTMENT\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"culpa0\": \"\"\n },\n \"3d_secure_authentication\": {\n \"cardholder_authentication\": \"\",\n \"electronic_commerce_indicator\": \"\",\n \"cardholder_ip_address\": \"\",\n \"transaction_id\": \"\"\n },\n \"additional_purchase_data \": {\n \"customer_reference_number\": \"\",\n \"customs_duty_amount\": \"\",\n \"discount_amount\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"sales_tax\": \"\",\n \"shipping_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"invoice_reference_number\": \"\",\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"tax_exempt\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations", "host": [ "{{baseUrl}}" ], "path": [ "authorizations" ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-eb16a75f-e658-46ab-a3b6-2d58c157ec57" }, { "id": "40129a2e-cc7b-4cb0-be96-dba9a138c851", "name": "Invalid field", "originalRequest": { "method": "POST", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"additional_buyer_charges\": {\n \"convenience_amount\": \"\",\n \"rent_surcharge_amount\": \"\"\n },\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"amount\": \"\",\n \"currency\": \"ZAR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"MERCHANT_CREDIT_ADJUSTMENT\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"culpa0\": \"\"\n },\n \"3d_secure_authentication\": {\n \"cardholder_authentication\": \"\",\n \"electronic_commerce_indicator\": \"\",\n \"cardholder_ip_address\": \"\",\n \"transaction_id\": \"\"\n },\n \"additional_purchase_data \": {\n \"customer_reference_number\": \"\",\n \"customs_duty_amount\": \"\",\n \"discount_amount\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"sales_tax\": \"\",\n \"shipping_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"invoice_reference_number\": \"\",\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"tax_exempt\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/authorizations", "host": [ "{{baseUrl}}" ], "path": [ "authorizations" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"INVALID_FIELD\",\n \"field\": \"\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"INVALID_FIELD\",\n \"field\": \"\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-40129a2e-cc7b-4cb0-be96-dba9a138c851" } ], "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-5ef546fa-418c-46ae-96a3-c621f28983d9" }, { "name": "List Authorizations", "id": "6efae335-8fdd-4473-a9a1-8355be366eab", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/authorizations?amount=&amount.gt=&amount.gte=&amount.lt=&amount.lte=&before_cursor=&after_cursor=&created_at.gte=&created_at.lte=&idempotency_id=&limit=&tags.key=&tags.value=&state=CANCELED&updated_at.gte=&updated_at.lte=&trace_id=&is_void=&instrument_bin=&instrument_account_last4=&instrument_brand_type=&merchant_identity_id=&merchant_identity_name=&instrument_name=&instrument_type=&merchant_id=&merchant_mid=&instrument_card_last4=&merchant_processor_id=&type=", "host": [ "{{baseUrl}}" ], "path": [ "authorizations" ], "query": [ { "description": "Filter by an amount equal to the given value.", "key": "amount", "value": "" }, { "description": "Filter by an amount greater than.", "key": "amount.gt", "value": "" }, { "description": "Filter by an amount greater than or equal.", "key": "amount.gte", "value": "" }, { "description": "Filter by an amount less than.", "key": "amount.lt", "value": "" }, { "description": "Filter by an amount less than or equal.", "key": "amount.lte", "value": "" }, { "description": "Return every resource created before the cursor value.", "key": "before_cursor", "value": "" }, { "description": "Return every resource created after the cursor value.", "key": "after_cursor", "value": "" }, { "description": "Filter where `created_at` is after the given date.", "key": "created_at.gte", "value": "" }, { "description": "Filter where `created_at` is before the given date.", "key": "created_at.lte", "value": "" }, { "description": "Filter by `idempotency_id`.", "key": "idempotency_id", "value": "" }, { "description": "The numbers of items to return.", "key": "limit", "value": "" }, { "description": "Filter by the [`key` of a `Tag`](/api/overview/#section/Tags).", "key": "tags.key", "value": "" }, { "description": "Filter by the [value of a `Tag`](https://finix.com/docs/api/overview/#section/Tags).", "key": "tags.value", "value": "" }, { "description": "Filter by Transaction state.", "key": "state", "value": "CANCELED" }, { "description": "Filter where `updated_at` is after the given date.", "key": "updated_at.gte", "value": "" }, { "description": "Filter where `updated_at` is before the given date.", "key": "updated_at.lte", "value": "" }, { "description": "Filter by `trace_id`.", "key": "trace_id", "value": "" }, { "description": "Filter by `idempotency_id`.", "key": "is_void", "value": "" }, { "description": "Filter by Bank Identification Number (BIN). The BIN is the first 6 digits of the masked number.", "key": "instrument_bin", "value": "" }, { "description": "Filter Transactions by the last 4 digits of the bank account. The bank account last 4 are the last 4 digits of the masked number\tinstrument_account_last4=9444 BIN.", "key": "instrument_account_last4", "value": "" }, { "description": "Filter by card brand. Available card brand types can be found in the drop-down.", "key": "instrument_brand_type", "value": "" }, { "description": "Filter by `Identity` ID.", "key": "merchant_identity_id", "value": "" }, { "description": "Filter Transactions by `Identity` name. The name is not case-sensitive.", "key": "merchant_identity_name", "value": "" }, { "description": "Filter Transactions by `Payment Instrument` name.", "key": "instrument_name", "value": "" }, { "description": "Filter Transactions by `Payment Instrument` type. Available instrument types include: Bank Account or Payment Card.", "key": "instrument_type", "value": "" }, { "description": "Filter by `Merchant` ID.", "key": "merchant_id", "value": "" }, { "description": "Filter by Merchant Identification Number (MID).", "key": "merchant_mid", "value": "" }, { "description": "Filter by the payment card last 4 digits.", "key": "instrument_card_last4", "value": "" }, { "description": "Filter by `Processor` ID.", "key": "merchant_processor_id", "value": "" }, { "description": "Type of the `Authorization`.", "key": "type", "value": "" } ] }, "description": "Retrieve a list of `Authorizations`. " }, "response": [ { "id": "6bb1472a-abea-43b6-ab1f-aee033dfbb29", "name": "List of Authorization objects", "originalRequest": { "method": "GET", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/authorizations?amount=&amount.gt=&amount.gte=&amount.lt=&amount.lte=&before_cursor=&after_cursor=&created_at.gte=&created_at.lte=&idempotency_id=&limit=&tags.key=&tags.value=&state=CANCELED&updated_at.gte=&updated_at.lte=&trace_id=&is_void=&instrument_bin=&instrument_account_last4=&instrument_brand_type=&merchant_identity_id=&merchant_identity_name=&instrument_name=&instrument_type=&merchant_id=&merchant_mid=&instrument_card_last4=&merchant_processor_id=&type=", "host": [ "{{baseUrl}}" ], "path": [ "authorizations" ], "query": [ { "description": "Filter by an amount equal to the given value.", "key": "amount", "value": "" }, { "description": "Filter by an amount greater than.", "key": "amount.gt", "value": "" }, { "description": "Filter by an amount greater than or equal.", "key": "amount.gte", "value": "" }, { "description": "Filter by an amount less than.", "key": "amount.lt", "value": "" }, { "description": "Filter by an amount less than or equal.", "key": "amount.lte", "value": "" }, { "description": "Return every resource created before the cursor value.", "key": "before_cursor", "value": "" }, { "description": "Return every resource created after the cursor value.", "key": "after_cursor", "value": "" }, { "description": "Filter where `created_at` is after the given date.", "key": "created_at.gte", "value": "" }, { "description": "Filter where `created_at` is before the given date.", "key": "created_at.lte", "value": "" }, { "description": "Filter by `idempotency_id`.", "key": "idempotency_id", "value": "" }, { "description": "The numbers of items to return.", "key": "limit", "value": "" }, { "description": "Filter by the [`key` of a `Tag`](/api/overview/#section/Tags).", "key": "tags.key", "value": "" }, { "description": "Filter by the [value of a `Tag`](https://finix.com/docs/api/overview/#section/Tags).", "key": "tags.value", "value": "" }, { "description": "Filter by Transaction state.", "key": "state", "value": "CANCELED" }, { "description": "Filter where `updated_at` is after the given date.", "key": "updated_at.gte", "value": "" }, { "description": "Filter where `updated_at` is before the given date.", "key": "updated_at.lte", "value": "" }, { "description": "Filter by `trace_id`.", "key": "trace_id", "value": "" }, { "description": "Filter by `idempotency_id`.", "key": "is_void", "value": "" }, { "description": "Filter by Bank Identification Number (BIN). The BIN is the first 6 digits of the masked number.", "key": "instrument_bin", "value": "" }, { "description": "Filter Transactions by the last 4 digits of the bank account. The bank account last 4 are the last 4 digits of the masked number\tinstrument_account_last4=9444 BIN.", "key": "instrument_account_last4", "value": "" }, { "description": "Filter by card brand. Available card brand types can be found in the drop-down.", "key": "instrument_brand_type", "value": "" }, { "description": "Filter by `Identity` ID.", "key": "merchant_identity_id", "value": "" }, { "description": "Filter Transactions by `Identity` name. The name is not case-sensitive.", "key": "merchant_identity_name", "value": "" }, { "description": "Filter Transactions by `Payment Instrument` name.", "key": "instrument_name", "value": "" }, { "description": "Filter Transactions by `Payment Instrument` type. Available instrument types include: Bank Account or Payment Card.", "key": "instrument_type", "value": "" }, { "description": "Filter by `Merchant` ID.", "key": "merchant_id", "value": "" }, { "description": "Filter by Merchant Identification Number (MID).", "key": "merchant_mid", "value": "" }, { "description": "Filter by the payment card last 4 digits.", "key": "instrument_card_last4", "value": "" }, { "description": "Filter by `Processor` ID.", "key": "merchant_processor_id", "value": "" }, { "description": "Type of the `Authorization`.", "key": "type", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "finix-apiuser-role", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "date", "value": "" }, { "disabled": false, "description": { "content": "", "type": "text/plain" }, "key": "x-request-id", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"page\": {\n \"limit\": \"\",\n \"next_cursor\": \"\"\n },\n \"_embedded\": {\n \"authorizations\": [\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"3ds_redirect_url\": \"\",\n \"address_verification\": \"\",\n \"additional_buyer_charges\": {\n \"convenience_amount\": \"\",\n \"rent_surcharge_amount\": \"\"\n },\n \"additional_healthcare_data\": {\n \"clinic_amount\": \"\",\n \"dental_amount\": \"\",\n \"prescription_amount\": \"\",\n \"vision_amount\": \"\"\n },\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"amount\": \"\",\n \"application\": \"\",\n \"card_present_details\": {\n \"approval_code\": \"\",\n \"brand\": \"\",\n \"emv_data\": {\n \"application_identifier\": \"\",\n \"application_label\": \"\",\n \"application_preferred_name\": \"\",\n \"application_transaction_counter\": \"\",\n \"cryptogram\": \"\",\n \"issuer_code_table_index\": \"\",\n \"pin_verified\": \"\",\n \"tags\": {\n \"deserunt3b\": \"\",\n \"sit_e3\": \"\"\n }\n },\n \"entry_mode\": \"\",\n \"masked_account_number\": \"\",\n \"name\": \"\",\n \"payment_type\": \"\"\n },\n \"capture_amount\": \"\",\n \"currency\": \"XAU\",\n \"device\": \"\",\n \"expires_at\": \"\",\n \"failure_code\": \"\",\n \"failure_message\": \"\",\n \"security_code_checks\": \"\",\n \"is_void\": \"\",\n \"merchant\": \"\",\n \"merchant_identity\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"raw\": {},\n \"security_code_verification\": \"\",\n \"source\": \"\",\n \"state\": \"FAILED\",\n \"tags\": {\n \"commodo_4\": \"\"\n },\n \"trace_id\": \"\",\n \"transfer\": \"\",\n \"void_state\": \"\",\n \"_links\": {\n \"application\": {\n \"href\": \"\"\n },\n \"device\": {\n \"href\": \"\"\n },\n \"merchant_identity\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n },\n \"transfer\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"3ds_redirect_url\": \"\",\n \"address_verification\": \"\",\n \"additional_buyer_charges\": {\n \"convenience_amount\": \"\",\n \"rent_surcharge_amount\": \"\"\n },\n \"additional_healthcare_data\": {\n \"clinic_amount\": \"\",\n \"dental_amount\": \"\",\n \"prescription_amount\": \"\",\n \"vision_amount\": \"\"\n },\n \"additional_purchase_data\": {\n \"customer_reference_number\": \"\",\n \"sales_tax\": \"\",\n \"customs_duty_amount\": \"\",\n \"destination_country_code\": \"\",\n \"destination_postal_code\": \"\",\n \"discount_amount\": \"\",\n \"invoice_reference_number\": \"\",\n \"item_data\": [\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n },\n {\n \"amount_excluding_sales_tax\": \"\",\n \"amount_including_sales_tax\": \"\",\n \"commodity_code\": \"\",\n \"cost_per_unit\": \"\",\n \"item_description\": \"\",\n \"item_discount_amount\": \"\",\n \"merchant_product_code\": \"\",\n \"quantity\": \"\",\n \"unit_of_measure\": \"\"\n }\n ],\n \"order_date\": {\n \"day\": \"\",\n \"month\": \"\",\n \"year\": \"\"\n },\n \"ship_from_postal_code\": \"\",\n \"shipping_amount\": \"\",\n \"tax_exempt\": \"\"\n },\n \"amount\": \"\",\n \"application\": \"\",\n \"card_present_details\": {\n \"approval_code\": \"\",\n \"brand\": \"\",\n \"emv_data\": {\n \"application_identifier\": \"\",\n \"application_label\": \"\",\n \"application_preferred_name\": \"\",\n \"application_transaction_counter\": \"\",\n \"cryptogram\": \"\",\n \"issuer_code_table_index\": \"\",\n \"pin_verified\": \"\",\n \"tags\": {\n \"dolor_296\": \"\",\n \"velit_4b\": \"\"\n }\n },\n \"entry_mode\": \"\",\n \"masked_account_number\": \"\",\n \"name\": \"\",\n \"payment_type\": \"\"\n },\n \"capture_amount\": \"\",\n \"currency\": \"XPD\",\n \"device\": \"\",\n \"expires_at\": \"\",\n \"failure_code\": \"\",\n \"failure_message\": \"\",\n \"security_code_checks\": \"\",\n \"is_void\": \"\",\n \"merchant\": \"\",\n \"merchant_identity\": \"\",\n \"messages\": [\n \"\",\n \"\"\n ],\n \"raw\": {},\n \"security_code_verification\": \"\",\n \"source\": \"\",\n \"state\": \"SUCCEEDED\",\n \"tags\": {\n \"Duisb\": \"\",\n \"sit18\": \"\"\n },\n \"trace_id\": \"\",\n \"transfer\": \"\",\n \"void_state\": \"\",\n \"_links\": {\n \"application\": {\n \"href\": \"\"\n },\n \"device\": {\n \"href\": \"\"\n },\n \"merchant_identity\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n },\n \"transfer\": {\n \"href\": \"\"\n }\n }\n }\n ]\n },\n \"_links\": {\n \"next\": {\n \"href\": \"\"\n },\n \"self\": {\n \"href\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-6bb1472a-abea-43b6-ab1f-aee033dfbb29" }, { "id": "f7cf82a1-1999-402a-8ac4-b0e287d838ae", "name": "Authentication information is missing or invalid", "originalRequest": { "method": "GET", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/authorizations?amount=&amount.gt=&amount.gte=&amount.lt=&amount.lte=&before_cursor=&after_cursor=&created_at.gte=&created_at.lte=&idempotency_id=&limit=&tags.key=&tags.value=&state=CANCELED&updated_at.gte=&updated_at.lte=&trace_id=&is_void=&instrument_bin=&instrument_account_last4=&instrument_brand_type=&merchant_identity_id=&merchant_identity_name=&instrument_name=&instrument_type=&merchant_id=&merchant_mid=&instrument_card_last4=&merchant_processor_id=&type=", "host": [ "{{baseUrl}}" ], "path": [ "authorizations" ], "query": [ { "description": "Filter by an amount equal to the given value.", "key": "amount", "value": "" }, { "description": "Filter by an amount greater than.", "key": "amount.gt", "value": "" }, { "description": "Filter by an amount greater than or equal.", "key": "amount.gte", "value": "" }, { "description": "Filter by an amount less than.", "key": "amount.lt", "value": "" }, { "description": "Filter by an amount less than or equal.", "key": "amount.lte", "value": "" }, { "description": "Return every resource created before the cursor value.", "key": "before_cursor", "value": "" }, { "description": "Return every resource created after the cursor value.", "key": "after_cursor", "value": "" }, { "description": "Filter where `created_at` is after the given date.", "key": "created_at.gte", "value": "" }, { "description": "Filter where `created_at` is before the given date.", "key": "created_at.lte", "value": "" }, { "description": "Filter by `idempotency_id`.", "key": "idempotency_id", "value": "" }, { "description": "The numbers of items to return.", "key": "limit", "value": "" }, { "description": "Filter by the [`key` of a `Tag`](/api/overview/#section/Tags).", "key": "tags.key", "value": "" }, { "description": "Filter by the [value of a `Tag`](https://finix.com/docs/api/overview/#section/Tags).", "key": "tags.value", "value": "" }, { "description": "Filter by Transaction state.", "key": "state", "value": "CANCELED" }, { "description": "Filter where `updated_at` is after the given date.", "key": "updated_at.gte", "value": "" }, { "description": "Filter where `updated_at` is before the given date.", "key": "updated_at.lte", "value": "" }, { "description": "Filter by `trace_id`.", "key": "trace_id", "value": "" }, { "description": "Filter by `idempotency_id`.", "key": "is_void", "value": "" }, { "description": "Filter by Bank Identification Number (BIN). The BIN is the first 6 digits of the masked number.", "key": "instrument_bin", "value": "" }, { "description": "Filter Transactions by the last 4 digits of the bank account. The bank account last 4 are the last 4 digits of the masked number\tinstrument_account_last4=9444 BIN.", "key": "instrument_account_last4", "value": "" }, { "description": "Filter by card brand. Available card brand types can be found in the drop-down.", "key": "instrument_brand_type", "value": "" }, { "description": "Filter by `Identity` ID.", "key": "merchant_identity_id", "value": "" }, { "description": "Filter Transactions by `Identity` name. The name is not case-sensitive.", "key": "merchant_identity_name", "value": "" }, { "description": "Filter Transactions by `Payment Instrument` name.", "key": "instrument_name", "value": "" }, { "description": "Filter Transactions by `Payment Instrument` type. Available instrument types include: Bank Account or Payment Card.", "key": "instrument_type", "value": "" }, { "description": "Filter by `Merchant` ID.", "key": "merchant_id", "value": "" }, { "description": "Filter by Merchant Identification Number (MID).", "key": "merchant_mid", "value": "" }, { "description": "Filter by the payment card last 4 digits.", "key": "instrument_card_last4", "value": "" }, { "description": "Filter by `Processor` ID.", "key": "merchant_processor_id", "value": "" }, { "description": "Type of the `Authorization`.", "key": "type", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n },\n \"anim_6\": -37848705.295852356\n }\n },\n {\n \"code\": \"UNKNOWN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"self\": {\n \"href\": \"\"\n },\n \"source\": {\n \"href\": \"\"\n },\n \"in_c_\": 1764319.2002056092\n },\n \"veniam1\": -48718456.85957585,\n \"exercitation62\": true\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-f7cf82a1-1999-402a-8ac4-b0e287d838ae" }, { "id": "95e77019-75b9-42bf-9f55-856c0c95652c", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/authorizations?amount=&amount.gt=&amount.gte=&amount.lt=&amount.lte=&before_cursor=&after_cursor=&created_at.gte=&created_at.lte=&idempotency_id=&limit=&tags.key=&tags.value=&state=CANCELED&updated_at.gte=&updated_at.lte=&trace_id=&is_void=&instrument_bin=&instrument_account_last4=&instrument_brand_type=&merchant_identity_id=&merchant_identity_name=&instrument_name=&instrument_type=&merchant_id=&merchant_mid=&instrument_card_last4=&merchant_processor_id=&type=", "host": [ "{{baseUrl}}" ], "path": [ "authorizations" ], "query": [ { "description": "Filter by an amount equal to the given value.", "key": "amount", "value": "" }, { "description": "Filter by an amount greater than.", "key": "amount.gt", "value": "" }, { "description": "Filter by an amount greater than or equal.", "key": "amount.gte", "value": "" }, { "description": "Filter by an amount less than.", "key": "amount.lt", "value": "" }, { "description": "Filter by an amount less than or equal.", "key": "amount.lte", "value": "" }, { "description": "Return every resource created before the cursor value.", "key": "before_cursor", "value": "" }, { "description": "Return every resource created after the cursor value.", "key": "after_cursor", "value": "" }, { "description": "Filter where `created_at` is after the given date.", "key": "created_at.gte", "value": "" }, { "description": "Filter where `created_at` is before the given date.", "key": "created_at.lte", "value": "" }, { "description": "Filter by `idempotency_id`.", "key": "idempotency_id", "value": "" }, { "description": "The numbers of items to return.", "key": "limit", "value": "" }, { "description": "Filter by the [`key` of a `Tag`](/api/overview/#section/Tags).", "key": "tags.key", "value": "" }, { "description": "Filter by the [value of a `Tag`](https://finix.com/docs/api/overview/#section/Tags).", "key": "tags.value", "value": "" }, { "description": "Filter by Transaction state.", "key": "state", "value": "CANCELED" }, { "description": "Filter where `updated_at` is after the given date.", "key": "updated_at.gte", "value": "" }, { "description": "Filter where `updated_at` is before the given date.", "key": "updated_at.lte", "value": "" }, { "description": "Filter by `trace_id`.", "key": "trace_id", "value": "" }, { "description": "Filter by `idempotency_id`.", "key": "is_void", "value": "" }, { "description": "Filter by Bank Identification Number (BIN). The BIN is the first 6 digits of the masked number.", "key": "instrument_bin", "value": "" }, { "description": "Filter Transactions by the last 4 digits of the bank account. The bank account last 4 are the last 4 digits of the masked number\tinstrument_account_last4=9444 BIN.", "key": "instrument_account_last4", "value": "" }, { "description": "Filter by card brand. Available card brand types can be found in the drop-down.", "key": "instrument_brand_type", "value": "" }, { "description": "Filter by `Identity` ID.", "key": "merchant_identity_id", "value": "" }, { "description": "Filter Transactions by `Identity` name. The name is not case-sensitive.", "key": "merchant_identity_name", "value": "" }, { "description": "Filter Transactions by `Payment Instrument` name.", "key": "instrument_name", "value": "" }, { "description": "Filter Transactions by `Payment Instrument` type. Available instrument types include: Bank Account or Payment Card.", "key": "instrument_type", "value": "" }, { "description": "Filter by `Merchant` ID.", "key": "merchant_id", "value": "" }, { "description": "Filter by Merchant Identification Number (MID).", "key": "merchant_mid", "value": "" }, { "description": "Filter by the payment card last 4 digits.", "key": "instrument_card_last4", "value": "" }, { "description": "Filter by `Processor` ID.", "key": "merchant_processor_id", "value": "" }, { "description": "Type of the `Authorization`.", "key": "type", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-95e77019-75b9-42bf-9f55-856c0c95652c" }, { "id": "a7ed6362-f5f1-4cc5-bb1f-1446ca2ee21a", "name": "Object does not exist", "originalRequest": { "method": "GET", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/authorizations?amount=&amount.gt=&amount.gte=&amount.lt=&amount.lte=&before_cursor=&after_cursor=&created_at.gte=&created_at.lte=&idempotency_id=&limit=&tags.key=&tags.value=&state=CANCELED&updated_at.gte=&updated_at.lte=&trace_id=&is_void=&instrument_bin=&instrument_account_last4=&instrument_brand_type=&merchant_identity_id=&merchant_identity_name=&instrument_name=&instrument_type=&merchant_id=&merchant_mid=&instrument_card_last4=&merchant_processor_id=&type=", "host": [ "{{baseUrl}}" ], "path": [ "authorizations" ], "query": [ { "description": "Filter by an amount equal to the given value.", "key": "amount", "value": "" }, { "description": "Filter by an amount greater than.", "key": "amount.gt", "value": "" }, { "description": "Filter by an amount greater than or equal.", "key": "amount.gte", "value": "" }, { "description": "Filter by an amount less than.", "key": "amount.lt", "value": "" }, { "description": "Filter by an amount less than or equal.", "key": "amount.lte", "value": "" }, { "description": "Return every resource created before the cursor value.", "key": "before_cursor", "value": "" }, { "description": "Return every resource created after the cursor value.", "key": "after_cursor", "value": "" }, { "description": "Filter where `created_at` is after the given date.", "key": "created_at.gte", "value": "" }, { "description": "Filter where `created_at` is before the given date.", "key": "created_at.lte", "value": "" }, { "description": "Filter by `idempotency_id`.", "key": "idempotency_id", "value": "" }, { "description": "The numbers of items to return.", "key": "limit", "value": "" }, { "description": "Filter by the [`key` of a `Tag`](/api/overview/#section/Tags).", "key": "tags.key", "value": "" }, { "description": "Filter by the [value of a `Tag`](https://finix.com/docs/api/overview/#section/Tags).", "key": "tags.value", "value": "" }, { "description": "Filter by Transaction state.", "key": "state", "value": "CANCELED" }, { "description": "Filter where `updated_at` is after the given date.", "key": "updated_at.gte", "value": "" }, { "description": "Filter where `updated_at` is before the given date.", "key": "updated_at.lte", "value": "" }, { "description": "Filter by `trace_id`.", "key": "trace_id", "value": "" }, { "description": "Filter by `idempotency_id`.", "key": "is_void", "value": "" }, { "description": "Filter by Bank Identification Number (BIN). The BIN is the first 6 digits of the masked number.", "key": "instrument_bin", "value": "" }, { "description": "Filter Transactions by the last 4 digits of the bank account. The bank account last 4 are the last 4 digits of the masked number\tinstrument_account_last4=9444 BIN.", "key": "instrument_account_last4", "value": "" }, { "description": "Filter by card brand. Available card brand types can be found in the drop-down.", "key": "instrument_brand_type", "value": "" }, { "description": "Filter by `Identity` ID.", "key": "merchant_identity_id", "value": "" }, { "description": "Filter Transactions by `Identity` name. The name is not case-sensitive.", "key": "merchant_identity_name", "value": "" }, { "description": "Filter Transactions by `Payment Instrument` name.", "key": "instrument_name", "value": "" }, { "description": "Filter Transactions by `Payment Instrument` type. Available instrument types include: Bank Account or Payment Card.", "key": "instrument_type", "value": "" }, { "description": "Filter by `Merchant` ID.", "key": "merchant_id", "value": "" }, { "description": "Filter by Merchant Identification Number (MID).", "key": "merchant_mid", "value": "" }, { "description": "Filter by the payment card last 4 digits.", "key": "instrument_card_last4", "value": "" }, { "description": "Filter by `Processor` ID.", "key": "merchant_processor_id", "value": "" }, { "description": "Type of the `Authorization`.", "key": "type", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"nulla_5ad\": 69932607\n },\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-a7ed6362-f5f1-4cc5-bb1f-1446ca2ee21a" }, { "id": "819845a7-bc7c-4772-bacb-0f77784d063f", "name": "Not Acceptable", "originalRequest": { "method": "GET", "header": [ { "description": "Specify the API version of your request. For more details, see [Versioning.](/guides/developers/versioning/)", "key": "Finix-Version", "value": "2018-01-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/authorizations?amount=&amount.gt=&amount.gte=&amount.lt=&amount.lte=&before_cursor=&after_cursor=&created_at.gte=&created_at.lte=&idempotency_id=&limit=&tags.key=&tags.value=&state=CANCELED&updated_at.gte=&updated_at.lte=&trace_id=&is_void=&instrument_bin=&instrument_account_last4=&instrument_brand_type=&merchant_identity_id=&merchant_identity_name=&instrument_name=&instrument_type=&merchant_id=&merchant_mid=&instrument_card_last4=&merchant_processor_id=&type=", "host": [ "{{baseUrl}}" ], "path": [ "authorizations" ], "query": [ { "description": "Filter by an amount equal to the given value.", "key": "amount", "value": "" }, { "description": "Filter by an amount greater than.", "key": "amount.gt", "value": "" }, { "description": "Filter by an amount greater than or equal.", "key": "amount.gte", "value": "" }, { "description": "Filter by an amount less than.", "key": "amount.lt", "value": "" }, { "description": "Filter by an amount less than or equal.", "key": "amount.lte", "value": "" }, { "description": "Return every resource created before the cursor value.", "key": "before_cursor", "value": "" }, { "description": "Return every resource created after the cursor value.", "key": "after_cursor", "value": "" }, { "description": "Filter where `created_at` is after the given date.", "key": "created_at.gte", "value": "" }, { "description": "Filter where `created_at` is before the given date.", "key": "created_at.lte", "value": "" }, { "description": "Filter by `idempotency_id`.", "key": "idempotency_id", "value": "" }, { "description": "The numbers of items to return.", "key": "limit", "value": "" }, { "description": "Filter by the [`key` of a `Tag`](/api/overview/#section/Tags).", "key": "tags.key", "value": "" }, { "description": "Filter by the [value of a `Tag`](https://finix.com/docs/api/overview/#section/Tags).", "key": "tags.value", "value": "" }, { "description": "Filter by Transaction state.", "key": "state", "value": "CANCELED" }, { "description": "Filter where `updated_at` is after the given date.", "key": "updated_at.gte", "value": "" }, { "description": "Filter where `updated_at` is before the given date.", "key": "updated_at.lte", "value": "" }, { "description": "Filter by `trace_id`.", "key": "trace_id", "value": "" }, { "description": "Filter by `idempotency_id`.", "key": "is_void", "value": "" }, { "description": "Filter by Bank Identification Number (BIN). The BIN is the first 6 digits of the masked number.", "key": "instrument_bin", "value": "" }, { "description": "Filter Transactions by the last 4 digits of the bank account. The bank account last 4 are the last 4 digits of the masked number\tinstrument_account_last4=9444 BIN.", "key": "instrument_account_last4", "value": "" }, { "description": "Filter by card brand. Available card brand types can be found in the drop-down.", "key": "instrument_brand_type", "value": "" }, { "description": "Filter by `Identity` ID.", "key": "merchant_identity_id", "value": "" }, { "description": "Filter Transactions by `Identity` name. The name is not case-sensitive.", "key": "merchant_identity_name", "value": "" }, { "description": "Filter Transactions by `Payment Instrument` name.", "key": "instrument_name", "value": "" }, { "description": "Filter Transactions by `Payment Instrument` type. Available instrument types include: Bank Account or Payment Card.", "key": "instrument_type", "value": "" }, { "description": "Filter by `Merchant` ID.", "key": "merchant_id", "value": "" }, { "description": "Filter by Merchant Identification Number (MID).", "key": "merchant_mid", "value": "" }, { "description": "Filter by the payment card last 4 digits.", "key": "instrument_card_last4", "value": "" }, { "description": "Filter by `Processor` ID.", "key": "merchant_processor_id", "value": "" }, { "description": "Type of the `Authorization`.", "key": "type", "value": "" } ] } }, "status": "Not Acceptable", "code": 406, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"_embedded\": {\n \"errors\": [\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n },\n {\n \"code\": \"NOT_FOUND\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-819845a7-bc7c-4772-bacb-0f77784d063f" } ], "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-6efae335-8fdd-4473-a9a1-8355be366eab" } ], "id": "a3ea80ac-b63e-4865-ab04-e07f71ba58d0", "createdAt": "2026-07-28T01:39:06.000Z", "updatedAt": "2026-07-28T01:39:06.000Z", "uid": "35240-a3ea80ac-b63e-4865-ab04-e07f71ba58d0" } ], "auth": { "type": "basic", "basic": [ { "key": "username", "value": "{{basicAuthUsername}}", "type": "string" }, { "key": "password", "value": "{{basicAuthPassword}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://finix.sandbox-payments-api.com" } ] }