v1

latestOpenAPI 3.1.0Apache 2.02026-07-2473175248.0 KB
3. Fund

List all credit cards registered on this Platform.

get/creditCards

Query parameters

paginateboolean

Whether to paginate the results or not. Defaults to false.

prevCursorstring

The cursor to use for the previous page of results. This will be ignored if paginate is false.

nextCursorstring

The cursor to use for the next page of results. This will be ignored if paginate is false.

maxResultsinteger

The maximum number of results to return. The default is 10, and the maximum is 200. This will be ignored if paginate is false.

showInactivestring

Show inactive cards (true or false).

accountNumberstring

Specify the account number to be queried.

accountIdentifierstring

Get cards associated with a specific account

customerIdentifierstring

Specify the customer identifier to be queried.

tokenstring

Credit card token to be queried

expirationDatestring

Specify the expiration date of the credit card to be queried.

status'ACTIVE' | 'DELETED'

Get cards with specific status. When set, this option will override the showInactive parameter

emailAddressstring

Specify the contact email address to be queried.

fullNamestring

Contact person's full name to be queried.

labelstring

Label for the credit card to be queried.

lastFourDigitsstring

The last four digits of the credit card to be queried.

Response

OK

OR