v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBGet card
Get cards given customerId
This operation will respond with a list of cards given the customerId
get/v3/customer/{customerId}
Path parameters
customerIdstring biginteger required
The customer id to fetch list of cards for
Query parameters
auditUserstring required
The audit user to log the request
pageinteger
Current page
sizeinteger
How many cards should be returned per page, default is 30. Cannot be more than 100.
Response
Successful lookup of cards
Example response
[
{
"accountId": "1234567890",
"customerId": "1234567890"
}
]