This endpoint offers similar card issuing functionality as the main card issuing endpoint, but specifically allows for a synchronous and instant card issuing,
whereas the main card issuing flow works asynchronously and requires the consumption of a callback to confirm the card is actually active.
This endpoint issues cards instantly in a synchronous fashion. Meaning the card is active and usable when this endpoint returns a 200 Ok
response.
The use case being here a fully automated card issuing flow, followed by an immediate card usage on API level for normally PCI-DSS certified companies.
Please note, that the sensitive card data still needs to be fetched separately after issuing a new card (if PCI-DSS compliant).
This endpoint should only be used if aligned with Pliant upfront. In 90% of cases, you want to use the normal card issuing endpoint instead, as linked above.