Skip to main content

Program-Specific APIs

Certain programs require additional eKYC verification and wallet operations before a customer can proceed with wallet and card issuance.
These APIs are applicable only to supported programs and should be implemented based on your assigned program configuration.

Program-specific eKYC must be completed successfully before wallet creation and card issuance can proceed.

Operations

# Program-Specific eKYC Endpoints
> GET {{baseUrl}}/issuing/api/:version/kyc
> GET {{baseUrl}}/issuing/api/:version/kyc/rfi
> POST {{baseUrl}}/issuing/api/:version/kyc/rfi/respond

# Program-Specific Wallet Endpoints
> POST {{baseUrl}}/issuing/api/:version/wallet
> GET {{baseUrl}}/issuing/api/:version/wallet
> POST {{baseUrl}}/issuing/api/:version/wallet/history

Program Workflow

  Create Cardholder

Initiate eKYC

Monitor eKYC Status

Respond to RFI (if required)

eKYC Approved

Create Wallet

Create Card

Important Notes

  • These APIs are applicable only to the Cards program and are not applicable to Cards under Banking.
  • Program-specific eKYC must be completed before wallet creation when required by the selected program.
  • Program-specific wallet operations should only be invoked when supported by the configured program.
  • Refer to your program configuration to determine which APIs are applicable.