{ "info": { "_postman_id": "d19f99fd-1352-4f65-adcb-3a26d7bc4a84", "name": "N3XT API Documentation Approvals Transfers API", "description": "A holistic banking API for businesses.\n\nFind the swagger definition file at /docs/swagger.json.\n\nContact Support:\n Name: N3XT Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "lastUpdatedBy": "35240", "uid": "35240-d19f99fd-1352-4f65-adcb-3a26d7bc4a84" }, "item": [ { "name": "transfers", "item": [ { "name": "internal", "item": [ { "name": "Internal Transfer", "id": "8b30c066-d916-477a-b4a4-2b982960226b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"senderWalletId\": \"\",\n \"recipientWalletId\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] }, "description": "Allows the authenticated user to create an instant intra business transfer." }, "response": [ { "id": "28331336-ee82-4729-a817-0aee9b86da11", "name": "The internal transfer was created successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"senderWalletId\": \"\",\n \"recipientWalletId\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\"\n}", "createdAt": "2026-07-28T02:15:41.000Z", "updatedAt": "2026-07-28T02:15:41.000Z", "uid": "35240-28331336-ee82-4729-a817-0aee9b86da11" }, { "id": "64896fdc-c79e-427b-a84a-bb5db2aaa6c4", "name": "Bad Request - Invalid request parameters.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"senderWalletId\": \"\",\n \"recipientWalletId\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T02:15:41.000Z", "updatedAt": "2026-07-28T02:15:41.000Z", "uid": "35240-64896fdc-c79e-427b-a84a-bb5db2aaa6c4" }, { "id": "9537b443-4b2f-44c0-b4fe-c9c153310823", "name": "Unauthorized - Invalid or missing authentication token.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"senderWalletId\": \"\",\n \"recipientWalletId\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T02:15:41.000Z", "updatedAt": "2026-07-28T02:15:41.000Z", "uid": "35240-9537b443-4b2f-44c0-b4fe-c9c153310823" }, { "id": "8bd61c92-aeed-494e-a38c-2fba09ee61c2", "name": "Forbidden - Insufficient permissions to perform this action.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"senderWalletId\": \"\",\n \"recipientWalletId\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T02:15:41.000Z", "updatedAt": "2026-07-28T02:15:41.000Z", "uid": "35240-8bd61c92-aeed-494e-a38c-2fba09ee61c2" }, { "id": "7c6a487f-723e-4f7b-93b9-5fdc8654a7f0", "name": "Not Found - Requested resource was not found.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"senderWalletId\": \"\",\n \"recipientWalletId\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T02:15:41.000Z", "updatedAt": "2026-07-28T02:15:41.000Z", "uid": "35240-7c6a487f-723e-4f7b-93b9-5fdc8654a7f0" }, { "id": "627e66a7-641b-4e10-a710-4416493d1028", "name": "Unprocessable Entity - Validation failed for the request body.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"senderWalletId\": \"\",\n \"recipientWalletId\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T02:15:41.000Z", "updatedAt": "2026-07-28T02:15:41.000Z", "uid": "35240-627e66a7-641b-4e10-a710-4416493d1028" }, { "id": "7088ff67-a845-4490-a033-c277a0efa3a1", "name": "Internal Server Error - An unexpected error occurred while processing the request.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"senderWalletId\": \"\",\n \"recipientWalletId\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/transfers/internal", "host": [ "{{baseUrl}}" ], "path": [ "transfers", "internal" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T02:15:41.000Z", "updatedAt": "2026-07-28T02:15:41.000Z", "uid": "35240-7088ff67-a845-4490-a033-c277a0efa3a1" } ], "createdAt": "2026-07-28T02:15:41.000Z", "updatedAt": "2026-07-28T02:15:41.000Z", "uid": "35240-8b30c066-d916-477a-b4a4-2b982960226b" } ], "id": "38aa9bb2-ec20-4ac8-b5f2-c58add9af432", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-38aa9bb2-ec20-4ac8-b5f2-c58add9af432" } ], "id": "ee5891c3-cc89-4d1a-bde9-110a033153d5", "createdAt": "2026-07-28T02:15:40.000Z", "updatedAt": "2026-07-28T02:15:40.000Z", "uid": "35240-ee5891c3-cc89-4d1a-bde9-110a033153d5" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://openapi.n3xt.io" } ] }