{ "info": { "_postman_id": "d1a1672e-3018-4a0e-9e54-b0d92c932735", "name": "Authentication ACH Returns Forward Requests API", "description": "This resource is used for authentication actions\n\nContact Support:\n Name: Rainforest\n Email: support@rainforestpay.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:43:34.000Z", "updatedAt": "2026-07-28T02:43:34.000Z", "lastUpdatedBy": "35240", "uid": "35240-d1a1672e-3018-4a0e-9e54-b0d92c932735" }, "item": [ { "name": "v1", "item": [ { "name": "payment_methods", "item": [ { "name": "{payment_method_id}", "item": [ { "name": "forward", "item": [ { "name": "Forward payment method", "id": "09554553-115a-42e1-8754-ebaf9a15415a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"url\": \"\",\n \"http_method\": \"\",\n \"headers\": {},\n \"body\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/payment_methods/:payment_method_id/forward", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payment_methods", ":payment_method_id", "forward" ], "variable": [ { "id": "4dd10265-ee6c-40f7-b25d-0f60722d74a1", "key": "payment_method_id", "value": "", "description": "(Required) The unique payment method identifier. \n\nPrefix is \"mtd\" in production and \"sbx_mtd\" in sandbox." } ] }, "description": "Forward payment method details to an approved 3rd party. This endpoint requires Rainforest approval." }, "response": [ { "id": "518afc23-8da6-4ce4-bef1-f70b8fce189c", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"url\": \"\",\n \"http_method\": \"\",\n \"headers\": {},\n \"body\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/payment_methods/:payment_method_id/forward", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payment_methods", ":payment_method_id", "forward" ], "variable": [ { "key": "payment_method_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "null", "createdAt": "2026-07-28T02:43:34.000Z", "updatedAt": "2026-07-28T02:43:34.000Z", "uid": "35240-518afc23-8da6-4ce4-bef1-f70b8fce189c" }, { "id": "cd924166-eef6-408c-a450-237200edd1ae", "name": "Bad request, check for validation errors.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"url\": \"\",\n \"http_method\": \"\",\n \"headers\": {},\n \"body\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/payment_methods/:payment_method_id/forward", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payment_methods", ":payment_method_id", "forward" ], "variable": [ { "key": "payment_method_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:34.000Z", "updatedAt": "2026-07-28T02:43:34.000Z", "uid": "35240-cd924166-eef6-408c-a450-237200edd1ae" }, { "id": "d14a4195-5451-402a-a252-d6a1468b3992", "name": "Authorization missing or invalid.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"url\": \"\",\n \"http_method\": \"\",\n \"headers\": {},\n \"body\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/payment_methods/:payment_method_id/forward", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payment_methods", ":payment_method_id", "forward" ], "variable": [ { "key": "payment_method_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:34.000Z", "updatedAt": "2026-07-28T02:43:34.000Z", "uid": "35240-d14a4195-5451-402a-a252-d6a1468b3992" }, { "id": "958e67cc-67ed-42d4-a2a3-b92ebda18975", "name": "Authorization insufficient for requested action.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"url\": \"\",\n \"http_method\": \"\",\n \"headers\": {},\n \"body\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/payment_methods/:payment_method_id/forward", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payment_methods", ":payment_method_id", "forward" ], "variable": [ { "key": "payment_method_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:34.000Z", "updatedAt": "2026-07-28T02:43:34.000Z", "uid": "35240-958e67cc-67ed-42d4-a2a3-b92ebda18975" }, { "id": "e2ece73d-1a9b-4827-968a-0935990b0dff", "name": "Resource not found.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"url\": \"\",\n \"http_method\": \"\",\n \"headers\": {},\n \"body\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/payment_methods/:payment_method_id/forward", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payment_methods", ":payment_method_id", "forward" ], "variable": [ { "key": "payment_method_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:34.000Z", "updatedAt": "2026-07-28T02:43:34.000Z", "uid": "35240-e2ece73d-1a9b-4827-968a-0935990b0dff" }, { "id": "edc8fc13-6728-4b04-af9f-4c1ba8d53437", "name": "Unexpected error.", "originalRequest": { "method": "POST", "header": [ { "key": "Rainforest-Api-Version", "value": "2024-10-16" }, { "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 \"url\": \"\",\n \"http_method\": \"\",\n \"headers\": {},\n \"body\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/payment_methods/:payment_method_id/forward", "host": [ "{{baseUrl}}" ], "path": [ "v1", "payment_methods", ":payment_method_id", "forward" ], "variable": [ { "key": "payment_method_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"SUCCESS\",\n \"data\": {},\n \"errors\": [\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"field\": \"\",\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:43:34.000Z", "updatedAt": "2026-07-28T02:43:34.000Z", "uid": "35240-edc8fc13-6728-4b04-af9f-4c1ba8d53437" } ], "createdAt": "2026-07-28T02:43:34.000Z", "updatedAt": "2026-07-28T02:43:34.000Z", "uid": "35240-09554553-115a-42e1-8754-ebaf9a15415a" } ], "id": "34711cfa-cabf-4c7b-aa37-a8d6e111a90b", "createdAt": "2026-07-28T02:43:34.000Z", "updatedAt": "2026-07-28T02:43:34.000Z", "uid": "35240-34711cfa-cabf-4c7b-aa37-a8d6e111a90b" } ], "id": "f857a295-e137-48a5-9736-dc24b324a65c", "createdAt": "2026-07-28T02:43:34.000Z", "updatedAt": "2026-07-28T02:43:34.000Z", "uid": "35240-f857a295-e137-48a5-9736-dc24b324a65c" } ], "id": "bf6e37e0-d7a2-49ba-9921-6889d0399cdc", "createdAt": "2026-07-28T02:43:34.000Z", "updatedAt": "2026-07-28T02:43:34.000Z", "uid": "35240-bf6e37e0-d7a2-49ba-9921-6889d0399cdc" } ], "id": "e3b0025a-4a11-45dc-8c4b-476a4b8e4a7e", "createdAt": "2026-07-28T02:43:34.000Z", "updatedAt": "2026-07-28T02:43:34.000Z", "uid": "35240-e3b0025a-4a11-45dc-8c4b-476a4b8e4a7e" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.sandbox.rainforestpay.com" } ] }