{ "info": { "_postman_id": "9d443ab2-87d5-410a-883f-b0e5a09c202e", "name": "Soldo Business API v2.0 - OpenAPI 3.0 Accounting Classification Transactions API", "description": "Soldo Business API v2.0 OpenAPI 3.0 specification", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:59:02.000Z", "updatedAt": "2026-07-28T02:59:02.000Z", "lastUpdatedBy": "35240", "uid": "35240-9d443ab2-87d5-410a-883f-b0e5a09c202e" }, "item": [ { "name": "business", "item": [ { "name": "v2", "item": [ { "name": "transactions", "item": [ { "name": "mileage-reimbursements", "item": [ { "name": "{transactionId}", "item": [ { "name": "Get Mileage Reimbursement Transaction", "id": "75bf76b8-2a1d-4ba1-a2dc-9dac6b84c131", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "address_read address_write card_read card_write company_read company_write contact_read contact_write employee_read employee_write expense_category_read expense_category_write expense_report_read expense_report_write expense_review_read expense_review_write group_read group_write online_ads_read online_ads_write payment_read payment_write purchase_read purchase_write refueling_read refueling_write resource_set_read resource_set_write role_read statement_read subscription_read subscription_write tag_read tag_write tax_rate_read tax_rate_write transaction_read transaction_write vehicle_read vehicle_write wallet_read wallet_write webhook_subscription_read webhook_subscription_write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.soldo.com/oauth/authorize", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions/mileage-reimbursements/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "mileage-reimbursements", ":transactionId" ], "variable": [ { "id": "0e893b0e-9bdb-4550-a91b-6acef771b515", "key": "transactionId", "value": "", "description": "(Required) " } ] }, "description": "Endpoint to get a specific `MileageReimbursement` `Transaction`." }, "response": [ { "id": "fe12e08c-8236-48b6-8fd8-5aed46bcc370", "name": "The returned resource is a single `MileageReimbursement`.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions/mileage-reimbursements/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "mileage-reimbursements", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"transaction_id\": \"\",\n \"date\": \"\",\n \"owner_id\": \"\",\n \"amount\": \"\",\n \"amount_currency\": \"CAD\",\n \"mileage\": {\n \"vehicle_id\": \"\",\n \"reimbursement_rate\": \"\",\n \"description\": \"\",\n \"starting_point\": \"\",\n \"arrival_point\": \"\",\n \"multi_stops\": [\n \"\",\n \"\"\n ],\n \"distance\": \"\",\n \"round_trip\": \"\"\n }\n}", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-fe12e08c-8236-48b6-8fd8-5aed46bcc370" }, { "id": "c823840f-a219-452f-a759-f9ef1066e402", "name": "One or more resource requested does not exist.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions/mileage-reimbursements/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "mileage-reimbursements", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-c823840f-a219-452f-a759-f9ef1066e402" } ], "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-75bf76b8-2a1d-4ba1-a2dc-9dac6b84c131" }, { "name": "Update Mileage Reimbursement Transaction", "id": "88c6fa39-4bc5-459f-9588-6488aca91b09", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "address_read address_write card_read card_write company_read company_write contact_read contact_write employee_read employee_write expense_category_read expense_category_write expense_report_read expense_report_write expense_review_read expense_review_write group_read group_write online_ads_read online_ads_write payment_read payment_write purchase_read purchase_write refueling_read refueling_write resource_set_read resource_set_write role_read statement_read subscription_read subscription_write tag_read tag_write tax_rate_read tax_rate_write transaction_read transaction_write vehicle_read vehicle_write wallet_read wallet_write webhook_subscription_read webhook_subscription_write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.soldo.com/oauth/authorize", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"mileage\": {\n \"description\": \"\",\n \"distance\": \"\",\n \"round_trip\": \"\",\n \"vehicle_id\": \"\",\n \"reimbursement_rate\": \"\",\n \"starting_point\": \"\",\n \"arrival_point\": \"\",\n \"multi_stops\": [\n \"\",\n \"\"\n ]\n },\n \"request_timestamp\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/mileage-reimbursements/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "mileage-reimbursements", ":transactionId" ], "variable": [ { "id": "1916b66c-105e-4ee7-abf2-f9c84f4dc21e", "key": "transactionId", "value": "", "description": "(Required) " } ] }, "description": "Endpoint to update a `MileageReimbursement` `Transaction`. The entire resource representation must be included in the request body." }, "response": [ { "id": "9688b8e1-197a-43ee-8de3-d1209add5904", "name": "The returned resource is a single `MileageReimbursement`.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"mileage\": {\n \"description\": \"\",\n \"distance\": \"\",\n \"round_trip\": \"\",\n \"vehicle_id\": \"\",\n \"reimbursement_rate\": \"\",\n \"starting_point\": \"\",\n \"arrival_point\": \"\",\n \"multi_stops\": [\n \"\",\n \"\"\n ]\n },\n \"request_timestamp\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/mileage-reimbursements/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "mileage-reimbursements", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"transaction_id\": \"\",\n \"date\": \"\",\n \"owner_id\": \"\",\n \"amount\": \"\",\n \"amount_currency\": \"CAD\",\n \"mileage\": {\n \"vehicle_id\": \"\",\n \"reimbursement_rate\": \"\",\n \"description\": \"\",\n \"starting_point\": \"\",\n \"arrival_point\": \"\",\n \"multi_stops\": [\n \"\",\n \"\"\n ],\n \"distance\": \"\",\n \"round_trip\": \"\"\n }\n}", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-9688b8e1-197a-43ee-8de3-d1209add5904" }, { "id": "4befd544-b3ba-4a94-99d8-df40b8148982", "name": "Your request has missing arguments or is malformed.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"mileage\": {\n \"description\": \"\",\n \"distance\": \"\",\n \"round_trip\": \"\",\n \"vehicle_id\": \"\",\n \"reimbursement_rate\": \"\",\n \"starting_point\": \"\",\n \"arrival_point\": \"\",\n \"multi_stops\": [\n \"\",\n \"\"\n ]\n },\n \"request_timestamp\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/mileage-reimbursements/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "mileage-reimbursements", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-4befd544-b3ba-4a94-99d8-df40b8148982" }, { "id": "540b9bb2-2376-438f-b0fa-46715caff0a2", "name": "One or more resource requested does not exist.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"mileage\": {\n \"description\": \"\",\n \"distance\": \"\",\n \"round_trip\": \"\",\n \"vehicle_id\": \"\",\n \"reimbursement_rate\": \"\",\n \"starting_point\": \"\",\n \"arrival_point\": \"\",\n \"multi_stops\": [\n \"\",\n \"\"\n ]\n },\n \"request_timestamp\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/mileage-reimbursements/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "mileage-reimbursements", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-540b9bb2-2376-438f-b0fa-46715caff0a2" } ], "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-88c6fa39-4bc5-459f-9588-6488aca91b09" }, { "name": "Delete Mileage Reimbursement Transaction", "id": "06d679c5-028d-41bd-a39b-29cce39d87d9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "address_read address_write card_read card_write company_read company_write contact_read contact_write employee_read employee_write expense_category_read expense_category_write expense_report_read expense_report_write expense_review_read expense_review_write group_read group_write online_ads_read online_ads_write payment_read payment_write purchase_read purchase_write refueling_read refueling_write resource_set_read resource_set_write role_read statement_read subscription_read subscription_write tag_read tag_write tax_rate_read tax_rate_write transaction_read transaction_write vehicle_read vehicle_write wallet_read wallet_write webhook_subscription_read webhook_subscription_write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.soldo.com/oauth/authorize", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions/mileage-reimbursements/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "mileage-reimbursements", ":transactionId" ], "variable": [ { "id": "007e8a3d-853b-4877-ba58-b8fcf48ec96e", "key": "transactionId", "value": "", "description": "(Required) " } ] }, "description": "Endpoint to delete a specific `MileageReimbursement` `Transaction`." }, "response": [ { "id": "5753b5d3-9f1f-4f8e-b71d-8e281f122952", "name": "No content as result.", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions/mileage-reimbursements/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "mileage-reimbursements", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-5753b5d3-9f1f-4f8e-b71d-8e281f122952" } ], "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-06d679c5-028d-41bd-a39b-29cce39d87d9" } ], "id": "c3418309-49a6-4772-a976-33292362a30f", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-c3418309-49a6-4772-a976-33292362a30f" }, { "name": "Create Mileage Reimbursement Transaction", "id": "fdcec5a6-8c7d-4164-8519-063ece088cfb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "address_read address_write card_read card_write company_read company_write contact_read contact_write employee_read employee_write expense_category_read expense_category_write expense_report_read expense_report_write expense_review_read expense_review_write group_read group_write online_ads_read online_ads_write payment_read payment_write purchase_read purchase_write refueling_read refueling_write resource_set_read resource_set_write role_read statement_read subscription_read subscription_write tag_read tag_write tax_rate_read tax_rate_write transaction_read transaction_write vehicle_read vehicle_write wallet_read wallet_write webhook_subscription_read webhook_subscription_write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.soldo.com/oauth/authorize", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"mileage\": {\n \"description\": \"\",\n \"distance\": \"\",\n \"round_trip\": \"\",\n \"vehicle_id\": \"\",\n \"reimbursement_rate\": \"\",\n \"starting_point\": \"\",\n \"arrival_point\": \"\",\n \"multi_stops\": [\n \"\",\n \"\"\n ]\n },\n \"owner_id\": \"\",\n \"request_timestamp\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/mileage-reimbursements", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "mileage-reimbursements" ] }, "description": "Endpoint to create a `MileageReimbursement` `Transaction`." }, "response": [ { "id": "1f5e326e-686d-455b-808d-054c65fb4434", "name": "The returned resource is a single `MileageReimbursement`.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"mileage\": {\n \"description\": \"\",\n \"distance\": \"\",\n \"round_trip\": \"\",\n \"vehicle_id\": \"\",\n \"reimbursement_rate\": \"\",\n \"starting_point\": \"\",\n \"arrival_point\": \"\",\n \"multi_stops\": [\n \"\",\n \"\"\n ]\n },\n \"owner_id\": \"\",\n \"request_timestamp\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/mileage-reimbursements", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "mileage-reimbursements" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"transaction_id\": \"\",\n \"date\": \"\",\n \"owner_id\": \"\",\n \"amount\": \"\",\n \"amount_currency\": \"CAD\",\n \"mileage\": {\n \"vehicle_id\": \"\",\n \"reimbursement_rate\": \"\",\n \"description\": \"\",\n \"starting_point\": \"\",\n \"arrival_point\": \"\",\n \"multi_stops\": [\n \"\",\n \"\"\n ],\n \"distance\": \"\",\n \"round_trip\": \"\"\n }\n}", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-1f5e326e-686d-455b-808d-054c65fb4434" }, { "id": "9c188de7-97d4-48a4-8911-3cb90bfca90f", "name": "Your request has missing arguments or is malformed.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"mileage\": {\n \"description\": \"\",\n \"distance\": \"\",\n \"round_trip\": \"\",\n \"vehicle_id\": \"\",\n \"reimbursement_rate\": \"\",\n \"starting_point\": \"\",\n \"arrival_point\": \"\",\n \"multi_stops\": [\n \"\",\n \"\"\n ]\n },\n \"owner_id\": \"\",\n \"request_timestamp\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/mileage-reimbursements", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "mileage-reimbursements" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-9c188de7-97d4-48a4-8911-3cb90bfca90f" }, { "id": "25bca694-7129-4b91-87db-9afa9af109b0", "name": "One or more resource requested does not exist.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"mileage\": {\n \"description\": \"\",\n \"distance\": \"\",\n \"round_trip\": \"\",\n \"vehicle_id\": \"\",\n \"reimbursement_rate\": \"\",\n \"starting_point\": \"\",\n \"arrival_point\": \"\",\n \"multi_stops\": [\n \"\",\n \"\"\n ]\n },\n \"owner_id\": \"\",\n \"request_timestamp\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/mileage-reimbursements", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "mileage-reimbursements" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-25bca694-7129-4b91-87db-9afa9af109b0" } ], "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-fdcec5a6-8c7d-4164-8519-063ece088cfb" } ], "id": "ebbef584-53b0-43ce-b340-da519679ed30", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-ebbef584-53b0-43ce-b340-da519679ed30" }, { "name": "out-of-platform-transactions", "item": [ { "name": "{transactionId}", "item": [ { "name": "Get Out-Of-Platform Transaction", "id": "e59b9e83-7a0a-4963-9c87-dcad64fc7a39", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "address_read address_write card_read card_write company_read company_write contact_read contact_write employee_read employee_write expense_category_read expense_category_write expense_report_read expense_report_write expense_review_read expense_review_write group_read group_write online_ads_read online_ads_write payment_read payment_write purchase_read purchase_write refueling_read refueling_write resource_set_read resource_set_write role_read statement_read subscription_read subscription_write tag_read tag_write tax_rate_read tax_rate_write transaction_read transaction_write vehicle_read vehicle_write wallet_read wallet_write webhook_subscription_read webhook_subscription_write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.soldo.com/oauth/authorize", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions/out-of-platform-transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "out-of-platform-transactions", ":transactionId" ], "variable": [ { "id": "3e7e8897-24d5-40a6-8484-13963fabc747", "key": "transactionId", "value": "", "description": "(Required) " } ] }, "description": "Endpoint to get a specific Out-Of-Platform `Transaction`." }, "response": [ { "id": "bf52decd-bae2-48c4-b3e4-9e43f6525dcd", "name": "The returned resource is a single Out-Of-Platform `Transaction`.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions/out-of-platform-transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "out-of-platform-transactions", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"transaction_id\": \"\",\n \"date\": \"\",\n \"owner_id\": \"\",\n \"merchant_name\": \"\",\n \"tx_amount\": \"\",\n \"tx_amount_currency\": \"PHP\",\n \"amount\": \"\",\n \"amount_currency\": \"CDF\",\n \"exchange_rate\": \"\",\n \"payment_method\": \"OUT_OF_PLATFORM_COMPANY\"\n}", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-bf52decd-bae2-48c4-b3e4-9e43f6525dcd" }, { "id": "1353c8c9-bc68-4bef-88ff-c33f85c326ef", "name": "One or more resource requested does not exist.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions/out-of-platform-transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "out-of-platform-transactions", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-1353c8c9-bc68-4bef-88ff-c33f85c326ef" } ], "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-e59b9e83-7a0a-4963-9c87-dcad64fc7a39" }, { "name": "Update Out-Of-Platform Transaction", "id": "ee6be9a3-fa4a-406f-87de-2395bd91c414", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "address_read address_write card_read card_write company_read company_write contact_read contact_write employee_read employee_write expense_category_read expense_category_write expense_report_read expense_report_write expense_review_read expense_review_write group_read group_write online_ads_read online_ads_write payment_read payment_write purchase_read purchase_write refueling_read refueling_write resource_set_read resource_set_write role_read statement_read subscription_read subscription_write tag_read tag_write tax_rate_read tax_rate_write transaction_read transaction_write vehicle_read vehicle_write wallet_read wallet_write webhook_subscription_read webhook_subscription_write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.soldo.com/oauth/authorize", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"merchant_name\": \"\",\n \"payment_method\": \"OUT_OF_PLATFORM_PERSONAL\",\n \"request_timestamp\": \"\",\n \"tx_amount\": \"\",\n \"tx_amount_currency\": \"SYP\",\n \"exchange_rate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/out-of-platform-transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "out-of-platform-transactions", ":transactionId" ], "variable": [ { "id": "eaed4872-631f-4d5e-a16f-4de149d57459", "key": "transactionId", "value": "", "description": "(Required) " } ] }, "description": "Endpoint to update an Out-Of-Platform `Transaction`. The entire resource representation must be included in the request body." }, "response": [ { "id": "c3025dfa-604c-4c47-a94e-54f0cdbc2355", "name": "The returned resource is a single Out-Of-Platform `Transaction`.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"merchant_name\": \"\",\n \"payment_method\": \"OUT_OF_PLATFORM_PERSONAL\",\n \"request_timestamp\": \"\",\n \"tx_amount\": \"\",\n \"tx_amount_currency\": \"SYP\",\n \"exchange_rate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/out-of-platform-transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "out-of-platform-transactions", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"transaction_id\": \"\",\n \"date\": \"\",\n \"owner_id\": \"\",\n \"merchant_name\": \"\",\n \"tx_amount\": \"\",\n \"tx_amount_currency\": \"PHP\",\n \"amount\": \"\",\n \"amount_currency\": \"CDF\",\n \"exchange_rate\": \"\",\n \"payment_method\": \"OUT_OF_PLATFORM_COMPANY\"\n}", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-c3025dfa-604c-4c47-a94e-54f0cdbc2355" }, { "id": "5835e902-51af-4d85-b6b3-ed9eb473e884", "name": "Your request has missing arguments or is malformed.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"merchant_name\": \"\",\n \"payment_method\": \"OUT_OF_PLATFORM_PERSONAL\",\n \"request_timestamp\": \"\",\n \"tx_amount\": \"\",\n \"tx_amount_currency\": \"SYP\",\n \"exchange_rate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/out-of-platform-transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "out-of-platform-transactions", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-5835e902-51af-4d85-b6b3-ed9eb473e884" }, { "id": "a6c91784-141e-4262-bd10-7139801ad8a4", "name": "One or more resource requested does not exist.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"merchant_name\": \"\",\n \"payment_method\": \"OUT_OF_PLATFORM_PERSONAL\",\n \"request_timestamp\": \"\",\n \"tx_amount\": \"\",\n \"tx_amount_currency\": \"SYP\",\n \"exchange_rate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/out-of-platform-transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "out-of-platform-transactions", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-a6c91784-141e-4262-bd10-7139801ad8a4" } ], "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-ee6be9a3-fa4a-406f-87de-2395bd91c414" }, { "name": "Delete Out-Of-Platform Transaction", "id": "40c9732c-0504-41aa-adae-2423f2705ac5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "address_read address_write card_read card_write company_read company_write contact_read contact_write employee_read employee_write expense_category_read expense_category_write expense_report_read expense_report_write expense_review_read expense_review_write group_read group_write online_ads_read online_ads_write payment_read payment_write purchase_read purchase_write refueling_read refueling_write resource_set_read resource_set_write role_read statement_read subscription_read subscription_write tag_read tag_write tax_rate_read tax_rate_write transaction_read transaction_write vehicle_read vehicle_write wallet_read wallet_write webhook_subscription_read webhook_subscription_write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.soldo.com/oauth/authorize", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions/out-of-platform-transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "out-of-platform-transactions", ":transactionId" ], "variable": [ { "id": "3ed2f9da-772d-4c08-a1af-94ba460a0b64", "key": "transactionId", "value": "", "description": "(Required) " } ] }, "description": "Endpoint to delete a specific Out-Of-Platform `Transaction`." }, "response": [ { "id": "5b2cd363-1282-4502-b84f-42b1cd0611b5", "name": "No content as result.", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions/out-of-platform-transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "out-of-platform-transactions", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-5b2cd363-1282-4502-b84f-42b1cd0611b5" } ], "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-40c9732c-0504-41aa-adae-2423f2705ac5" } ], "id": "e339c2e9-43ab-40b6-871c-d0fb243734ec", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-e339c2e9-43ab-40b6-871c-d0fb243734ec" }, { "name": "Create Out-Of-Platform Transaction", "id": "9494f97e-9157-4e4e-a2df-381ba46e68bc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "address_read address_write card_read card_write company_read company_write contact_read contact_write employee_read employee_write expense_category_read expense_category_write expense_report_read expense_report_write expense_review_read expense_review_write group_read group_write online_ads_read online_ads_write payment_read payment_write purchase_read purchase_write refueling_read refueling_write resource_set_read resource_set_write role_read statement_read subscription_read subscription_write tag_read tag_write tax_rate_read tax_rate_write transaction_read transaction_write vehicle_read vehicle_write wallet_read wallet_write webhook_subscription_read webhook_subscription_write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.soldo.com/oauth/authorize", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"merchant_name\": \"\",\n \"owner_id\": \"\",\n \"payment_method\": \"OUT_OF_PLATFORM_PERSONAL\",\n \"request_timestamp\": \"\",\n \"tx_amount\": \"\",\n \"tx_amount_currency\": \"KWD\",\n \"exchange_rate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/out-of-platform-transactions", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "out-of-platform-transactions" ] }, "description": "Endpoint to create an Out-Of-Platform `Transaction` (not automatically tracked by Soldo)." }, "response": [ { "id": "d3c7eb7e-ef56-4d04-bda1-a312ddd7efe1", "name": "The returned resource is a single Out-Of-Platform `Transaction`.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"merchant_name\": \"\",\n \"owner_id\": \"\",\n \"payment_method\": \"OUT_OF_PLATFORM_PERSONAL\",\n \"request_timestamp\": \"\",\n \"tx_amount\": \"\",\n \"tx_amount_currency\": \"KWD\",\n \"exchange_rate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/out-of-platform-transactions", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "out-of-platform-transactions" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"transaction_id\": \"\",\n \"date\": \"\",\n \"owner_id\": \"\",\n \"merchant_name\": \"\",\n \"tx_amount\": \"\",\n \"tx_amount_currency\": \"PHP\",\n \"amount\": \"\",\n \"amount_currency\": \"CDF\",\n \"exchange_rate\": \"\",\n \"payment_method\": \"OUT_OF_PLATFORM_COMPANY\"\n}", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-d3c7eb7e-ef56-4d04-bda1-a312ddd7efe1" }, { "id": "23778a0a-3f70-4b8f-a7fd-3f3d425f4104", "name": "Your request has missing arguments or is malformed.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"merchant_name\": \"\",\n \"owner_id\": \"\",\n \"payment_method\": \"OUT_OF_PLATFORM_PERSONAL\",\n \"request_timestamp\": \"\",\n \"tx_amount\": \"\",\n \"tx_amount_currency\": \"KWD\",\n \"exchange_rate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/out-of-platform-transactions", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "out-of-platform-transactions" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-23778a0a-3f70-4b8f-a7fd-3f3d425f4104" }, { "id": "c45a1f56-6daa-4337-aa7d-82e5cec1843e", "name": "One or more resource requested does not exist.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"date\": \"\",\n \"merchant_name\": \"\",\n \"owner_id\": \"\",\n \"payment_method\": \"OUT_OF_PLATFORM_PERSONAL\",\n \"request_timestamp\": \"\",\n \"tx_amount\": \"\",\n \"tx_amount_currency\": \"KWD\",\n \"exchange_rate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/out-of-platform-transactions", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", "out-of-platform-transactions" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-c45a1f56-6daa-4337-aa7d-82e5cec1843e" } ], "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-9494f97e-9157-4e4e-a2df-381ba46e68bc" } ], "id": "36587008-1c2b-42c9-9be7-b22ce77a4492", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-36587008-1c2b-42c9-9be7-b22ce77a4492" }, { "name": "{transactionId}", "item": [ { "name": "tax-rate", "item": [ { "name": "{taxRateId}", "item": [ { "name": "Add VAT Rate to Transaction ", "id": "0c0cc05d-250a-4c0d-a59f-01d1253efe85", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "address_read address_write card_read card_write company_read company_write contact_read contact_write employee_read employee_write expense_category_read expense_category_write expense_report_read expense_report_write expense_review_read expense_review_write group_read group_write online_ads_read online_ads_write payment_read payment_write purchase_read purchase_write refueling_read refueling_write resource_set_read resource_set_write role_read statement_read subscription_read subscription_write tag_read tag_write tax_rate_read tax_rate_write transaction_read transaction_write vehicle_read vehicle_write wallet_read wallet_write webhook_subscription_read webhook_subscription_write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.soldo.com/oauth/authorize", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [], "url": { "raw": "{{baseUrl}}/business/v2/transactions/:transactionId/tax-rate/:taxRateId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", ":transactionId", "tax-rate", ":taxRateId" ], "variable": [ { "id": "0087b81f-16b1-43df-b314-3e626df6146b", "key": "transactionId", "value": "", "description": "(Required) " }, { "id": "37f29f30-5b5e-48dd-a32e-f2d9c2743723", "key": "taxRateId", "value": "", "description": "(Required) " } ] }, "description": "Endpoint to assign a `VatRate` to a `Transaction`." }, "response": [ { "id": "1cfbbff1-f1ee-46e5-a2de-32b9c2bb6975", "name": "No content as result.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions/:transactionId/tax-rate/:taxRateId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", ":transactionId", "tax-rate", ":taxRateId" ], "variable": [ { "key": "transactionId" }, { "key": "taxRateId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-1cfbbff1-f1ee-46e5-a2de-32b9c2bb6975" }, { "id": "a56d3f16-aff7-4151-a6db-5762ae2f8c93", "name": "One or more resource requested does not exist.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions/:transactionId/tax-rate/:taxRateId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", ":transactionId", "tax-rate", ":taxRateId" ], "variable": [ { "key": "transactionId" }, { "key": "taxRateId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-a56d3f16-aff7-4151-a6db-5762ae2f8c93" } ], "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-0c0cc05d-250a-4c0d-a59f-01d1253efe85" } ], "id": "a71202cf-0a9f-41fd-8a2a-fdb26cb36522", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-a71202cf-0a9f-41fd-8a2a-fdb26cb36522" } ], "id": "0bfda23e-89ae-4972-8e15-669c5e7b6450", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-0bfda23e-89ae-4972-8e15-669c5e7b6450" }, { "name": "Get Transaction", "id": "ae213292-944f-45a8-9391-246301a79bc6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "address_read address_write card_read card_write company_read company_write contact_read contact_write employee_read employee_write expense_category_read expense_category_write expense_report_read expense_report_write expense_review_read expense_review_write group_read group_write online_ads_read online_ads_write payment_read payment_write purchase_read purchase_write refueling_read refueling_write resource_set_read resource_set_write role_read statement_read subscription_read subscription_write tag_read tag_write tax_rate_read tax_rate_write transaction_read transaction_write vehicle_read vehicle_write wallet_read wallet_write webhook_subscription_read webhook_subscription_write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.soldo.com/oauth/authorize", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions/:transactionId?showDetails=&showFuelDetails=", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", ":transactionId" ], "query": [ { "description": "It determines whether to show further Details of the `Transaction`.", "key": "showDetails", "value": "" }, { "description": "It determines whether to show further Fuel Details of the `Transaction`.", "key": "showFuelDetails", "value": "" } ], "variable": [ { "id": "c27a756d-7808-460d-832b-2153256a6390", "key": "transactionId", "value": "", "description": "(Required) The `Transaction` ID." } ] }, "description": "Endpoint to get a specific `Transaction` by ID." }, "response": [ { "id": "e1aaa86e-c9e1-4fb3-b64a-762f2ee33833", "name": "The returned resource is a single `Transaction`.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions/:transactionId?showDetails=&showFuelDetails=", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", ":transactionId" ], "query": [ { "description": "It determines whether to show further Details of the `Transaction`.", "key": "showDetails", "value": "" }, { "description": "It determines whether to show further Fuel Details of the `Transaction`.", "key": "showFuelDetails", "value": "" } ], "variable": [ { "key": "transactionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"wallet_id\": \"\",\n \"wallet_name\": \"\",\n \"status\": \"Unknown\",\n \"category\": \"InterAccountTransferWithdrawalRecurringBilling\",\n \"transaction_sign\": \"Positive\",\n \"purchase_id\": \"\",\n \"amount\": \"\",\n \"amount_currency\": \"MNT\",\n \"tx_amount\": \"\",\n \"tx_amount_currency\": \"PEN\",\n \"fee_amount\": \"\",\n \"fee_currency\": \"GHS\",\n \"exchange_rate\": \"\",\n \"auth_exchange_rate\": \"\",\n \"expense_status\": \"TO_REVIEW\",\n \"expense_type\": \"COMPANY\",\n \"expense_date\": \"\",\n \"expense_reviewer\": \"\",\n \"expense_approved_amount\": \"\",\n \"expense_report_id\": \"\",\n \"date\": \"\",\n \"settlement_date\": \"\",\n \"update_time\": \"\",\n \"merchant\": {\n \"id\": \"\",\n \"name\": \"\",\n \"raw_name\": \"\",\n \"code\": \"\",\n \"address\": \"\"\n },\n \"merchant_category\": {\n \"description\": \"\",\n \"mcc\": \"\",\n \"mcc_description\": \"\",\n \"code\": \"\",\n \"sub_category\": \"\"\n },\n \"tags\": [\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n }\n ],\n \"card_id\": \"\",\n \"masked_pan\": \"\",\n \"owner_name\": \"\",\n \"owner_surname\": \"\",\n \"owner_type\": \"company\",\n \"owner_id\": \"\",\n \"custom_reference_id\": \"\",\n \"group_id\": \"\",\n \"has_attachments\": \"\",\n \"trx_owner_id\": \"\",\n \"metadata_ids\": [\n \"\"\n ],\n \"fuel_details\": {\n \"plate\": \"\",\n \"vehicle_fuel_type\": \"METHANE\",\n \"vat_deductibility_percentage\": \"\",\n \"mileage\": \"\",\n \"quantity\": \"\",\n \"unit_price\": \"\",\n \"tx_fuel_type\": \"DIESEL\",\n \"to_be_ignored\": \"\",\n \"invoice_id\": \"\",\n \"invoice_number\": \"\",\n \"invoice_date\": \"\",\n \"invoice_total_amount\": \"\",\n \"invoice_row\": \"\",\n \"invoice_row_amount\": \"\",\n \"supplier_vat_id\": \"\",\n \"dri\": \"\",\n \"vehicle_id\": \"\"\n },\n \"vat_percentage\": \"\",\n \"vat_amount\": \"\",\n \"vat_currency\": \"AFN\",\n \"user_notes\": \"\",\n \"notes\": \"\",\n \"direct_url\": \"\",\n \"flags\": [\n \"\"\n ],\n \"payment_method\": \"OUT_OF_PLATFORM_PERSONAL\",\n \"payment_method_id\": \"\",\n \"expense_category\": {\n \"id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"tax_rate_id\": \"\",\n \"enabled\": \"\",\n \"merchant_categories\": [\n \"Services_Insurance\"\n ],\n \"expense_type\": \"\",\n \"integration\": \"\",\n \"creation_time\": \"\",\n \"last_update_time\": \"\"\n },\n \"tax_rate\": {\n \"id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"percentage\": \"\",\n \"enabled\": \"\",\n \"integration\": \"\",\n \"creation_time\": \"\",\n \"last_update_time\": \"\"\n },\n \"split\": \"\",\n \"tx_id\": \"\",\n \"payment_trn_code\": \"\",\n \"carbon_emissions\": {\n \"value\": \"\",\n \"unit\": \"\"\n },\n \"required_information\": \"NOT_COMPLETE\",\n \"reimbursement_expense_report_id\": \"\",\n \"invoice\": {\n \"number\": \"n`c3TBm@QXw0Jm&.s_Cp2hZ.q/O {lt/J%MIcLK/y[8S*]_L(Q\",\n \"date\": \"\",\n \"po_number\": \"\\\\7X]clpo_x1j&co\",\n \"supplier_vat_number\": \"xc8ZKX9vIOXXR\"\n },\n \"source\": {\n \"name\": \"\",\n \"type\": \"FASTER_PAYMENT\",\n \"destination_wallet_id\": \"\",\n \"destination_wallet_name\": \"\"\n },\n \"custom_export\": [\n {\n \"product\": \"\",\n \"export_date\": \"\"\n }\n ],\n \"out_spending_policy\": {\n \"approved_amount\": {\n \"amount\": \"\",\n \"currency\": \"BDT\"\n },\n \"rejected_amount\": {\n \"amount\": \"\",\n \"currency\": \"XSU\"\n }\n },\n \"business_trip_id\": \"\",\n \"card_name\": \"\",\n \"details\": {\n \"de022\": \"\",\n \"de061\": \"\",\n \"tx_country\": \"WSM\",\n \"denied_info_type\": \"\",\n \"denied_info_description\": \"\",\n \"is_card_present\": \"\",\n \"is_atm_transaction\": \"\"\n },\n \"split_transactions\": [\n {\n \"amount\": {\n \"amount\": \"\",\n \"currency\": \"MXN\"\n },\n \"vat_amount\": {\n \"amount\": \"\",\n \"currency\": \"GEL\"\n },\n \"expense_type\": \"TRAVEL_AND_ENTERTAINMENT\",\n \"line_number\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n }\n ],\n \"employee\": {\n \"id\": \"\",\n \"name\": \"\",\n \"surname\": \"\",\n \"middlename\": \"\",\n \"dob\": \"\",\n \"job_title\": \"\",\n \"department\": \"\",\n \"email\": \"\",\n \"mobile\": \"\",\n \"mobile_prefix\": \"\",\n \"custom_reference_id\": \"\",\n \"status\": \"SUSPENDED\",\n \"visible\": \"\",\n \"mobile_access\": \"\",\n \"web_access\": \"\",\n \"groups\": [\n \"\"\n ],\n \"shipping_address\": {\n \"id\": \"\",\n \"recipient\": \"\",\n \"name\": \"\",\n \"line1\": \"\",\n \"line2\": \"\",\n \"country\": \"\",\n \"county\": \"\",\n \"city\": \"\",\n \"post_code\": \"\",\n \"delivery_phone_number\": \"\",\n \"default_shipping\": \"\",\n \"type\": \"\",\n \"category\": \"USER\",\n \"user_id\": \"\",\n \"creation_time\": \"\",\n \"last_update\": \"\"\n },\n \"reports_to\": \"\",\n \"roles\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"scope\": \"\"\n }\n ],\n \"contact_id\": \"\",\n \"creation_time\": \"\",\n \"last_update\": \"\",\n \"work_status\": \"OUT_OF_OFFICE\"\n },\n \"expense_category\": {\n \"id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"tax_rate_id\": \"\",\n \"enabled\": \"\",\n \"merchant_categories\": [\n \"Services_Wholesale\"\n ],\n \"expense_type\": \"\",\n \"integration\": \"\",\n \"creation_time\": \"\",\n \"last_update_time\": \"\"\n },\n \"tax_rate\": {\n \"id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"percentage\": \"\",\n \"enabled\": \"\",\n \"integration\": \"\",\n \"creation_time\": \"\",\n \"last_update_time\": \"\"\n },\n \"approved_amount\": {\n \"amount\": \"\",\n \"currency\": \"MWK\"\n },\n \"rejected_amount\": {\n \"amount\": \"\",\n \"currency\": \"BYN\"\n }\n }\n ],\n \"timeline\": [\n {\n \"created_at\": \"\",\n \"status\": \"Chargeback\",\n \"amount\": \"\",\n \"balance_after\": {\n \"available_amount\": \"\",\n \"pending_amount\": \"\",\n \"ledger_amount\": \"\"\n },\n \"balance_before\": {\n \"available_amount\": \"\",\n \"pending_amount\": \"\",\n \"ledger_amount\": \"\"\n },\n \"is_fee\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-e1aaa86e-c9e1-4fb3-b64a-762f2ee33833" }, { "id": "26ece15d-c588-4675-bb64-451f27661f37", "name": "One or more resource requested does not exist.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions/:transactionId?showDetails=&showFuelDetails=", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", ":transactionId" ], "query": [ { "description": "It determines whether to show further Details of the `Transaction`.", "key": "showDetails", "value": "" }, { "description": "It determines whether to show further Fuel Details of the `Transaction`.", "key": "showFuelDetails", "value": "" } ], "variable": [ { "key": "transactionId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-26ece15d-c588-4675-bb64-451f27661f37" } ], "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-ae213292-944f-45a8-9391-246301a79bc6" }, { "name": "Update Transaction", "id": "e796df44-1ce2-44e8-8101-1e16d050b392", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "address_read address_write card_read card_write company_read company_write contact_read contact_write employee_read employee_write expense_category_read expense_category_write expense_report_read expense_report_write expense_review_read expense_review_write group_read group_write online_ads_read online_ads_write payment_read payment_write purchase_read purchase_write refueling_read refueling_write resource_set_read resource_set_write role_read statement_read subscription_read subscription_write tag_read tag_write tax_rate_read tax_rate_write transaction_read transaction_write vehicle_read vehicle_write wallet_read wallet_write webhook_subscription_read webhook_subscription_write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.soldo.com/oauth/authorize", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"trx_owner_id\": \"\",\n \"user_notes\": \"\",\n \"invoice\": {\n \"number\": \"@_9[GoM D~0i!V#&6pr\",\n \"po_number\": \"M_xKr[7.V/qH(/Z}4y st~u=)wUt2$i2S\",\n \"supplier_vat_number\": \"zlxjRsGjAf\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", ":transactionId" ], "variable": [ { "id": "5b456ebb-f06a-4f7b-8a02-66beeff3c308", "key": "transactionId", "value": "", "description": "(Required) " } ] }, "description": "Endpoint to update the assignee of a specific `Transaction` by ID. This method is only available for `Company` `Card` transactions and the `trx_owner_id` must be one of the `Card` assignees." }, "response": [ { "id": "8ab4637c-3894-4e5e-bb26-e9dc33b59742", "name": "The returned resource is a single `Transaction`.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"trx_owner_id\": \"\",\n \"user_notes\": \"\",\n \"invoice\": {\n \"number\": \"@_9[GoM D~0i!V#&6pr\",\n \"po_number\": \"M_xKr[7.V/qH(/Z}4y st~u=)wUt2$i2S\",\n \"supplier_vat_number\": \"zlxjRsGjAf\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"wallet_id\": \"\",\n \"wallet_name\": \"\",\n \"status\": \"Unknown\",\n \"category\": \"InterAccountTransferWithdrawalRecurringBilling\",\n \"transaction_sign\": \"Positive\",\n \"purchase_id\": \"\",\n \"amount\": \"\",\n \"amount_currency\": \"MNT\",\n \"tx_amount\": \"\",\n \"tx_amount_currency\": \"PEN\",\n \"fee_amount\": \"\",\n \"fee_currency\": \"GHS\",\n \"exchange_rate\": \"\",\n \"auth_exchange_rate\": \"\",\n \"expense_status\": \"TO_REVIEW\",\n \"expense_type\": \"COMPANY\",\n \"expense_date\": \"\",\n \"expense_reviewer\": \"\",\n \"expense_approved_amount\": \"\",\n \"expense_report_id\": \"\",\n \"date\": \"\",\n \"settlement_date\": \"\",\n \"update_time\": \"\",\n \"merchant\": {\n \"id\": \"\",\n \"name\": \"\",\n \"raw_name\": \"\",\n \"code\": \"\",\n \"address\": \"\"\n },\n \"merchant_category\": {\n \"description\": \"\",\n \"mcc\": \"\",\n \"mcc_description\": \"\",\n \"code\": \"\",\n \"sub_category\": \"\"\n },\n \"tags\": [\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n }\n ],\n \"card_id\": \"\",\n \"masked_pan\": \"\",\n \"owner_name\": \"\",\n \"owner_surname\": \"\",\n \"owner_type\": \"company\",\n \"owner_id\": \"\",\n \"custom_reference_id\": \"\",\n \"group_id\": \"\",\n \"has_attachments\": \"\",\n \"trx_owner_id\": \"\",\n \"metadata_ids\": [\n \"\"\n ],\n \"fuel_details\": {\n \"plate\": \"\",\n \"vehicle_fuel_type\": \"METHANE\",\n \"vat_deductibility_percentage\": \"\",\n \"mileage\": \"\",\n \"quantity\": \"\",\n \"unit_price\": \"\",\n \"tx_fuel_type\": \"DIESEL\",\n \"to_be_ignored\": \"\",\n \"invoice_id\": \"\",\n \"invoice_number\": \"\",\n \"invoice_date\": \"\",\n \"invoice_total_amount\": \"\",\n \"invoice_row\": \"\",\n \"invoice_row_amount\": \"\",\n \"supplier_vat_id\": \"\",\n \"dri\": \"\",\n \"vehicle_id\": \"\"\n },\n \"vat_percentage\": \"\",\n \"vat_amount\": \"\",\n \"vat_currency\": \"AFN\",\n \"user_notes\": \"\",\n \"notes\": \"\",\n \"direct_url\": \"\",\n \"flags\": [\n \"\"\n ],\n \"payment_method\": \"OUT_OF_PLATFORM_PERSONAL\",\n \"payment_method_id\": \"\",\n \"expense_category\": {\n \"id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"tax_rate_id\": \"\",\n \"enabled\": \"\",\n \"merchant_categories\": [\n \"Services_Insurance\"\n ],\n \"expense_type\": \"\",\n \"integration\": \"\",\n \"creation_time\": \"\",\n \"last_update_time\": \"\"\n },\n \"tax_rate\": {\n \"id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"percentage\": \"\",\n \"enabled\": \"\",\n \"integration\": \"\",\n \"creation_time\": \"\",\n \"last_update_time\": \"\"\n },\n \"split\": \"\",\n \"tx_id\": \"\",\n \"payment_trn_code\": \"\",\n \"carbon_emissions\": {\n \"value\": \"\",\n \"unit\": \"\"\n },\n \"required_information\": \"NOT_COMPLETE\",\n \"reimbursement_expense_report_id\": \"\",\n \"invoice\": {\n \"number\": \"n`c3TBm@QXw0Jm&.s_Cp2hZ.q/O {lt/J%MIcLK/y[8S*]_L(Q\",\n \"date\": \"\",\n \"po_number\": \"\\\\7X]clpo_x1j&co\",\n \"supplier_vat_number\": \"xc8ZKX9vIOXXR\"\n },\n \"source\": {\n \"name\": \"\",\n \"type\": \"FASTER_PAYMENT\",\n \"destination_wallet_id\": \"\",\n \"destination_wallet_name\": \"\"\n },\n \"custom_export\": [\n {\n \"product\": \"\",\n \"export_date\": \"\"\n }\n ],\n \"out_spending_policy\": {\n \"approved_amount\": {\n \"amount\": \"\",\n \"currency\": \"BDT\"\n },\n \"rejected_amount\": {\n \"amount\": \"\",\n \"currency\": \"XSU\"\n }\n },\n \"business_trip_id\": \"\",\n \"card_name\": \"\",\n \"details\": {\n \"de022\": \"\",\n \"de061\": \"\",\n \"tx_country\": \"WSM\",\n \"denied_info_type\": \"\",\n \"denied_info_description\": \"\",\n \"is_card_present\": \"\",\n \"is_atm_transaction\": \"\"\n },\n \"split_transactions\": [\n {\n \"amount\": {\n \"amount\": \"\",\n \"currency\": \"MXN\"\n },\n \"vat_amount\": {\n \"amount\": \"\",\n \"currency\": \"GEL\"\n },\n \"expense_type\": \"TRAVEL_AND_ENTERTAINMENT\",\n \"line_number\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n }\n ],\n \"employee\": {\n \"id\": \"\",\n \"name\": \"\",\n \"surname\": \"\",\n \"middlename\": \"\",\n \"dob\": \"\",\n \"job_title\": \"\",\n \"department\": \"\",\n \"email\": \"\",\n \"mobile\": \"\",\n \"mobile_prefix\": \"\",\n \"custom_reference_id\": \"\",\n \"status\": \"SUSPENDED\",\n \"visible\": \"\",\n \"mobile_access\": \"\",\n \"web_access\": \"\",\n \"groups\": [\n \"\"\n ],\n \"shipping_address\": {\n \"id\": \"\",\n \"recipient\": \"\",\n \"name\": \"\",\n \"line1\": \"\",\n \"line2\": \"\",\n \"country\": \"\",\n \"county\": \"\",\n \"city\": \"\",\n \"post_code\": \"\",\n \"delivery_phone_number\": \"\",\n \"default_shipping\": \"\",\n \"type\": \"\",\n \"category\": \"USER\",\n \"user_id\": \"\",\n \"creation_time\": \"\",\n \"last_update\": \"\"\n },\n \"reports_to\": \"\",\n \"roles\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"scope\": \"\"\n }\n ],\n \"contact_id\": \"\",\n \"creation_time\": \"\",\n \"last_update\": \"\",\n \"work_status\": \"OUT_OF_OFFICE\"\n },\n \"expense_category\": {\n \"id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"tax_rate_id\": \"\",\n \"enabled\": \"\",\n \"merchant_categories\": [\n \"Services_Wholesale\"\n ],\n \"expense_type\": \"\",\n \"integration\": \"\",\n \"creation_time\": \"\",\n \"last_update_time\": \"\"\n },\n \"tax_rate\": {\n \"id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"percentage\": \"\",\n \"enabled\": \"\",\n \"integration\": \"\",\n \"creation_time\": \"\",\n \"last_update_time\": \"\"\n },\n \"approved_amount\": {\n \"amount\": \"\",\n \"currency\": \"MWK\"\n },\n \"rejected_amount\": {\n \"amount\": \"\",\n \"currency\": \"BYN\"\n }\n }\n ],\n \"timeline\": [\n {\n \"created_at\": \"\",\n \"status\": \"Chargeback\",\n \"amount\": \"\",\n \"balance_after\": {\n \"available_amount\": \"\",\n \"pending_amount\": \"\",\n \"ledger_amount\": \"\"\n },\n \"balance_before\": {\n \"available_amount\": \"\",\n \"pending_amount\": \"\",\n \"ledger_amount\": \"\"\n },\n \"is_fee\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-8ab4637c-3894-4e5e-bb26-e9dc33b59742" }, { "id": "25bede5e-6444-4593-960b-3d52658c988b", "name": "Your request has missing arguments or is malformed.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"trx_owner_id\": \"\",\n \"user_notes\": \"\",\n \"invoice\": {\n \"number\": \"@_9[GoM D~0i!V#&6pr\",\n \"po_number\": \"M_xKr[7.V/qH(/Z}4y st~u=)wUt2$i2S\",\n \"supplier_vat_number\": \"zlxjRsGjAf\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-25bede5e-6444-4593-960b-3d52658c988b" }, { "id": "98206c02-88e0-4323-8303-e5e6456546ce", "name": "One or more resource requested does not exist.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"trx_owner_id\": \"\",\n \"user_notes\": \"\",\n \"invoice\": {\n \"number\": \"@_9[GoM D~0i!V#&6pr\",\n \"po_number\": \"M_xKr[7.V/qH(/Z}4y st~u=)wUt2$i2S\",\n \"supplier_vat_number\": \"zlxjRsGjAf\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/business/v2/transactions/:transactionId", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions", ":transactionId" ], "variable": [ { "key": "transactionId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-98206c02-88e0-4323-8303-e5e6456546ce" } ], "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-e796df44-1ce2-44e8-8101-1e16d050b392" } ], "id": "0c1fb8b1-8d9f-49c2-9770-4b550f107760", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-0c1fb8b1-8d9f-49c2-9770-4b550f107760" }, { "name": "Search Transactions", "id": "85a985e7-f238-48eb-98bc-7210e93bda89", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "address_read address_write card_read card_write company_read company_write contact_read contact_write employee_read employee_write expense_category_read expense_category_write expense_report_read expense_report_write expense_review_read expense_review_write group_read group_write online_ads_read online_ads_write payment_read payment_write purchase_read purchase_write refueling_read refueling_write resource_set_read resource_set_write role_read statement_read subscription_read subscription_write tag_read tag_write tax_rate_read tax_rate_write transaction_read transaction_write vehicle_read vehicle_write wallet_read wallet_write webhook_subscription_read webhook_subscription_write", "type": "string" }, { "key": "accessTokenUrl", "value": "https://api.soldo.com/oauth/authorize", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions?type=onlineAd&hasAttachment=&publicId=&customreferenceId=&dateType=TRANSACTION&groupId=&category=Load&category=InterAccountTransferDepositRecurringBilling&status=Unknown&status=Unknown&paymentMethod=COMPANY&paymentMethod=IATS&tagId=&metadataId=&text=&expenseType=PERSONAL&expenseType=PERSONAL&expenseStatus=TO_REVIEW&expenseStatus=TO_REVIEW&expenseCategoryId=&expenseCategoryId=&expenseReportId=&expenseReportId=&exportStatus=EXPORTED&taxRateId=&taxRateId=&requiredInformation=COMPLETE&isSplit=&customExportedProduct=&customExported=&p=0&s=0&d=ASC&props=&props=", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions" ], "query": [ { "description": "The resource `type` to be used together with id.", "key": "type", "value": "onlineAd" }, { "description": "Looks whether or not a `TransactionAttachment` is present.", "key": "hasAttachment", "value": "" }, { "description": "The ID of the `type` resource.", "key": "publicId", "value": "" }, { "description": "The custom reference ID of the cardholder.", "key": "customreferenceId", "value": "" }, { "description": "It determines the date to be considered for `fromDate` and `toDate` parameters.", "key": "dateType", "value": "TRANSACTION" }, { "description": "The ID of the `Group` of the transactions.", "key": "groupId", "value": "" }, { "description": "It determines the filter by category of the transaction, multiple categories can be included.", "key": "category", "value": "Load" }, { "description": "It determines the filter by category of the transaction, multiple categories can be included.", "key": "category", "value": "InterAccountTransferDepositRecurringBilling" }, { "description": "It determines the filter by status of the transaction, multiple statuses can be included.", "key": "status", "value": "Unknown" }, { "description": "It determines the filter by status of the transaction, multiple statuses can be included.", "key": "status", "value": "Unknown" }, { "description": "It determines the filter by payment method of the transaction, multiple payment methods can be included. `OUT_OF_PLATFORM_COMPANY` and `OUT_OF_PLATFORM_PERSONAL` are not included by default.", "key": "paymentMethod", "value": "COMPANY" }, { "description": "It determines the filter by payment method of the transaction, multiple payment methods can be included. `OUT_OF_PLATFORM_COMPANY` and `OUT_OF_PLATFORM_PERSONAL` are not included by default.", "key": "paymentMethod", "value": "IATS" }, { "description": "The ID of the `Tag` of the transaction.", "key": "tagId", "value": "" }, { "description": "The ID of the custom generated `Metadata` of the `Transaction`.", "key": "metadataId", "value": "" }, { "description": "A simple text to search in the transaction data (merchant, merchant category, user notes, tag, list, masked pan, card name, tx amount, vehicle plate, vehicle description).", "key": "text", "value": "" }, { "description": "The type of the expense.", "key": "expenseType", "value": "PERSONAL" }, { "description": "The type of the expense.", "key": "expenseType", "value": "PERSONAL" }, { "key": "expenseStatus", "value": "TO_REVIEW" }, { "key": "expenseStatus", "value": "TO_REVIEW" }, { "key": "expenseCategoryId", "value": "" }, { "key": "expenseCategoryId", "value": "" }, { "key": "expenseReportId", "value": "" }, { "key": "expenseReportId", "value": "" }, { "description": "The export status of the expense.", "key": "exportStatus", "value": "EXPORTED" }, { "key": "taxRateId", "value": "" }, { "key": "taxRateId", "value": "" }, { "description": "To search transactions with (or without) required information. A transaction is `COMPLETE` when all details marked as mandatory in the `Reminders` section have been filled in for the transaction.", "key": "requiredInformation", "value": "COMPLETE" }, { "description": "Looks whether or not a transaction is split.", "key": "isSplit", "value": "" }, { "description": "A product that exported list of `Transaction`", "key": "customExportedProduct", "value": "" }, { "description": "Looks whether or not a `TransactionCustomExport` is present.", "key": "customExported", "value": "" }, { "description": "It indicates the specific page to display (the counter starts from zero).", "key": "p", "value": "0" }, { "description": "It indicates the number of items per page.", "key": "s", "value": "0" }, { "description": "It indicates how the pages are ordered.", "key": "d", "value": "ASC" }, { "description": "It indicates the sorting direction applied to the above parameters. To apply a sorting on multiple parameters, set as many times the `props` parameter in the request.", "key": "props", "value": "" }, { "description": "It indicates the sorting direction applied to the above parameters. To apply a sorting on multiple parameters, set as many times the `props` parameter in the request.", "key": "props", "value": "" } ] }, "description": "Endpoint to find `Transactions` using filtering parameters." }, "response": [ { "id": "f18296f8-34a2-4df9-996f-2442e7b0c85a", "name": "The result array contains `Transactions`.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions?type=onlineAd&hasAttachment=&publicId=&customreferenceId=&dateType=TRANSACTION&groupId=&category=InterAccountTransferDepositRecurringBilling&status=Unknown&paymentMethod=IATS&tagId=&metadataId=&text=&expenseType=PERSONAL&expenseStatus=TO_REVIEW&expenseCategoryId=&expenseReportId=&exportStatus=EXPORTED&taxRateId=&requiredInformation=COMPLETE&isSplit=&customExportedProduct=&customExported=&p=0&s=0&d=ASC&props=", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions" ], "query": [ { "description": "The resource `type` to be used together with id.", "key": "type", "value": "onlineAd" }, { "description": "Looks whether or not a `TransactionAttachment` is present.", "key": "hasAttachment", "value": "" }, { "description": "The ID of the `type` resource.", "key": "publicId", "value": "" }, { "description": "The custom reference ID of the cardholder.", "key": "customreferenceId", "value": "" }, { "description": "It determines the date to be considered for `fromDate` and `toDate` parameters.", "key": "dateType", "value": "TRANSACTION" }, { "description": "The ID of the `Group` of the transactions.", "key": "groupId", "value": "" }, { "description": "It determines the filter by category of the transaction, multiple categories can be included.", "key": "category", "value": "InterAccountTransferDepositRecurringBilling" }, { "description": "It determines the filter by status of the transaction, multiple statuses can be included.", "key": "status", "value": "Unknown" }, { "description": "It determines the filter by payment method of the transaction, multiple payment methods can be included. `OUT_OF_PLATFORM_COMPANY` and `OUT_OF_PLATFORM_PERSONAL` are not included by default.", "key": "paymentMethod", "value": "IATS" }, { "description": "The ID of the `Tag` of the transaction.", "key": "tagId", "value": "" }, { "description": "The ID of the custom generated `Metadata` of the `Transaction`.", "key": "metadataId", "value": "" }, { "description": "A simple text to search in the transaction data (merchant, merchant category, user notes, tag, list, masked pan, card name, tx amount, vehicle plate, vehicle description).", "key": "text", "value": "" }, { "description": "The type of the expense.", "key": "expenseType", "value": "PERSONAL" }, { "key": "expenseStatus", "value": "TO_REVIEW" }, { "key": "expenseCategoryId", "value": "" }, { "key": "expenseReportId", "value": "" }, { "description": "The export status of the expense.", "key": "exportStatus", "value": "EXPORTED" }, { "key": "taxRateId", "value": "" }, { "description": "To search transactions with (or without) required information. A transaction is `COMPLETE` when all details marked as mandatory in the `Reminders` section have been filled in for the transaction.", "key": "requiredInformation", "value": "COMPLETE" }, { "description": "Looks whether or not a transaction is split.", "key": "isSplit", "value": "" }, { "description": "A product that exported list of `Transaction`", "key": "customExportedProduct", "value": "" }, { "description": "Looks whether or not a `TransactionCustomExport` is present.", "key": "customExported", "value": "" }, { "description": "It indicates the specific page to display (the counter starts from zero).", "key": "p", "value": "0" }, { "description": "It indicates the number of items per page.", "key": "s", "value": "0" }, { "description": "It indicates how the pages are ordered.", "key": "d", "value": "ASC" }, { "description": "It indicates the sorting direction applied to the above parameters. To apply a sorting on multiple parameters, set as many times the `props` parameter in the request.", "key": "props", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"pages\": \"\",\n \"page_size\": \"\",\n \"current_page\": \"\",\n \"results_size\": \"\",\n \"results\": [\n {\n \"id\": \"\",\n \"wallet_id\": \"\",\n \"wallet_name\": \"\",\n \"status\": \"Cancelled\",\n \"category\": \"Transfer\",\n \"transaction_sign\": \"Positive\",\n \"purchase_id\": \"\",\n \"amount\": \"\",\n \"amount_currency\": \"SHP\",\n \"tx_amount\": \"\",\n \"tx_amount_currency\": \"GEL\",\n \"fee_amount\": \"\",\n \"fee_currency\": \"XAG\",\n \"exchange_rate\": \"\",\n \"auth_exchange_rate\": \"\",\n \"expense_status\": \"APPROVED\",\n \"expense_type\": \"TRAVEL_AND_ENTERTAINMENT\",\n \"expense_date\": \"\",\n \"expense_reviewer\": \"\",\n \"expense_approved_amount\": \"\",\n \"expense_report_id\": \"\",\n \"date\": \"\",\n \"settlement_date\": \"\",\n \"update_time\": \"\",\n \"merchant\": {\n \"id\": \"\",\n \"name\": \"\",\n \"raw_name\": \"\",\n \"code\": \"\",\n \"address\": \"\"\n },\n \"merchant_category\": {\n \"description\": \"\",\n \"mcc\": \"\",\n \"mcc_description\": \"\",\n \"code\": \"\",\n \"sub_category\": \"\"\n },\n \"tags\": [\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n }\n ],\n \"card_id\": \"\",\n \"masked_pan\": \"\",\n \"owner_name\": \"\",\n \"owner_surname\": \"\",\n \"owner_type\": \"company\",\n \"owner_id\": \"\",\n \"custom_reference_id\": \"\",\n \"group_id\": \"\",\n \"has_attachments\": \"\",\n \"trx_owner_id\": \"\",\n \"metadata_ids\": [\n \"\",\n \"\"\n ],\n \"fuel_details\": {\n \"plate\": \"\",\n \"vehicle_fuel_type\": \"LNG\",\n \"vat_deductibility_percentage\": \"\",\n \"mileage\": \"\",\n \"quantity\": \"\",\n \"unit_price\": \"\",\n \"tx_fuel_type\": \"DIESEL\",\n \"to_be_ignored\": \"\",\n \"invoice_id\": \"\",\n \"invoice_number\": \"\",\n \"invoice_date\": \"\",\n \"invoice_total_amount\": \"\",\n \"invoice_row\": \"\",\n \"invoice_row_amount\": \"\",\n \"supplier_vat_id\": \"\",\n \"dri\": \"\",\n \"vehicle_id\": \"\"\n },\n \"vat_percentage\": \"\",\n \"vat_amount\": \"\",\n \"vat_currency\": \"AFN\",\n \"user_notes\": \"\",\n \"notes\": \"\",\n \"direct_url\": \"\",\n \"flags\": [\n \"\",\n \"\"\n ],\n \"payment_method\": \"WIRETRANSFER\",\n \"payment_method_id\": \"\",\n \"expense_category\": {\n \"id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"tax_rate_id\": \"\",\n \"enabled\": \"\",\n \"merchant_categories\": [\n \"Services_Financial\",\n \"Services_Cleaning\"\n ],\n \"expense_type\": \"\",\n \"integration\": \"\",\n \"creation_time\": \"\",\n \"last_update_time\": \"\"\n },\n \"tax_rate\": {\n \"id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"percentage\": \"\",\n \"enabled\": \"\",\n \"integration\": \"\",\n \"creation_time\": \"\",\n \"last_update_time\": \"\"\n },\n \"split\": \"\",\n \"tx_id\": \"\",\n \"payment_trn_code\": \"\",\n \"carbon_emissions\": {\n \"value\": \"\",\n \"unit\": \"\"\n },\n \"required_information\": \"COMPLETE\",\n \"reimbursement_expense_report_id\": \"\",\n \"invoice\": {\n \"number\": \"4Qe`R\",\n \"date\": \"\",\n \"po_number\": \"DvL7EXX2_6lN)L[ylO~O1OEYN3C1\",\n \"supplier_vat_number\": \"uZ8KVrvwPb0mTs\"\n },\n \"source\": {\n \"name\": \"\",\n \"type\": \"CARD\",\n \"destination_wallet_id\": \"\",\n \"destination_wallet_name\": \"\"\n },\n \"custom_export\": [\n {\n \"product\": \"\",\n \"export_date\": \"\"\n },\n {\n \"product\": \"\",\n \"export_date\": \"\"\n }\n ],\n \"out_spending_policy\": {\n \"approved_amount\": {\n \"amount\": \"\",\n \"currency\": \"LRD\"\n },\n \"rejected_amount\": {\n \"amount\": \"\",\n \"currency\": \"CHE\"\n }\n },\n \"business_trip_id\": \"\",\n \"details\": {\n \"tx_country\": \"SRB\"\n },\n \"split_transactions\": [\n {\n \"line_number\": \"\",\n \"amount\": {\n \"amount\": \"\",\n \"currency\": \"CAD\"\n },\n \"vat_amount\": {\n \"amount\": \"\",\n \"currency\": \"CHE\"\n },\n \"expense_type\": \"COMPANY\",\n \"employee\": {\n \"id\": \"\"\n },\n \"expense_category\": {\n \"id\": \"\"\n },\n \"tax_rate\": {\n \"id\": \"\"\n },\n \"tags\": [\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n }\n ],\n \"approved_amount\": {\n \"amount\": \"\",\n \"currency\": \"DOP\"\n },\n \"rejected_amount\": {\n \"amount\": \"\",\n \"currency\": \"CHF\"\n }\n },\n {\n \"line_number\": \"\",\n \"amount\": {\n \"amount\": \"\",\n \"currency\": \"BIF\"\n },\n \"vat_amount\": {\n \"amount\": \"\",\n \"currency\": \"GEL\"\n },\n \"expense_type\": \"PERSONAL\",\n \"employee\": {\n \"id\": \"\"\n },\n \"expense_category\": {\n \"id\": \"\"\n },\n \"tax_rate\": {\n \"id\": \"\"\n },\n \"tags\": [\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n }\n ],\n \"approved_amount\": {\n \"amount\": \"\",\n \"currency\": \"TJS\"\n },\n \"rejected_amount\": {\n \"amount\": \"\",\n \"currency\": \"SEK\"\n }\n }\n ]\n },\n {\n \"id\": \"\",\n \"wallet_id\": \"\",\n \"wallet_name\": \"\",\n \"status\": \"Settled\",\n \"category\": \"Chargeback\",\n \"transaction_sign\": \"Negative\",\n \"purchase_id\": \"\",\n \"amount\": \"\",\n \"amount_currency\": \"GHS\",\n \"tx_amount\": \"\",\n \"tx_amount_currency\": \"ARS\",\n \"fee_amount\": \"\",\n \"fee_currency\": \"MNT\",\n \"exchange_rate\": \"\",\n \"auth_exchange_rate\": \"\",\n \"expense_status\": \"TO_REVIEW\",\n \"expense_type\": \"COMPANY\",\n \"expense_date\": \"\",\n \"expense_reviewer\": \"\",\n \"expense_approved_amount\": \"\",\n \"expense_report_id\": \"\",\n \"date\": \"\",\n \"settlement_date\": \"\",\n \"update_time\": \"\",\n \"merchant\": {\n \"id\": \"\",\n \"name\": \"\",\n \"raw_name\": \"\",\n \"code\": \"\",\n \"address\": \"\"\n },\n \"merchant_category\": {\n \"description\": \"\",\n \"mcc\": \"\",\n \"mcc_description\": \"\",\n \"code\": \"\",\n \"sub_category\": \"\"\n },\n \"tags\": [\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n }\n ],\n \"card_id\": \"\",\n \"masked_pan\": \"\",\n \"owner_name\": \"\",\n \"owner_surname\": \"\",\n \"owner_type\": \"employee\",\n \"owner_id\": \"\",\n \"custom_reference_id\": \"\",\n \"group_id\": \"\",\n \"has_attachments\": \"\",\n \"trx_owner_id\": \"\",\n \"metadata_ids\": [\n \"\",\n \"\"\n ],\n \"fuel_details\": {\n \"plate\": \"\",\n \"vehicle_fuel_type\": \"ELECTRIC\",\n \"vat_deductibility_percentage\": \"\",\n \"mileage\": \"\",\n \"quantity\": \"\",\n \"unit_price\": \"\",\n \"tx_fuel_type\": \"DIESEL\",\n \"to_be_ignored\": \"\",\n \"invoice_id\": \"\",\n \"invoice_number\": \"\",\n \"invoice_date\": \"\",\n \"invoice_total_amount\": \"\",\n \"invoice_row\": \"\",\n \"invoice_row_amount\": \"\",\n \"supplier_vat_id\": \"\",\n \"dri\": \"\",\n \"vehicle_id\": \"\"\n },\n \"vat_percentage\": \"\",\n \"vat_amount\": \"\",\n \"vat_currency\": \"KHR\",\n \"user_notes\": \"\",\n \"notes\": \"\",\n \"direct_url\": \"\",\n \"flags\": [\n \"\",\n \"\"\n ],\n \"payment_method\": \"OUT_OF_PLATFORM_COMPANY\",\n \"payment_method_id\": \"\",\n \"expense_category\": {\n \"id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"tax_rate_id\": \"\",\n \"enabled\": \"\",\n \"merchant_categories\": [\n \"Services_Insurance\",\n \"Transport_Road\"\n ],\n \"expense_type\": \"\",\n \"integration\": \"\",\n \"creation_time\": \"\",\n \"last_update_time\": \"\"\n },\n \"tax_rate\": {\n \"id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"percentage\": \"\",\n \"enabled\": \"\",\n \"integration\": \"\",\n \"creation_time\": \"\",\n \"last_update_time\": \"\"\n },\n \"split\": \"\",\n \"tx_id\": \"\",\n \"payment_trn_code\": \"\",\n \"carbon_emissions\": {\n \"value\": \"\",\n \"unit\": \"\"\n },\n \"required_information\": \"NOT_COMPLETE\",\n \"reimbursement_expense_report_id\": \"\",\n \"invoice\": {\n \"number\": \")Q9s5gt-VfL9)s5eoi.L]\\\\WN?igC!MjmVCxtRdVg\",\n \"date\": \"\",\n \"po_number\": \"6l?#D6K-tP~>tSb?x`usJ6Q%2YxOpCg^_A<0?g46HR$9\",\n \"supplier_vat_number\": \"1aif\"\n },\n \"source\": {\n \"name\": \"\",\n \"type\": \"UNSPECIFIED\",\n \"destination_wallet_id\": \"\",\n \"destination_wallet_name\": \"\"\n },\n \"custom_export\": [\n {\n \"product\": \"\",\n \"export_date\": \"\"\n },\n {\n \"product\": \"\",\n \"export_date\": \"\"\n }\n ],\n \"out_spending_policy\": {\n \"approved_amount\": {\n \"amount\": \"\",\n \"currency\": \"CNY\"\n },\n \"rejected_amount\": {\n \"amount\": \"\",\n \"currency\": \"MZN\"\n }\n },\n \"business_trip_id\": \"\",\n \"details\": {\n \"tx_country\": \"VCT\"\n },\n \"split_transactions\": [\n {\n \"line_number\": \"\",\n \"amount\": {\n \"amount\": \"\",\n \"currency\": \"AMD\"\n },\n \"vat_amount\": {\n \"amount\": \"\",\n \"currency\": \"SDG\"\n },\n \"expense_type\": \"PERSONAL\",\n \"employee\": {\n \"id\": \"\"\n },\n \"expense_category\": {\n \"id\": \"\"\n },\n \"tax_rate\": {\n \"id\": \"\"\n },\n \"tags\": [\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n }\n ],\n \"approved_amount\": {\n \"amount\": \"\",\n \"currency\": \"EUR\"\n },\n \"rejected_amount\": {\n \"amount\": \"\",\n \"currency\": \"XBD\"\n }\n },\n {\n \"line_number\": \"\",\n \"amount\": {\n \"amount\": \"\",\n \"currency\": \"BGN\"\n },\n \"vat_amount\": {\n \"amount\": \"\",\n \"currency\": \"SSP\"\n },\n \"expense_type\": \"TRAVEL_AND_ENTERTAINMENT\",\n \"employee\": {\n \"id\": \"\"\n },\n \"expense_category\": {\n \"id\": \"\"\n },\n \"tax_rate\": {\n \"id\": \"\"\n },\n \"tags\": [\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n },\n {\n \"id\": \"\",\n \"dictionary_id\": \"\",\n \"dictionary\": \"\",\n \"tag\": \"\",\n \"code\": \"\",\n \"visible\": \"\",\n \"description\": \"\"\n }\n ],\n \"approved_amount\": {\n \"amount\": \"\",\n \"currency\": \"SEK\"\n },\n \"rejected_amount\": {\n \"amount\": \"\",\n \"currency\": \"XAU\"\n }\n }\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-f18296f8-34a2-4df9-996f-2442e7b0c85a" }, { "id": "b9bdf764-9b5a-46ae-9df4-addf1724d8b0", "name": "Your request has missing arguments or is malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) ", "key": "X-Soldo-Fingerprint", "value": "{{fingerprint}}" }, { "description": "(Required) ", "key": "X-Soldo-Fingerprint-Signature", "value": "{{fingerprint_signature}}" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/business/v2/transactions?type=onlineAd&hasAttachment=&publicId=&customreferenceId=&dateType=TRANSACTION&groupId=&category=InterAccountTransferDepositRecurringBilling&status=Unknown&paymentMethod=IATS&tagId=&metadataId=&text=&expenseType=PERSONAL&expenseStatus=TO_REVIEW&expenseCategoryId=&expenseReportId=&exportStatus=EXPORTED&taxRateId=&requiredInformation=COMPLETE&isSplit=&customExportedProduct=&customExported=&p=0&s=0&d=ASC&props=", "host": [ "{{baseUrl}}" ], "path": [ "business", "v2", "transactions" ], "query": [ { "description": "The resource `type` to be used together with id.", "key": "type", "value": "onlineAd" }, { "description": "Looks whether or not a `TransactionAttachment` is present.", "key": "hasAttachment", "value": "" }, { "description": "The ID of the `type` resource.", "key": "publicId", "value": "" }, { "description": "The custom reference ID of the cardholder.", "key": "customreferenceId", "value": "" }, { "description": "It determines the date to be considered for `fromDate` and `toDate` parameters.", "key": "dateType", "value": "TRANSACTION" }, { "description": "The ID of the `Group` of the transactions.", "key": "groupId", "value": "" }, { "description": "It determines the filter by category of the transaction, multiple categories can be included.", "key": "category", "value": "InterAccountTransferDepositRecurringBilling" }, { "description": "It determines the filter by status of the transaction, multiple statuses can be included.", "key": "status", "value": "Unknown" }, { "description": "It determines the filter by payment method of the transaction, multiple payment methods can be included. `OUT_OF_PLATFORM_COMPANY` and `OUT_OF_PLATFORM_PERSONAL` are not included by default.", "key": "paymentMethod", "value": "IATS" }, { "description": "The ID of the `Tag` of the transaction.", "key": "tagId", "value": "" }, { "description": "The ID of the custom generated `Metadata` of the `Transaction`.", "key": "metadataId", "value": "" }, { "description": "A simple text to search in the transaction data (merchant, merchant category, user notes, tag, list, masked pan, card name, tx amount, vehicle plate, vehicle description).", "key": "text", "value": "" }, { "description": "The type of the expense.", "key": "expenseType", "value": "PERSONAL" }, { "key": "expenseStatus", "value": "TO_REVIEW" }, { "key": "expenseCategoryId", "value": "" }, { "key": "expenseReportId", "value": "" }, { "description": "The export status of the expense.", "key": "exportStatus", "value": "EXPORTED" }, { "key": "taxRateId", "value": "" }, { "description": "To search transactions with (or without) required information. A transaction is `COMPLETE` when all details marked as mandatory in the `Reminders` section have been filled in for the transaction.", "key": "requiredInformation", "value": "COMPLETE" }, { "description": "Looks whether or not a transaction is split.", "key": "isSplit", "value": "" }, { "description": "A product that exported list of `Transaction`", "key": "customExportedProduct", "value": "" }, { "description": "Looks whether or not a `TransactionCustomExport` is present.", "key": "customExported", "value": "" }, { "description": "It indicates the specific page to display (the counter starts from zero).", "key": "p", "value": "0" }, { "description": "It indicates the number of items per page.", "key": "s", "value": "0" }, { "description": "It indicates how the pages are ordered.", "key": "d", "value": "ASC" }, { "description": "It indicates the sorting direction applied to the above parameters. To apply a sorting on multiple parameters, set as many times the `props` parameter in the request.", "key": "props", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-b9bdf764-9b5a-46ae-9df4-addf1724d8b0" } ], "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-85a985e7-f238-48eb-98bc-7210e93bda89" } ], "id": "3673e8fa-e2d7-48e4-bf19-621181ff13d6", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-3673e8fa-e2d7-48e4-bf19-621181ff13d6" } ], "id": "18f9b223-0aa3-4d37-bc72-69b3b257d35a", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-18f9b223-0aa3-4d37-bc72-69b3b257d35a" } ], "id": "031e1cd2-acd2-4f86-93ba-b16ebd14ab75", "createdAt": "2026-07-28T02:59:03.000Z", "updatedAt": "2026-07-28T02:59:03.000Z", "uid": "35240-031e1cd2-acd2-4f86-93ba-b16ebd14ab75" } ], "variable": [ { "key": "baseUrl", "value": "https://api.soldo.com" } ] }