Log inGet started
Airwallex logo
Home
Online Payments
Treasury
Transactional FX
Payouts
Issuing
Scale
Open Banking
Developer Tools
API Reference
Home
Online Payments
Overview
Starting with paymentsTransaction and settlement modelPricing model
Integration options
Integration OverviewPayment LinksPayment Links APIHosted Payment PageEmbedded ElementsDrop-in ElementMobile SDK
iOS Airwallex SDKAndroid Airwallex SDK
OverviewBefore you startNative UI IntegrationSDK Examples
Native APIPlugins

SDK Examples

This sample app demonstrates integrating with the Airwallex Android SDK using its prebuilt UI components to manage the checkout flow, including specifying a shipping address and selecting a Payment Method.

To run the example project, you should follow these steps.

  1. Run the following script to clone the repository to your local machine

    bash
  2. Open Android Studio and import the project by selecting the build.gradle file from the cloned repository

  3. Go to Airwallex Account settings > API keys , then copy Client ID andAPI key to Settings.kt

    Java
  4. Register your app on WeChat Pay open platform , then copy App ID and App Signature to Settings.kt

    Java
  5. Run the sample project