Last Updated: 23 August 2024 | Change Log
Android SDK
Create your own uniquely styled and branded checkout form by integrating our SDK into your native app.
Make yourself familiar with our API Principles to ensure a resilient integration.
How does it work?
We are securing your customer's payment details by generating sessions. You can then create a token with the card details and optionally use the CVC to take a payment.
What is a session?
A session
is a unique identifier for your customer's payment details, generated by the SDK.
Get our SDK
To get our SDK, include the Gradle, Maven or Local AAR library configuration below.
implementation 'com.worldpay.access:access-checkout-android:2.6.0'
Local AAR library
If you're using the Local AAR library to get the SDK, copy the library file into your app/libs
folder. Then add the flatDir
repo to the project level build.gradle
using the code in the Local AAR library example above.
You must also add the example below to your app-level dependency list:
implementation (name:'access-checkout-android', ext:'aar') implementation "org.jetbrains.kotlin:kotlin-stdlib:1.3.31"
And here's a link to our Access Checkout Android SDK GitHub Repo
What to do next
See our guides on how to create sessions you can use to take a payment:
For one-time payments, you would need to delete the token after you take the payment.
Create a session to pay with a card
- Submit card details to create a session
- Create a verified token
- Take a payment with this token
Create sessions to pay with a card and CVC
- Submit card details and CVC to create two separate sessions
- Create a verified token with your CARD
session
- Use your CVC
session
and verified token in ourcard/checkout
payment instrument to take a payment using one of the following endpoints:
Create a session for CVC only and pay with a stored token
- Submit the CVC to create a session
- Use your cvc
session
and stored verified token in ourcard/checkout
payment instrument to take a payment using one of the following endpoints: