You can add Atome to your existing integration. The following instructions show only what you must add to your integration specifically for Atome.
If an instruction on this page corresponds with a step in the main integration guide, it includes a link to corresponding step of the main integration guide.
Requirements
| Requirement | Description | |
|---|---|---|
| Integration type | Make sure that you have an existing API-only integration. | |
| Redirect handling | Make sure that your existing integration is set up to handle the redirect. action.type: redirect. |
|
| Setup steps | Before you begin, add Atome in your Customer Area. |
How it works
- The shopper selects Atome as the payment method.
- The shopper enters their details in the payment form that you build.
- When you make the payment request, you include additional information about the items that the shopper intends to purchase.
- Atome starts the repayment period for the shopper.
Build your payment form
Include fields to collect the following information from your shopper in the payment form.
If you are using /paymentMethods to show which payment methods are available to the shopper,
specify the following combination of countryCode and amount.currency:
| Country/region | countryCode |
amount.currency |
|---|---|---|
| Malaysia | MY | MYR |
| Singapore | SG | SGD |
To perform risk checks, Atome requires you to collect the following shopper details:
- Shopper's full name
- Email address
- Phone number
- Billing address and delivery address
You can download the logo for Atome to use in your form.
Get Atome as an available payment method
When you make the /paymentMethods to get available payment methods, specify the following so that Atome is included in the response.
| Parameter | Values |
|---|---|
| countryCode | MY, SG |
| amount.currency | MYR, SGD |
Add additional parameters to your /payments request
When you make a payment, add the following parameters:
| Parameter | Required | Description |
|---|---|---|
| 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. |
| deliveryAddress | The postal address where the goods will be shipped. Optional if billingAddress and deliveryAddress are the same. |
|
| countryCode | ![]() |
For Malaysia set to MY, for Singapore set to SG. Make sure that you use a supported combination of country/region and currency: MY with MYR, and SG with SGD. |
The response includes action.type: redirect.
Refunds and cancellations
Partial refunds
To partially refund a payment, specify in your /payments/{paymentPspReference}/refunds request:
- amount: The amount to be refunded to the shopper.
Test and go live
To test Atome payments, you need a test shopper account in the Atome sandbox environment. To request a test account, reach out to your Adyen contact. If you are testing in multiple countries/regions, use a different test account for each location.
To test the QR code flow, download one of the following test apps:
For Malaysia (MY)
For Singapore (SG)
You can check the status of test payments in your Customer Area > Transactions > Payments.
To accept live Atome payments, you must contact our Support Team to add Atome in your live Customer Area.
