The payment instrument endpoint
The PaymentInstrument endpoint allows the creation and retrieval of card credentials that can be used for checkout, such as card account details or a network token.
The PaymentInstrument endpoint is available as a:
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.
Possible enum values
Possible enum values
card
A credit or debit card.
network_token
A 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.
Possible enum values
Possible enum values
pending
The PaymentInstrument is queued to be retrieved.
in_progress
The PaymentInstrument is being retrieved.
completed
The 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.