Skip to main content
The PaymentInstrument endpoint allows the creation and retrieval of card credentials for checkout, such as card account details or a network token. The PaymentInstrument endpoint is available as a:
TypeUse-Case
ProductOn-Demand view of an Account’s payment instruments.

Payment Instrument Objects

{
  "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"
}