Cardholders
List all cardholders
This endpoint get list of cardholders.
GET
Header
x-client-id
.
Bearer YOUR_TOKEN_HERE
.
Parameters
Page number, starts from 1.
Number of results per page.
Maximum 50
Direct Account id this transaction is associated with.
The id of the account for the card.
Filter on status of cardholder.
One of -1=FAILED, 0-PENDING, 1-SUCCESS, 2-INCOMPLETE
Fuzzy search by name of the cardholder.
Response
Indicates whether the call was successful. 200 if successful, 400 if not.
Response Message. “Success” if successful, others not.