REST Example: Using an eCheck Token to Submit an eCheck Debit Transaction

Light Dark
Request
12345678910111213141516171819202122232425
{"paymentInformation": { "paymentType": { "name": "check" }, "customer": { "id": "22CC4C8BCC82EE54E0634136CF0A86E8" } }, "orderInformation": { "billTo": { "country": "US", "firstName": "John", "lastName": "Doe", "phoneNumber": "2053040804", "address1": "12th Ave", "postalCode": "98105", "locality": "Seattle", "administrativeArea": "WA", "email": "test@example.com" }, "amountDetails": { "currency": "USD", "totalAmount": "10.20" } }}
Response
12345678910111213
{"id": "7271080098361234567890", "reconciliationId": "0TT46FR91BDT7Y9", "submitTimeUtc": "2024-09-23T16:13:30Z", "status": "PENDING", "clientReferenceInformation": { "code": "TC1-060" }, "orderInformation": { "amountDetails": { "currency": "USD", "totalAmount": "10.20" } }}