v1

latestOpenAPI 3.0.32026-07-2485236250.4 KB
Cards/Issuance

Issue virtual card (external invoice)

Issues a virtual card for the specified user. This method has to be used in conjunction with Create invoice for external payment api. When the invoice is settled, use this api to issue the card.

post/api/v1/cards/virtual

Response

OK

idstring required

Identifier of the card that was issued

Example response

{
  "id": "00000000-0000-0000-0000-000000000001"
}