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.
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.
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.