Skip to content

List User Cards

GET /openapi/v1/cards/list
ItemValue
HTTP methodGET
Request path/openapi/v1/cards/list
Request typequery

Users can be identified in either of the following ways. Provide exactly one of email and memberId:

http
GET /openapi/v1/cards/list?email=merchant@example.com
GET /openapi/v1/cards/list?memberId=member_001

Both methods return the cards associated with the user. The response memberId comes from each card record.

Request parameters:

FieldTypeRequiredDefaultDescription
emailstringConditionalNoneUser email address; provide either this or memberId, up to 128 characters.
memberIdstringConditionalNonePlatform member ID; provide either this or email, up to 64 characters.
statusstringNoNoneFilter by raw card status from the external provider; additional values may be introduced. Currently known values are active, locked, lost, inactive.
pageintegerNo1Page number.
pageSizeintegerNo20Number of items per page.

Response data: paginated structure; items[] fields are the same as in Get Card Details.