No momento, esta página não está disponível em português
Payment-method icon

Atome Redirect Component

Add Atome to an existing Components integration.

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:

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:

  1. 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.

  2. Collect the following shopper details:

    • Full name
    • Email address
    • Billing address and delivery address.
    Atome uses these information for risk checks.

    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:

  1. Make a /payments request from your server, specifying:
Parameter Required Description
paymentMethod -white_check_mark- Set to atome.
shopperName -white_check_mark- The shopper's full name.
shopperEmail -white_check_mark- The shopper's email address.
telephoneNumber -white_check_mark- The shopper's phone number.
billingAddress -white_check_mark- The postal address to be included on the invoice.
lineItems -white_check_mark- Price and product information about the purchased items.
returnUrl -white_check_mark- 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.