Payment Methods
Supported values for paymentMethod.type (same as in Create payment):
| type | Description |
|---|---|
e-wallet | E-wallet; must include paymentMethod.e-wallet with paymentBrand |
card | Card; must include paymentMethod.card (and threeDS as required) |
qr | QR code payment; must include paymentMethod.qr with paymentBrand |
onlineBanking | Online banking payment; must include paymentMethod.onlineBanking with paymentBrand |
bankTransfer | Bank transfer; must include paymentMethod.bankTransfer with paymentBrand |
crypto | Cryptocurrency payment; when crypto is used as the collection method, you do not need to initiate the create-order step |
See Create payment for full request structure.