Skip to main content
Use the getVirtualCardBulkOrderStatus query to check the status of a bulk virtual card creation order and retrieve the details of the created cards as the order is processed.
Prerequisites: a user access token with the CREATE_VIRTUALCARD scope, and the orderId returned by Create Bulk Order.
The response includes full card numbers, CVVs, and expiry dates in plaintext. Handle it as sensitive cardholder data — transmit over TLS, never log it, and surface it only to authorized users.

Arguments

  • input (GetVirtualCardBulkOrderStatusInput!): The input object containing the identifier for the bulk order.

GetVirtualCardBulkOrderStatusInput fields

cURL example

Sample query

Sample response

Response fields

Poll this query until orderStatus is COMPLETED (or FAILED). While PENDING, virtualCards fills in incrementally and successfulCardCreations climbs toward totalCards.

Next steps

Reveal a virtual card

Retrieve sensitive card details securely for a single card.

Virtual card error codes

Interpret failedCardCreations and handle partial-failure cases.