GET
/
MoneyOut
/
vcard
/
{cardToken}

This endpoint is only available in some accounts. Contact the Payabli team to learn more.

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

cardToken
string
required

ID for a virtual card.

Response

200 - application/json
amount
number

The initial amount loaded on the card.

associatedCustomer
string

Information about the associated customer, if applicable.

associatedVendor
object

Information about the associated vendor.

cardNumber
string

The masked number of the card.

cardToken
string

A unique token identifier for the card.

currentBalance
number

The current balance available on the card.

currentNumberOfUses
integer

The current number of times the card has been used.

cvc
string

Masked Card Verification Code.

dateCreated
string

The creation date of the record.

dateModified
string

The last modified date of the record.

exactAmount
boolean

Indicates if only the exact amount is allowed for transactions.

expenseLimit
number

The set limit for expenses.

expenseLimitPeriod
string

The period for the expense limit.

expirationDate
string

The expiration date of the card.

externalPaypointID
string | null

A custom identifier for the paypoint, if applicable. Like entrypoint is the Payabli identifier for the merchant, externalPaypointId is a custom field you can use to include the merchant's ID from your own systems.

maxNumberOfUses
integer

Maximum number of uses allowed for the card.

mcc
string

Merchant Category Code, if applicable.

misc1
string

A miscellaneous field for additional information.

misc2
string

Another miscellaneous field for extra information.

ParentOrgName
string

Name of the parent organization.

PaypointDbaname
string

The 'Doing Business As' name of the Paypoint.

PaypointEntryname
string

Entry name for the Paypoint, if applicable.

PaypointLegalname
string

The legal name of the Paypoint.

status
string

The current status of the card.

tcc
string

Transaction Category Code, if applicable.

vcardSent
boolean

Indicates if the virtual card was sent.