Connect Magento (Adobe Commerce) with Bambora by Worldline to support hosted payment pages, tokenization, local payment methods, plus full auth, capture, and refunds with accurate order data.
• Magento sends the order amount, currency, customer details, and return URLs to Bambora (Worldline) to initialize a hosted payment page or API-based payment session.
• Authorization responses are written back to the Magento order as payment transactions, with transaction IDs mapped for later capture, void, and refund operations.
• Capture is handled as an online invoice action, where Magento triggers a capture request and stores the capture result and settlement references on the payment record.
• Refunds are initiated from Magento credit memos, with refund amounts validated against captured totals and refund transaction references persisted for audit trails.
• Tokenization stores a Bambora/Worldline payment token linked to the Magento customer, while raw card data is kept out of Magento to support PCI scope reduction.
• Webhook-style status updates update order payment state, with idempotent handling to prevent duplicates on retries and gateway timeouts.
• Local payment method selections are mapped to Bambora payment product codes, while locale-specific checkout fields are passed through as gateway parameters.
• Gateway errors, declines, and timeouts are logged with request correlation IDs, and failed payments keep the Magento order in a recoverable state.
.avif)
We configure the Bambora hosted payment page flow, return URLs, and order state mapping, then validate auth and capture in Magento across success, failure, and retry scenarios.
Yes – we map authorize, capture (including delayed capture), void, and partial or full refunds back to Magento invoices and credit memos for clean financial records.
Yes – we implement Bambora tokenization so Magento stores only the token reference, enabling saved cards while keeping sensitive card data out of your platform.
It depends on your Bambora/Worldline account and market, but we can enable supported local methods and route them through the right checkout and settlement logic.
We align transaction IDs, captures, refunds, and order references so finance can match payouts to Magento orders with fewer manual checks.