Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 613 Bytes

PaymentInstrumentCard.md

File metadata and controls

15 lines (11 loc) · 613 Bytes

SumUpRestApi.PaymentInstrumentCard

Properties

Name Type Description Notes
token String Unique token identifying the saved payment card for a customer.
active Boolean Indicates whether the payment instrument is active and can be used for payments. To deactivate it, send a `DELETE` request to the resource endpoint. [default to true]
type String Type of the payment instrument.
card Card

Enum: TypeEnum

  • card (value: "card")