SDK integration
React native apps can make use of our sdk and integrate their apps with Onmeta seamlessly as below
NPM package can be installed from here https://www.npmjs.com/package/@onmeta/react-native-sdk **Make sure you install the required dependency packages without fail
follow the steps given below and integrate the On/Offramp widget within your app, below is the sample integration
you can use the same config parameters mentioned in widget creation page to customize your widget.
Events will be received are as below
EventName | Description |
---|---|
order-created | Order created event (Success, Failed, Pending) |
order-status | Order status change event |
order-event | kyc redirect related event with redirect url |
utr-capture | utr captured event |
upi-intent | upi intent event which gives the upi deeplinks to open UPI apps |
text-copy | text copy event to copy any text details like, bank details or upi id |
sample event body will be as below