Arguments
UUID!
required
No description provided in the schema yet.
Returns
VirtualCardDetails — The VirtualCardDetails type represents the details of a virtual card.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reveals the full card number and CVV of a virtual card, along with its billing details.
mutation {
revealVirtualCardByVirtualCardId(
virtualCardId: UUID!
): VirtualCardDetails
}
VirtualCardDetails — The VirtualCardDetails type represents the details of a virtual card.