Payment methods

Choose which payment methods to offer, and control when each one appears in checkout.

⚠️

You will see every payment method the plugin supports in the Magento admin, whether or not you can use it. A method only works in checkout if it's also active on your Buckaroo contract. If a method is enabled in Magento but not on your contract, customers will see it and the payment will fail. Check your active methods in Buckaroo Plaza, or contact your account manager to add one.

Enable a payment method

  1. Log in to the Magento admin.
  2. Go to Stores → Configuration → Sales → Buckaroo → Payment methods.
  3. Expand the method you want.
  4. Set the mode:
    • Live: real payments.
    • Test: test payments against Buckaroo's test environment.
    • Off: hidden from checkout.
  5. Select Save Config and flush the cache.

Common settings per method

Most methods share the same set of options. These are what let you show the right methods to the right customers instead of showing everything to everyone.

SettingWhat it does
TitleThe label shown in checkout. Translate it per store view.
Display SubtextAdds a line of explanatory text under the method name, with configurable style and colour. Useful for "Pay in 14 days" or similar. Off by default.
Sort OrderPosition in the checkout list. Lower numbers appear first.
Payment FeeA fixed amount or percentage added to the order for this method.
Send Order Confirmation EmailOverride the global setting for this method.
Method Specific Status EnabledLets this method use its own success and failure order statuses instead of the global ones.
Min Order AmountHide the method below this order total.
Max Order AmountHide the method above this order total.
Allow Customer GroupsRestrict to specific customer groups, for example B2B-only invoicing methods.
Allowed CurrenciesRestrict to specific currencies.
Allowed Countries / Payment from Specific CountryRestrict to specific billing countries.
Add customer data to requestOverride the global setting for this method.
📘

Method Specific Status is easy to miss and genuinely useful. If you want BNPL orders to land in a separate status for manual review while Wero orders go straight to processing, this is how, with no customisation needed.

📘

Sort order matters more than most merchants think. In the Netherlands, putting iDEAL | Wero at the top is worth real conversion. Order your methods by actual usage in your market, not alphabetically.

Payment methods settings example

Available payment methods

The plugin supports the following payment methods:

For a complete overview of which methods are available in which country, see Overview per country.


Giftcards

Giftcards can be applied inline, without sending the customer away from your checkout. They enter the card number and PIN on the payment step, the balance comes off the order total, and they pay whatever remains with another method. No redirect, no lost session.

That last part matters: a giftcard rarely covers the whole basket, so being able to settle the remainder in the same checkout is the difference between a completed order and an abandoned one.

Configure it under the Giftcards method:

SettingWhat it does
Allowed GiftcardsWhich giftcard brands appear in checkout
Sort GiftcardsThe order they're listed in
Giftcard HandlingInline shows each giftcard separately in your checkout. Redirect sends the customer to Buckaroo's payment page instead

Cards and Hosted Fields

Card payments can run in two modes:

  • Redirect: the customer is sent to Buckaroo's hosted payment page to enter their card details.
  • Hosted Fields: the card form is embedded directly in your checkout using secure iframes. The customer never leaves your store, which converts better.

Hosted Fields keeps you out of PCI-DSS scope because the card data never touches your server. It replaces the older Client Side Encryption method, so use Hosted Fields for new integrations. See Hosted Fields for setup.

Buckaroo Hosted Fields

Express checkout

Some methods can appear as a fast-checkout button on the product page or in the cart, letting the customer skip the address forms.

Available for:

Enable it in the method's own settings, then choose the Button Location: Product Page, Cart, or both. Some methods also let you set the button colour to suit light or dark backgrounds.

Express Checkout buttons on the product page

Buy Now Pay Later

Klarna, Riverty, Billink and In3 have extra requirements compared with other methods:

  • They usually need additional customer data: date of birth, phone number, sometimes Chamber of Commerce number for B2B. The plugin adds these fields to checkout when the method is selected.
  • They perform a risk assessment and may decline an order that would have succeeded with another method. Always offer a fallback.
  • They typically use authorise and capture: the amount is reserved at checkout and captured when you invoice or ship. See Order management.
  • Some require separate onboarding with the provider before they can go live.

Did this page help you?