Payments
Configure PSP
In the Settings module, the PSP can be configured. Currently Core-commerce premium supports the following payment Service providers:
Payment Methods management
In the 'Payment Methods' management module, the Payment methods can be configured. The payment methods depend on the selected PSP (Pay.nl or Buckaroo) and the actual implementations within Core-commerce.
| Field | Remarks |
|---|---|
| Name | Payment method name |
| Logo url | Absolute URL to payment method logo |
| PSP Key | Payment method key from PSP |
| Costs | Payment method costs (nominal) |
| Minimum order amount | Minimum order amount for payment method, used for filtering in API |
| Maximum order amount | Maximum order amount for payment method, used for filtering in API |
| Localized names | Localized payment method name on front-end |
Payment Method Countries management
In this management module, a record can be created to determine the visible payment methods per country. This including the sorting in the front-end, so that iDEAL can be the first payment method in the Netherlands and Bancontact for example in Belgium.
In the 'Name' field the country can be selected and by clicking on the Payment Methods, the different payment methods can be linked. Per payment method the numeric sequence can be set.
API Call
In the OMS API /paymentmethods call, the available payment methods can be fetched with the following parameters:
- locale (Culture)
- countryCode (ISO2)
- orderAmount (Decimal) for filtering on min./max. order amount
Updated 6 months ago