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