Step 4: Create a transaction
With the SDK installed, it’s time to create a transaction.
Initialize the SDK
To initialize the SDK, call the .showPaymentSheet()
method on the SDK to open the payment sheet
to prompt the buyer to pay.
Replace the [GR4VY_ID]
with your instance identifier and [TOKEN]
with the JWT created in step 2.
Additional options can be provided when launching the SDK.
The Gr4vy ID is the unique identifier for your instance. Together with the environment (sandbox or production) it is used to connect to the right APIs.
The possible values for your ID are one of wpay
, wpay1
, wpay2
, or wpay3
. We will inform you
in which instance your account has been set up.
Handle events
Once launched, the SDK will send events when a transaction was created and for some failures. To handle these events, add a new event listener to the SDK.
Learn more about the events triggered by the React Native SDK in our events guide.
Was this page helpful?