Cards servicing
List all cards
Returns all cards associated with partner.
get/v1/cards
Query parameters
filter[business_id]string
Filter the results by the ID of the business associated with the card.
filter[person_id]string
Filter the results by the ID of the person associated with the card.
filter[person_uid]string
Filter the results by the ID of the person associated with the card.
filter[account_id]string
Filter on account id
filter[account_uid]string
Filter on account id
filter[status]string
Filter the results by the card status
filter[type]string
Filter the results by the card type.
filter[masked_pan]string
Filter the results by the card's masked PAN.
filter[line_1]string
Filter the cards by the value of their address line 1.
filter[sia_account_number]string
Filter the results by the SIA account number.
page[number]integer
The number of results pages to return.
page[size]integer
The size of each page in the response.
Response
Successful result of the operation
Example response
[
{
"id": "8febdba4912a747808ccc6f95f82bbb4",
"reference": "87285d83-ab15-4906-af87-5763801d9e43",
"expiration_date": "2020-12-30",
"person_id": "5af2ea4271038d5c53e68ccbf4fe43b3cper",
"account_id": "a5844f601567db9b59b3531245a58e96cacc",
"business_id": "52e6a9b8a559d842ed7d8901b0e1bf4bcbiz",
"representation": {
"line_1": "SLY STALLONE",
"line_2": "BUSINESS NAME",
"masked_pan": "537458******4567",
"formatted_expiration_date": "09/22"
},
"creation_date": "2022-05-01",
"sia_account_number": "500001650679"
}
]