Issue Card
Issue a new credit card for a specific cardholder. A detailed explanation of different types and statuses can be found in our guides section. Hint: you can also replace an existing card instead. If the cardholder is in the invited state at the time of issuing the card, we will park the card issuing request and automatically issue the card once the cardholder is active. Please be aware that card issuing is (as many other processes in Pliant's API) an asynchronous process. This means you need to rely on the callback for the card being active, before you can start using it.
This endpoint has changed in comparison to the previous version of the API. The following changes were made:
- added cardControls to request and response body
- deprecated type and replaced it with cardConfig
Path parameters
The id of the cardholder to issue the card for. This cardholder needs to have a phone number, otherwise 3DS security mechanism during a purchase will not work.
Request body
Response
Ok. The card can be used after you received the callback for the card being active.
Changes
No recorded changes to this endpoint across all 1 revision of this API.