1. Obtain your API Credentials
To interact with the Paygen Cards API, you need an API key. Obtain your API key from the developer dashboard. Include the key as a header in your HTTP requests:2. Provision an Account
Before you can issue cards, you need an account to act as your funding pipeline (often a fiat checking account).id from the response (e.g., account_id), which you will need later to fund cards.
3. Create a Card Holder
Every card must be assigned to a card holder profile. You can submit card holder details usingmultipart/form-data (which also supports KYC document uploads, but we’ll stick to text fields here).
id from the response (e.g., card_holder_id).
4. Issue a Card
Now that you have a funding account and a card holder, you can issue your first card.Next Steps
Congratulations! You have issued your first card.- Learn about Authentication in more detail.
- Read about securely retrieving sensitive card PANs and CVVs.
- Check out the API Reference to explore all available endpoints and features.