{ "info": { "_postman_id": "ccaa9ebf-bb74-4b49-9bac-2baac11161a4", "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:38:58.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "lastUpdatedBy": "35240", "uid": "35240-ccaa9ebf-bb74-4b49-9bac-2baac11161a4" }, "item": [ { "name": "authorizations", "item": [ { "name": "{authorization_id}", "item": [ { "name": "Fetch an Authorization", "id": "f3c16832-740a-4112-984a-9cc2140480fb", "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": "dff35519-0f4a-4c16-9dfd-86056e7fb642", "key": "authorization_id", "value": "", "description": "(Required) ID of `Authorization` to fetch." } ] }, "description": "Retrieve the details of a previously created `Authorization`." }, "response": [ { "id": "ea7c0ff9-3844-49da-bfce-687cd8e6b582", "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 \"reprehenderit6_\": \"\",\n \"proident_d7\": \"\"\n }\n },\n \"entry_mode\": \"\",\n \"masked_account_number\": \"\",\n \"name\": \"\",\n \"payment_type\": \"\"\n },\n \"capture_amount\": \"\",\n \"currency\": \"AZN\",\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\": \"CANCELED\",\n \"tags\": {\n \"dof29\": \"\"\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:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-ea7c0ff9-3844-49da-bfce-687cd8e6b582" }, { "id": "f0b193e8-5952-46ac-91c2-e112dfa344f5", "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 \"id50\": true,\n \"magna1ca\": \"fugiat sit\",\n \"officia_e\": 14548871.718222499\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 }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-f0b193e8-5952-46ac-91c2-e112dfa344f5" }, { "id": "aebb6bde-b46d-4290-8068-a618fd4958b1", "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 \"dolor_a\": 47175844.92531642\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"reprehenderit_7dd\": 40615686.37515801,\n \"essec52\": false,\n \"eu_d6\": 17602298\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-aebb6bde-b46d-4290-8068-a618fd4958b1" }, { "id": "a2e75978-b33b-44ce-95b9-5ae8e70aa581", "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 },\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:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-a2e75978-b33b-44ce-95b9-5ae8e70aa581" }, { "id": "572e348b-8c04-4e47-9747-3bac683e4421", "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:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-572e348b-8c04-4e47-9747-3bac683e4421" } ], "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-f3c16832-740a-4112-984a-9cc2140480fb" }, { "name": "Capture an Authorization", "id": "ab948d35-3c8a-4696-aae8-ad96dedb0abf", "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 \"magna393\": \"\"\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": "3a25c0f3-8118-4e26-ad09-926b3f12eef7", "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": "fac1542c-bcd0-481e-81de-3c28eaec62df", "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 \"magna393\": \"\"\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 \"irure_54a\": \"\",\n \"aliquip7\": \"\"\n }\n },\n \"entry_mode\": \"\",\n \"masked_account_number\": \"\",\n \"name\": \"\",\n \"payment_type\": \"\"\n },\n \"capture_amount\": \"\",\n \"currency\": \"ZAR\",\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\": \"CANCELED\",\n \"tags\": {\n \"voluptate_dc\": \"\"\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:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-fac1542c-bcd0-481e-81de-3c28eaec62df" }, { "id": "b8bf74a0-9fe6-48f6-8380-dc9bd316a324", "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 \"magna393\": \"\"\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 \"id50\": true,\n \"magna1ca\": \"fugiat sit\",\n \"officia_e\": 14548871.718222499\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 }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-b8bf74a0-9fe6-48f6-8380-dc9bd316a324" }, { "id": "b2c42f10-5cfc-42c9-b1d9-ceb61497dc49", "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 \"magna393\": \"\"\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 \"dolor_a\": 47175844.92531642\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"reprehenderit_7dd\": 40615686.37515801,\n \"essec52\": false,\n \"eu_d6\": 17602298\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-b2c42f10-5cfc-42c9-b1d9-ceb61497dc49" }, { "id": "01de3122-484f-4465-b192-d6432d3ebabb", "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 \"magna393\": \"\"\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:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-01de3122-484f-4465-b192-d6432d3ebabb" }, { "id": "432274aa-4ec4-48dc-a200-0d1750849231", "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 \"magna393\": \"\"\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:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-432274aa-4ec4-48dc-a200-0d1750849231" } ], "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-ab948d35-3c8a-4696-aae8-ad96dedb0abf" } ], "id": "1d46d717-2a84-42fd-be7d-9648508874b2", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-1d46d717-2a84-42fd-be7d-9648508874b2" }, { "name": "{authorization_id_void_to}", "item": [ { "name": "Void an Authorization", "id": "a600a60e-eb50-42ea-ad95-b6de84ee5422", "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 \"ad892\": \"\",\n \"officia_1\": \"\"\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": "86cff5ee-48fb-40c4-b329-5aca44bd4baf", "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": "8c929ba5-9f69-471c-9c56-a54e4676af56", "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 \"ad892\": \"\",\n \"officia_1\": \"\"\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 \"irure_54a\": \"\",\n \"aliquip7\": \"\"\n }\n },\n \"entry_mode\": \"\",\n \"masked_account_number\": \"\",\n \"name\": \"\",\n \"payment_type\": \"\"\n },\n \"capture_amount\": \"\",\n \"currency\": \"ZAR\",\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\": \"CANCELED\",\n \"tags\": {\n \"voluptate_dc\": \"\"\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:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-8c929ba5-9f69-471c-9c56-a54e4676af56" }, { "id": "8c703c78-4836-4580-b87d-a55d2e25cd9d", "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 \"ad892\": \"\",\n \"officia_1\": \"\"\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 \"id50\": true,\n \"magna1ca\": \"fugiat sit\",\n \"officia_e\": 14548871.718222499\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 }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-8c703c78-4836-4580-b87d-a55d2e25cd9d" }, { "id": "78cd51ef-d6e5-47e8-80f9-2659de4b626e", "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 \"ad892\": \"\",\n \"officia_1\": \"\"\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 \"dolor_a\": 47175844.92531642\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"reprehenderit_7dd\": 40615686.37515801,\n \"essec52\": false,\n \"eu_d6\": 17602298\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-78cd51ef-d6e5-47e8-80f9-2659de4b626e" }, { "id": "0b1ffe8a-7bb0-4a19-85bf-b26449b82cbc", "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 \"ad892\": \"\",\n \"officia_1\": \"\"\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:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-0b1ffe8a-7bb0-4a19-85bf-b26449b82cbc" }, { "id": "5a6d4ac5-ca9a-4f87-99df-02066e2891bd", "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 \"ad892\": \"\",\n \"officia_1\": \"\"\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:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-5a6d4ac5-ca9a-4f87-99df-02066e2891bd" } ], "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-a600a60e-eb50-42ea-ad95-b6de84ee5422" } ], "id": "d1c4121d-f080-4307-9838-8c31ccd6c171", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-d1c4121d-f080-4307-9838-8c31ccd6c171" }, { "name": "Create an Authorization", "id": "063326d4-e719-4524-954b-593312261f92", "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\": \"OMR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"UNREFERENCED_REFUND\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"in_710\": \"\"\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": "deb1cd93-7468-4f04-8f38-54ef1048ee2f", "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\": \"OMR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"UNREFERENCED_REFUND\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"in_710\": \"\"\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 \"reprehenderit6_\": \"\",\n \"proident_d7\": \"\"\n }\n },\n \"entry_mode\": \"\",\n \"masked_account_number\": \"\",\n \"name\": \"\",\n \"payment_type\": \"\"\n },\n \"capture_amount\": \"\",\n \"currency\": \"AZN\",\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\": \"CANCELED\",\n \"tags\": {\n \"dof29\": \"\"\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:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-deb1cd93-7468-4f04-8f38-54ef1048ee2f" }, { "id": "6f6f9095-16bb-489a-b218-41b92d85e168", "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\": \"OMR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"UNREFERENCED_REFUND\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"in_710\": \"\"\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 \"proident_a0a\": \"pariatur aute\"\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"tempor33\": true,\n \"mollit6\": \"dolor sit esse\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-6f6f9095-16bb-489a-b218-41b92d85e168" }, { "id": "2c27b59a-d816-4356-9a2f-5193a4749cf2", "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\": \"OMR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"UNREFERENCED_REFUND\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"in_710\": \"\"\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 \"id50\": true,\n \"magna1ca\": \"fugiat sit\",\n \"officia_e\": 14548871.718222499\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 }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-2c27b59a-d816-4356-9a2f-5193a4749cf2" }, { "id": "b33a1b4a-0ae8-4b43-bd8a-972f472f8845", "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\": \"OMR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"UNREFERENCED_REFUND\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"in_710\": \"\"\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 \"proident_a0a\": \"pariatur aute\"\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"tempor33\": true,\n \"mollit6\": \"dolor sit esse\"\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-b33a1b4a-0ae8-4b43-bd8a-972f472f8845" }, { "id": "373e0995-4859-48eb-be1b-9005d8e4926e", "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\": \"OMR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"UNREFERENCED_REFUND\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"in_710\": \"\"\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 \"dolor_a\": 47175844.92531642\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"reprehenderit_7dd\": 40615686.37515801,\n \"essec52\": false,\n \"eu_d6\": 17602298\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-373e0995-4859-48eb-be1b-9005d8e4926e" }, { "id": "fc312ab2-85b7-45d9-b918-b32cfebe1844", "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\": \"OMR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"UNREFERENCED_REFUND\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"in_710\": \"\"\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 },\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:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-fc312ab2-85b7-45d9-b918-b32cfebe1844" }, { "id": "1c4359c4-461e-439a-b334-7a0206f187d7", "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\": \"OMR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"UNREFERENCED_REFUND\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"in_710\": \"\"\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:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-1c4359c4-461e-439a-b334-7a0206f187d7" }, { "id": "f1aebf19-0f17-4ea1-951c-e1a1161e048c", "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\": \"OMR\",\n \"device\": \"\",\n \"fraud_session_id\": \"\",\n \"hsa_fsa_payment\": \"\",\n \"idempotency_id\": \"\",\n \"merchant\": \"\",\n \"operation_key\": \"UNREFERENCED_REFUND\",\n \"security_code\": \"\",\n \"source\": \"\",\n \"tags\": {\n \"in_710\": \"\"\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:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-f1aebf19-0f17-4ea1-951c-e1a1161e048c" } ], "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-063326d4-e719-4524-954b-593312261f92" }, { "name": "List Authorizations", "id": "70e8fb5a-751c-4a79-8366-69dbb6fd4bed", "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": "70214602-4074-48b3-b5b6-0802ee625536", "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 \"id__8\": \"\",\n \"laborum_75\": \"\"\n }\n },\n \"entry_mode\": \"\",\n \"masked_account_number\": \"\",\n \"name\": \"\",\n \"payment_type\": \"\"\n },\n \"capture_amount\": \"\",\n \"currency\": \"VUV\",\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\": \"PENDING\",\n \"tags\": {\n \"Excepteur7\": \"\",\n \"consectetur_f3\": \"\"\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 \"autefd\": \"\",\n \"eiusmod0\": \"\"\n }\n },\n \"entry_mode\": \"\",\n \"masked_account_number\": \"\",\n \"name\": \"\",\n \"payment_type\": \"\"\n },\n \"capture_amount\": \"\",\n \"currency\": \"CDF\",\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\": \"PENDING\",\n \"tags\": {\n \"in39\": \"\"\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 \"aute6\": 51606616\n }\n}", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-70214602-4074-48b3-b5b6-0802ee625536" }, { "id": "ffe18d14-e6fe-4d82-bbe6-f91d6bcc9765", "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 \"id50\": true,\n \"magna1ca\": \"fugiat sit\",\n \"officia_e\": 14548871.718222499\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 }\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-ffe18d14-e6fe-4d82-bbe6-f91d6bcc9765" }, { "id": "4993813f-80c7-42fd-a05f-064de46294a0", "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 \"dolor_a\": 47175844.92531642\n },\n {\n \"code\": \"FORBIDDEN\",\n \"logref\": {\n \"logref\": \"\"\n },\n \"message\": \"\",\n \"_links\": {\n \"source\": {\n \"href\": \"\"\n }\n },\n \"reprehenderit_7dd\": 40615686.37515801,\n \"essec52\": false,\n \"eu_d6\": 17602298\n }\n ]\n }\n}", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-4993813f-80c7-42fd-a05f-064de46294a0" }, { "id": "1d4cb038-4a51-44a7-802b-f4344859ce35", "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 },\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:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-1d4cb038-4a51-44a7-802b-f4344859ce35" }, { "id": "4dfee3ad-51b5-4a9f-b90b-27451c2c5b40", "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:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-4dfee3ad-51b5-4a9f-b90b-27451c2c5b40" } ], "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-70e8fb5a-751c-4a79-8366-69dbb6fd4bed" } ], "id": "ed3026f8-aafd-4577-8283-cdb67514bac8", "createdAt": "2026-07-28T01:38:59.000Z", "updatedAt": "2026-07-28T01:38:59.000Z", "uid": "35240-ed3026f8-aafd-4577-8283-cdb67514bac8" } ], "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" } ] }