Types > PaymentDetailType
Storefront APITypesPaymentDetailType
PaymentDetailType

Values

ValueDescription
alipay
amex_express_checkout
apple_pay
bancontact
card
eps
giropay
google_pay
ideal
manual
masterpass
multibanco
p24
paypal
samsung_pay
sofort
visa_checkout
wechat

Used By

Types

PaymentDetail

Preview (typescript)

type PaymentDetailType =
| "alipay"
| "amex_express_checkout"
| "apple_pay"
| "bancontact"
| "card"
| "eps"
| "giropay"
| "google_pay"
| "ideal"
| "manual"
| "masterpass"
| "multibanco"
| "p24"
| "paypal"
| "samsung_pay"
| "sofort"
| "visa_checkout"
| "wechat"