Skip to main content
Virtual cards are created instantly and can be used for digital transactions immediately — no activation required. Each virtual card includes a PAN, expiration date, and CVV.
Prerequisites

Step 1: Select a card product

List the card products available on your account to find one with card_form containing VIR.
Save the product_id for the product you want to use.
To test with the Simulator, choose a product with BIN 40963608.

Step 2: Create the card

Call the Create Card endpoint with the cardholder ID, product ID, currency, and card limit.
Response:
The card starts in PENDING status. Within seconds, it transitions to ACTIVE.

Optional parameters

Step 3: Receive the webhook

UQPAY sends a card.create.succeeded or card.create.failed webhook after processing. Subscribe to these events in your webhook settings. Example: card.create.succeeded

Step 4: Retrieve sensitive card details

To display the full card number, expiration date, and CVV to the cardholder, use the Secure Card Display (iframe) integration. This avoids exposing sensitive card data in your backend. Alternatively, use the Retrieve Sensitive Card Details endpoint if your system is PCI DSS compliant.