You will need to pass the accountId parameter to list the cards sent from that account.
ENDPOINT
- GET v1/send/card?accountId={{accountId}}
RESPONSE
- {
- "total": 1,
- "data": [
- {
- "id": "tra-466201d4-058d-4581-bda9-8ea67483f445",
- "accountId": "acc-63d656eb-fedc-4250-8111-48a5ff0faed9",
- "contactId": "con-ab8e4ddc-cf09-448d-aa19-f71527b8393c",
- "name": "Bright Might LLC",
- "accountNumber": "",
- "routingNumber": "",
- "address": {
- "addressType": "card",
- "line1": "123 Main St",
- "line2": "",
- "city": "New York",
- "state": "NY",
- "country": "US",
- "postalCode": "10001"
- },
- "amount": "20.00",
- "status": "declined",
- "description": "Gift Card",
- "txnType": "debit",
- "transferType": "solidCard",
- "transferSubType": "originated",
- "createdAt": "2021-12-16T08:43:49Z",
- "modifiedAt": "2021-12-16T08:44:16Z",
- "transferredAt": "2021-12-16T08:43:49Z",
- "accountType": "",
- "iban": "",
- "valid": "false",
- "parentTransferId": "",
- "reviewCode": "technicalFailure",
- "reviewMessage": "technical failure",
- "type": "",
- "metadata": null
- }
- ]
- }