You will need to pass the accountId parameter to list of all debit pushes sent from an account.
ENDPOINT
- GET /v1/send/debitpush?accountId={{accountId}}
RESPONSE
- {
- "total": 3,
- "data": [
- {
- "id": "tra-8fc2ba86-41b4-4dd5-8b03-ad82919016bf",
- "accountId": "acc-9eb9d71e-1656-4f68-8ed9-06b78ba34566",
- "contactId": "con-cf2e03cc-7fd1-4262-a5de-29e12d207f7d",
- "name": "Bright Light LLC",
- "accountNumber": "",
- "routingNumber": "",
- "address": {
- "addressType": "",
- "line1": "",
- "line2": "",
- "city": "",
- "state": "",
- "country": "",
- "postalCode": ""
- },
- "amount": "2.00",
- "status": "completed",
- "description": "Send DebitPush",
- "txnType": "debit",
- "transferType": "debitCard",
- "transferSubType": "originated",
- "createdAt": "2022-03-01T01:57:49Z",
- "modifiedAt": "2022-03-01T01:57:49Z",
- "transferredAt": "2022-03-01T01:57:49Z",
- "accountType": "",
- "iban": "",
- "valid": "",
- "parentTransferId": "",
- "reviewCode": "",
- "reviewMessage": "",
- "type": "",
- "metadata": null,
- "title": ""
- },
- {
- "id": "tra-292e7355-109f-4c95-b8f6-50ff6104dded",
- "accountId": "acc-9eb9d71e-1656-4f68-8ed9-06b78ba34566",
- "contactId": "con-cf2e03cc-7fd1-4262-a5de-29e12d207f7d",
- "name": "Bright Light LLC",
- "accountNumber": "",
- "routingNumber": "",
- "address": {
- "addressType": "",
- "line1": "",
- "line2": "",
- "city": "",
- "state": "",
- "country": "",
- "postalCode": ""
- },
- "amount": "2.00",
- "status": "completed",
- "description": "Send DebitPush",
- "txnType": "debit",
- "transferType": "debitCard",
- "transferSubType": "originated",
- "createdAt": "2022-03-01T01:54:39Z",
- "modifiedAt": "2022-03-01T01:54:39Z",
- "transferredAt": "2022-03-01T01:54:39Z",
- "accountType": "",
- "iban": "",
- "valid": "",
- "parentTransferId": "",
- "reviewCode": "",
- "reviewMessage": "",
- "type": "",
- "metadata": null,
- "title": ""
- },
- {
- "id": "tra-cbe19238-71cf-4b21-8bf6-5a234007743d",
- "accountId": "acc-9eb9d71e-1656-4f68-8ed9-06b78ba34566",
- "contactId": "con-cf2e03cc-7fd1-4262-a5de-29e12d207f7d",
- "name": "Bright Light LLC",
- "accountNumber": "",
- "routingNumber": "",
- "address": {
- "addressType": "",
- "line1": "",
- "line2": "",
- "city": "",
- "state": "",
- "country": "",
- "postalCode": ""
- },
- "amount": "2.00",
- "status": "completed",
- "description": "Send DebitPush",
- "txnType": "debit",
- "transferType": "debitCard",
- "transferSubType": "originated",
- "createdAt": "2022-03-01T01:52:47Z",
- "modifiedAt": "2022-03-01T01:52:47Z",
- "transferredAt": "2022-03-01T01:52:47Z",
- "accountType": "",
- "iban": "",
- "valid": "",
- "parentTransferId": "",
- "reviewCode": "",
- "reviewMessage": "",
- "type": "",
- "metadata": null,
- "title": ""
- }
- ]
- }