v1

latestOpenAPI 3.0.1raw.githubusercontent.com2021-08-0551835.4 KB
wallet

Returns available payment card details for user, optionally filtered by nameOnCard.

Returns available payment card details for user, optionally filtered by nameOnCard

get/wallet/admin/{userId}/paymentcards

Query parameters

nameOnCardstring

Filter by the cardholder's name (case-insensitive), can be the first one or more characters of one of the words/names

dateTimeOnlystring date-time

Creation date in datetime-only format

dateTimestring date-time

Creation date in Zoned RFC3339 Date-time format

dateTime2616string date-time

Zoned RFC2616 Date-time param example

datestring date

Date-only param example

timestring date-time

time-only param example

orderBystring

Order by field: nameOnCard

direction'ASC' | 'DESC'

Direction

Response

No description available

idstring required
panstring required

Must be sixteen digits, optionally in blocks of 4 separated by a dash

cvcstring required

Card Verification Code

startDatestring required

Must be in one of these four formats: MM/YY MMYY MMYYYY MM/YYYY

expiryDatestring required

Must be in one of these four formats: MM/YY MMYY MMYYYY MM/YYYY

nameOnCardstring required
creationDatestring date-time
aprnumber
cardtype'CREDIT' | 'DEBIT' | 'PREPAID'
All 5 operations