Types > PaymentDetailType
Values
Value | Description |
---|---|
alipay | |
amex_express_checkout | |
apple_pay | |
bancontact | |
card | |
eps | |
giropay | |
google_pay | |
ideal | |
manual | |
masterpass | |
multibanco | |
p24 | |
paypal | |
samsung_pay | |
sofort | |
visa_checkout | |
Used By
Types
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"