This page explains how to add Atome to your existing Android Components integration.
If you are using Android Components v5.0.0 or later:
This payment method requires no additional configuration.
Follow the Components integration guide and use the following module and Component names:
- To import the module: instant
- To launch and show the Component: InstantPaymentComponent
You can use our Redirect Component to handle the redirect to Atome.
Requirements
Requirement | Description |
---|---|
Integration type | Make sure that you have built an Advanced flow Android Components integration. |
Setup steps | Before you begin, contact our Support Team to add Atome in your Customer Area. |
Show Atome in your payment form
Include Atome in the list of available payment methods, and collect the required shopper details:
-
Specify in your /paymentMethods request one of the following combinations of countryCode and amount.currency:
Country/region countryCode
amount.currency
Malaysia MY MYR Singapore SG SGD The response contains
paymentMethod.type
: atome. -
Collect the following shopper details:
- Full name
- Email address
- Billing address and delivery address.
We provide an Atome logo which you can use on your payment form. For more information, refer to Downloading logos.
Make a payment
To make an Atome payment, you need to:
- Collect shopper details beforehand, and specify these in your payment request. Atome uses these for risk checks.
- Provide information about the purchased items in your payment request.
When the shopper proceeds to pay:
- Make a /payments request from your server, specifying:
Parameter | Required | Description |
---|---|---|
paymentMethod |
![]() |
Set to atome. |
shopperName | ![]() |
The shopper's full name. |
shopperEmail | ![]() |
The shopper's email address. |
telephoneNumber | ![]() |
The shopper's phone number. |
billingAddress | ![]() |
The postal address to be included on the invoice. |
lineItems | ![]() |
Price and product information about the purchased items. |
returnUrl | ![]() |
The URL where the shopper is redirected back to after completing the payment. |
deliveryAddress | The postal address where the goods will be shipped. Optional if billingAddress and deliveryAddress are the same. |