Search...
Log inGet started
Airwallex logo
Home
Core API
Payments
Transactional FX
Payouts
Issuing
Back to home
OverviewChoose your payments solutionGet started with payments
Online payments
Online payments overviewGet started with online paymentsHosted Payment Page
Drop-in Element
Embedded Elements
Mobile SDK
Guest user checkout
iOS Airwallex SDK
Android Airwallex SDK
OverviewBefore you startNative UI Integration
SDK Examples
Registered user checkout
Airwallex iOS SDK Privacy Details
Plugins
Native API
Automatic Currency Conversion
Invoice integrations

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