| Type | Use-Case |
|---|---|
Product | On-Demand view of an Account’s payment instruments. |
Payment Instrument Objects
Unique identifier for the PaymentInstrument.
The ID of the associated Account.
The type of PaymentInstrument.
A credit or debit card.
A tokenized payment method.
Possible enum values
Possible enum values
cardA credit or debit card.
network_tokenA tokenized payment method.
Details of the PaymentInstrument. Present when type is card, null otherwise.
Details of the PaymentInstrument. Present when type is network_token, null otherwise.
Whether the PaymentInstrument can be charged.
Status of the PaymentInstrument.
The PaymentInstrument is queued to be retrieved.
The PaymentInstrument is being retrieved.
The PaymentInstrument has successfully been retrieved.
Possible enum values
Possible enum values
pendingThe PaymentInstrument is queued to be retrieved.
in_progressThe PaymentInstrument is being retrieved.
completedThe PaymentInstrument has successfully been retrieved.
An object representing an error that occurred while processing this PaymentInstrument. See PaymentInstrument errors.
Timestamp of when the PaymentInstrument was created.
Timestamp of when the PaymentInstrument was last updated.