Pay3 Android SDK
Transactions
4min
Pay3 Android SDK expects you to pass token and requestId which you get in response while creating a checkout order with Pay3's create checkout order API
Parameters
- requestId (Type string): App needs to generate a unique identifier for every checkout call. This id can be used by the App to identify and update state in App's backend.
- token (Type string): This is a unique id generated by Pay3 backend on calling create checkout order. This is to identify the request created by Application's backend.
The SDK handles the complete payment flow, including:
- Displaying available payment methods
- UPI app selection and deep linking
- Card and net banking options
- Payment status tracking
- Success/failure handling