Card Payment PaymentInstrument
Network Token PaymentInstrument
{
"id" : "pmt_inst_pd788hPVhLT37" ,
"account_id" : "acc_GAzrD99cUqGEN" ,
"type" : "card" ,
"card" : {
"number" : "5555555555551580" ,
"exp_month" : "04" ,
"exp_year" : "2027"
} ,
"network_token" : null ,
"chargeable" : true ,
"status" : "completed" ,
"error" : null ,
"created_at" : "2025-04-03T19:30:56.039Z" ,
"updated_at" : "2025-04-03T19:30:56.039Z"
}
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.
card
A credit or debit card.
network_token
A tokenized payment method.
Details of the PaymentInstrument. Present when type is card, null otherwise.
Expiration month of the card (1-12).
Expiration year of the card.
Details of the PaymentInstrument. Present when type is network_token, null otherwise.
The network token value (may be partially masked).
Whether the PaymentInstrument can be charged.
Status of the PaymentInstrument.
pending
The PaymentInstrument is queued to be retrieved.
in_progress
The PaymentInstrument is being retrieved.
completed
The PaymentInstrument has successfully been retrieved.
Timestamp of when the PaymentInstrument was created.
Timestamp of when the PaymentInstrument was last updated.
Card Payment PaymentInstrument
Network Token PaymentInstrument
{
"id" : "pmt_inst_pd788hPVhLT37" ,
"account_id" : "acc_GAzrD99cUqGEN" ,
"type" : "card" ,
"card" : {
"number" : "5555555555551580" ,
"exp_month" : "04" ,
"exp_year" : "2027"
} ,
"network_token" : null ,
"chargeable" : true ,
"status" : "completed" ,
"error" : null ,
"created_at" : "2025-04-03T19:30:56.039Z" ,
"updated_at" : "2025-04-03T19:30:56.039Z"
}