Requesting Card Issuance
- You offer a card product to a customer. Call List Card Products and note the
idof the product you want to offer. - The customer signs up and accepts the card disclosure. Disclosure is generally handled as part of account onboarding, but can be a separate process. See Record Disclosure Acceptance.
- You call Issue a Card with the customer, account, card product, embossed name, and optional shipping information. The response contains the card object and its ID.
- You receive
CARD.UPDATEDwebhooks as the card is ordered, manufactured, and shipped, so you can keep the customer informed and react if the card is rejected.
Activating a Card
- Your customer receives the card, logs into your app, and scans the barcode with their phone camera.
- Your app translates the barcode into its value.
- You call Activate Card with that value and the customer ID.
- The Cards API requests activation through the card vendor.
- You prompt the customer to set a PIN using the Set PIN widget.
- The widget sends the PIN directly to the card vendor.
- The card vendor activates the card and notifies the Synctera platform.
- The card’s status becomes
ACTIVE, and you receive aCARD.UPDATEDwebhook.
Reissuing a Card
- Your customer reports that they lost the card.
- You call Issue a Card with the same details as the original, plus
reissue_reasonofLOSTandreissued_from_idof the lost card. You can also do this from the Synctera dashboard. - Synctera immediately terminates the lost card with the card vendor and sets its status to
TERMINATED. - The new card is issued and activated just as the lost card was — with a new PAN, but the same PIN.
Cancelling a Card
- The customer cancels the card.
- You call Update Card to set the status to
TERMINATED. You can also do this from the Synctera dashboard. - Synctera notifies the card vendor.
- The card vendor terminates the card.
Next Steps
Card Lifecycle
The states behind each step above.
Issue a Card
The full issuance and activation reference.

