For the complete documentation index, see llms.txt. This page is also available as Markdown.

Card API

Use these endpoints to onboard cardholders, issue and manage cards, fund card accounts, query transactions, and respond to transaction verification requests.

For card issuance and transaction verification workflows, see the Card API integration guide.

APIs

API
Endpoint
Description

/v1/carduser/create

Create a cardholder with identity information.

/v1/carduser/create-with-kyc-link

Create a cardholder and retrieve a hosted KYC link.

/v1/carduser/kyc-link

Retrieve a KYC link for an existing cardholder.

/v1/carduser/query

Query cardholder information.

/v1/carduser/upload-kyc

Upload cardholder KYC information.

/v1/carduser/change-email

Update a cardholder's email address.

/v1/card/apply

Issue a card for a cardholder.

/v1/card/apply-result

Retrieve the result of a card application.

/v1/card/query

Retrieve card information.

/v1/card/activate

Activate a card.

/v1/card/update-phone

Update the phone number associated with a card.

/v1/card/lock

Lock a card.

/v1/card/unlock

Unlock a card.

/v1/card/card-sensitive-info

Retrieve sensitive card details.

/v1/card/activate-physical

Activate a physical card.

/v1/card/get-change-pin-model

Retrieve the data required to change a card PIN.

/v1/card/change-pin

Change a card PIN.

/v1/card/replace

Replace an existing card.

/v1/card/limitChange

Update a card's purchase limit.

/v1/card/txn-verification-decline

Decline a transaction verification request.

/v1/card/txn-verification-confirm

Confirm a transaction verification request.

/v1/cardaccount/topup

Transfer funds to a card account.

/v1/cardaccount/transactions

Retrieve card account transactions.

Last updated