Transak Docs
Search…
What is Transak?
πŸ†˜
Getting help and support
πŸ›‚
Transak Partner onboarding process
Onboarding and integration process overview
πŸ—Ί
Quick Guides
Create a Partner account and access the dashboard
Setting up a quick demo integration
Testing your integration and customization setup
Using the Partner dashboard
πŸ’±
Coverage and capabilities
Fiat currency, country & payment method coverage plus fees and limits
Cryptocurrency coverage
Request for us to add coverage of a cryptocurrency
Integration options
🌐
Browser redirect integration
🌐
Browser embed or IFrame
πŸ’½
SDK integration
🌐
Browser
πŸ“±
Mobile
βš›
React Native
πŸ€–
Android
🍎
iOS
πŸ’»
White label integration
Customization options
πŸ’»
Technical details
Widget customization parameters
Transak API
Tracking user, KYC and order status
Tracking Javascript SDK widget events
WebSocket
Powered By GitBook
βš›
React Native
You can use an HTML inline frame to embed it in your existing application
Make sure to add your API key and customise using query parameters​
1
import { WebView } from 'react-native';
2
....
3
​
4
<WebView
5
source={{html: '<iframe width="100%" height="100%"
6
src="https://global.transak.com?apiKey=[YOUR_PRODUCTION_API_KEY]&[QUERY_PARAMETERS]"
7
frameborder="0"></iframe>'}}
8
/>
Copied!
Previous
Mobile
Next
Android
Last modified 3mo ago
Copy link