Quick start
Step 4: Create a transaction
With the SDK ready, it’s time to create a transaction.
Open the payment sheet
To open the payment sheet call the .launch()
method on the SDK.
Replace the [TOKEN]
with the JWT created in step 2. Additional
options can be provided when launching the SDK.
Handle SDK events
The Gr4vyResultHandler
requires you to handle the events emitted by the SDKs as follows.
Learn more about the events triggered by the Android SDK in our events guide.
Was this page helpful?