Payment-method icon

African e-wallets and online banking Component

Add African e-wallets and online banking to an existing Components integration.

Adyen currently cannot accept new integrations with African e-wallets and online banking.

This page explains how to add African e-wallets and online banking to your existing Web Components integration.

Requirements

Select the server-side flow that your integration uses:

When offering this payment method, note that African shoppers expect to see the email and phone number of your business on the payment form. Shoppers will use your contact information in case they need to refund or cancel their payment.

API reference

Select which endpoint you are using:

Component configuration

Step 1: Create a DOM element

Create a DOM element on your checkout page, placing it where you want the payment method form to be rendered:

 <div id="cellulant-container"></div>

Step 2: Create an instance of the Component

v6.0.0 or later

Create an instance of the Component, passing:

  • Your instance of AdyenCheckout.
const cellulant = new Redirect(checkout, { type: 'cellulant' }).mount('#cellulant-container');

Use the create method of your AdyenCheckout instance, in this case checkout, to create the Component:

const cellulantComponent = checkout.create('cellulant').mount('#cellulant-container');

Test and go live

Make a test payment then follow Cellulant's payment simulation instructions. Use the test credentials provided by Cellulant.

Then check the status of the test payment in your test Customer Area > Transactions > Payments.

Before you can accept live payments, you need to submit a request for Cellulant in your live Customer Area.

See also