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.
Run the following script to clone the repository to your local machine
bashOpen Android Studio and import the project by selecting the build.gradle file from the cloned repository
Go to Airwallex Account settings > API keys , then copy Client ID andAPI key to Settings.kt
JavaRegister your app on WeChat Pay open platform , then copy App ID and App Signature to Settings.kt
JavaRun the sample project