Payblr Developer Portal

Create Card

This page explains the recommended flow for issuing a new card through Payblr APIs. The process includes retrieving available products, creating the card, storing the returned publicToken, and optionally configuring the PIN.

The sequence diagram below shows the recommended interaction between your system and Payblr during card issuance. Use it to understand the order of API calls, where the publicToken is returned, and when optional PIN setup can occur.

Create Card Sequence Diagram

The following APIs are used during the Card Issuance flow. Use this section to identify the endpoint sequence and the purpose of each API call before reviewing request and response details.