{ "info": { "_postman_id": "7b23d89f-6174-41a8-a02a-f4e853d841cc", "name": "ACH Originations v1.1 Sandbox API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "ACH Originations v1.1 Sandbox API", "item": [ { "name": "Request Access Token", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "", "type": "string" }, { "key": "username", "value": "", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "name": "Content-Type", "value": "application/x-www-form-urlencoded", "type": "text" }, { "key": "Correlation-Id", "value": "{{$guid}}", "type": "text" } ], "body": { "mode": "urlencoded", "urlencoded": [ { "key": "grant_type", "value": "client_credentials", "type": "text" } ] }, "url": { "raw": "https://sandbox.usbank.com/auth/oauth2/v1/token", "protocol": "https", "host": [ "sandbox", "usbank", "com" ], "path": [ "auth", "oauth2", "v1", "token" ] } }, "response": [] }, { "name": "Initiate ACH", "protocolProfileBehavior": { "disabledSystemHeaders": { "accept": true, "accept-encoding": true, "connection": true, "content-type": true } }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "f0Lypyv8QD77Hul2iNJdI9a3snIV", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Accept", "type": "text", "value": "application/json" }, { "key": "Accept-Encoding", "type": "text", "value": "*" }, { "key": "Correlation-ID", "type": "text", "value": "{{$guid}}" }, { "key": "Idempotency-Key", "type": "text", "value": "{{$guid}}" }, { "key": "Authorization", "type": "text", "value": "Bearer {{apigee-uid-access-token}}" } ], "body": { "mode": "raw", "raw": "{ \r\n \"transaction\": {\r\n \"clientDetails\": {\r\n \"clientID\": \"wdlEwvVzSwBtGlltTeZl1OPgA2zF8TRh\",\r\n \"clientRequestID\": \"TRX-000000500\"\r\n },\r\n \"requestorDetails\": {\r\n \"companyName\": \"Test, In\",\r\n \"companyID\": \"112ab56789\",\r\n \"companyNotes\": \"abc\",\r\n \"companyDescriptiveDate\" : \"190607\",\r\n \"discretionaryData\": \"DK\"\r\n },\r\n \"recipientDetails\": {\r\n \"recipientType\": \"Individual\",\r\n \"recipientName\": \"John Snow\",\r\n \"recipientAccountNumber\": \"77777777777777777\",\r\n \"recipientRoutingNumber\": \"072403473\",\r\n \"recipientIdentificationNumber\": \"1234\"\r\n },\r\n \"transactionDetails\": {\r\n \"transactionType\": \"Payment\",\r\n \"standardEntryClassCode\": \"CTX\",\r\n \"isWebAuthorized\": true,\r\n \"isPhoneAuthorized\": false,\r\n \"effectiveDate\": \"2021-05-27 09:59:45Z\",\r\n \"amount\": 101000,\r\n \"isTestTransaction\": false\r\n },\r\n \"communications\": {\r\n \"commentsForRecipients\": \"PAYROLL AX\",\r\n \"remittanceRecords\": [\"ISA*0\\\\0*0000000000*00*0000000000*ZZ*11111111TRS *ZZ*US TREASURY 980312*00200000\\\\\"\r\n \r\n ]\r\n }\r\n }\r\n}" }, "url": { "raw": "https://sandbox.usbank.com/gtm/money-movement/ach/v1/transactions", "protocol": "https", "host": [ "sandbox", "usbank", "com" ], "path": [ "gtm", "money-movement", "ach", "v1", "transactions" ] } }, "response": [] }, { "name": "Initiate ACH with token", "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "f0Lypyv8QD77Hul2iNJdI9a3snIV", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "Accept", "type": "text", "value": "application/json" }, { "key": "Accept-Encoding", "type": "text", "value": "accept-encoding" }, { "key": "Correlation-ID", "type": "text", "value": "{{$guid}}" }, { "key": "Idempotency-Key", "type": "text", "value": "{{$guid}}" }, { "key": "Authorization", "type": "text", "value": "Bearer {{apigee-uid-access-token}}" } ], "body": { "mode": "raw", "raw": "{ \r\n \"transaction\": {\r\n \"clientDetails\": {\r\n \"clientID\": \"wdlEwvVzSwBtGlltTeZl1OPgA2zF8TRh\",\r\n \"clientRequestID\": \"TRX-000000500\"\r\n },\r\n \"requestorDetails\": {\r\n \"companyName\": \"Test, In\",\r\n \"companyID\": \"112ab56789\",\r\n \"companyNotes\": \"abc\",\r\n \"companyDescriptiveDate\" : \"190607\",\r\n \"discretionaryData\": \"DK\"\r\n },\r\n \"recipientDetails\": {\r\n \"recipientType\": \"Individual\",\r\n \"recipientName\": \"John Snow\",\r\n \"recipientToken\": \"abc\",\r\n \"recipientIdentificationNumber\": \"1234\"\r\n },\r\n \"transactionDetails\": {\r\n \"transactionType\": \"Payment\",\r\n \"standardEntryClassCode\": \"CTX\",\r\n \"isWebAuthorized\": true,\r\n \"isPhoneAuthorized\": false,\r\n \"effectiveDate\": \"2021-05-27 09:59:45Z\",\r\n \"amount\": 101000,\r\n \"isTestTransaction\": false\r\n },\r\n \"communications\": {\r\n \"commentsForRecipients\": \"PAYROLL AX\",\r\n \"remittanceRecords\": [\"ISA*0\\\\0*0000000000*00*0000000000*ZZ*11111111TRS *ZZ*US TREASURY 980312*00200000\\\\\"\r\n \r\n ]\r\n }\r\n }\r\n}" }, "url": { "raw": "https://sandbox.usbank.com/gtm/money-movement/ach/v1/transactions", "protocol": "https", "host": [ "sandbox", "usbank", "com" ], "path": [ "gtm", "money-movement", "ach", "v1", "transactions" ] } }, "response": [] }, { "name": "Get by Transaction Id", "protocolProfileBehavior": { "disabledSystemHeaders": { "accept-encoding": true } }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "mRxCVunPgaUKLqYGakz4QFodAO65", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json", "type": "text" }, { "key": "Correlation-ID", "value": "{{$guid}}", "type": "text" }, { "key": "Authorization", "value": "Bearer {{apigee-uid-access-token}}", "type": "text" }, { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Accept-Encoding", "value": "*", "type": "text" } ], "url": { "raw": "https://sandbox.usbank.com/gtm/money-movement/ach/v1/transactions/ACH20220701-442705821", "protocol": "https", "host": [ "sandbox", "usbank", "com" ], "path": [ "gtm", "money-movement", "ach", "v1", "transactions", "ACH20220701-442705821" ] } }, "response": [] }, { "name": "Delete Transaction", "protocolProfileBehavior": { "disabledSystemHeaders": { "accept-encoding": true } }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "9qwf8sE3U396PRTXV6fTq4odOjoo", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" }, { "key": "Accept", "value": "application/json", "type": "text" }, { "key": "Accept-Encoding", "value": "*", "type": "text" }, { "key": "Correlation-ID", "value": "{{$guid}}", "type": "text" }, { "key": "Idempotency-Key", "value": "{{$guid}}", "type": "text", "disabled": true }, { "key": "Authorization", "value": "Bearer {{apigee-uid-access-token}}", "type": "text" } ], "body": { "mode": "raw", "raw": "{ \r\n \"transaction\": {\r\n \"clientDetails\": {\r\n \"clientID\": \"wdlEwvVzSwBtGlltTeZl1OPgA2zF8TRh\",\r\n \"clientRequestID\": \"TRX-000000500\"\r\n },\r\n \"requestorDetails\": {\r\n \"companyName\": \"Tesla, In\",\r\n \"companyID\": \"112ab56789\",\r\n \"companyNotes\": \"abc\",\r\n \"companyDescriptiveDate\" : \"190607\",\r\n \"discretionaryData\": \"DK\"\r\n },\r\n \"recipientDetails\": {\r\n \"recipientType\": \"Individual\",\r\n \"recipientName\": \"John Snow\",\r\n \"recipientAccountNumber\": \"77777777777777777\",\r\n \"recipientRoutingNumber\": \"072403473\",\r\n \"recipientIdentificationNumber\": \"1234\"\r\n },\r\n \"transactionDetails\": {\r\n \"transactionType\": \"Payment\",\r\n \"standardEntryClassCode\": \"CTX\",\r\n \"isWebAuthorized\": true,\r\n \"isPhoneAuthorized\": false,\r\n \"effectiveDate\": \"2021-05-27 09:59:45Z\",\r\n \"amount\": 101000,\r\n \"isTestTransaction\": false\r\n },\r\n \"communications\": {\r\n \"commentsForRecipients\": \"PAYROLL AX\",\r\n \"remittanceRecords\": [\"ISA*0\\\\0*0000000000*00*0000000000*ZZ*11111111TRS *ZZ*US TREASURY 980312*00200000\\\\\"\r\n \r\n ]\r\n }\r\n }\r\n}" }, "url": { "raw": "https://sandbox.usbank.com/gtm/money-movement/ach/v1/transactions/ACH20220629-796009261", "protocol": "https", "host": [ "sandbox", "usbank", "com" ], "path": [ "gtm", "money-movement", "ach", "v1", "transactions", "ACH20220629-796009261" ] } }, "response": [] } ], "protocolProfileBehavior": {} } ], "protocolProfileBehavior": {} }