Input fields
UUID!
required
A unique client generated UUID to ensure a request is processed only once.
Float!
required
The maximum amount that you can charge to the card. You will only be charged for the amount you actually used.
VirtualCardSpendLimitDuration
Card limit duration type. Default Lifetime.
String
The date when the card will be locked. The default is 47 months.
Boolean
The setting to lock the card after next use. The default is false.
String
The card’s nickname.
VirtualCardFundingSource
Primary Funding Source for Virtual Card.
UUID
The unique identifier for the bank account.
UUID
The Offer Id of Virtual Card Offer. Use getVirtualCardOffers to fetch a list of active offers.
UUID
The unique identifier of the user cash balance id
VirtualCardBillingAddressInput
A new billing address to register with the card program before issuing the card.
A UserAddress (type: BILLING) is created if one does not already exist with the same
street / city / state / postal code. Ignored when userAddressId is also provided.
UUID
An existing UserAddress ID belonging to the caller’s account to use as the billing
address. Takes precedence over billingAddress when both are provided.
Boolean
When false, the card will not draw from the prepaid (gift card) balance.
Defaults to true to preserve the existing behavior where the card may be funded
by prepaid funds in addition to the specified spend account.
Boolean
When false, the card will not draw from the rewards balance.
Defaults to true to preserve the existing behavior where the card may be funded
by rewards in addition to the specified spend account.
UUID
Optional authorized user ID (UAC role assignment ID) to create the virtual card on
behalf of. The assignment must exist on the caller’s account and be ACTIVE.
When provided, the downstream access token is issued for the underlying user so
the resulting card is created on their behalf.
String
An optional note to attach to the transaction.
String
An optional category name. A matching category will be found or created for the account.