Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 969 Bytes

CheckoutProcessMixin.md

File metadata and controls

22 lines (18 loc) · 969 Bytes

SumUpRestApi.CheckoutProcessMixin

Properties

Name Type Description Notes
paymentType String
installments Number Number of installments for deferred payments. Available only to merchant users in Brazil. [optional]
mandate MandatePayload [optional]
card Card [optional]
token String Required when the payment type is `token`. Unique token identifying the saved payment card for a customer. [optional]
customerId String Required when the payment type is `token`. Unique ID of the customer. [optional]

Enum: PaymentTypeEnum

  • card (value: "card")
  • token (value: "token")
  • boleto (value: "boleto")
  • ideal (value: "ideal")
  • sofort (value: "sofort")
  • bancontact (value: "bancontact")