​◽​ White Label Integration

We are developing a fully white labelled API solution, which will be available soon. If you are interested in this option please reach out to our Sales Team.

We provide the option to integrate the Transak widget following one of our other integration options and pass query parameters to skip a few screens and customize the appearance of the few remaining screens.

If you want more details, please refer Customization options.

Below is an example URL that passes the user information in order to skip a few screens:

  • Wallet Address
  • Personal Details & Address

This can be used with your own UI screens to collect user information so the user only needs to upload KYC photos and confirm the payment and order. You need to have access authorization setup to get the access token.

https://global-stg.transak.com/
?apiKey=<YOUR_API_KEY>
&themeColor=2575fc
&defaultPaymentMethod=credit_debit_card
&cryptoCurrencyCode=ETH
&fiatAmount=100
&fiatCurrency=GBP
&userData=%7B%22firstName%22%3A%22Satoshi%22%2C%22lastName%22%3A%22Nakamoto%22%2C%22email%22%3A%22satoshi.nakamoto%40transak.com%22%2C%22mobileNumber%22%3A%22%2B15417543010%22%2C%22dob%22%3A%221994-08-26%22%2C%22address%22%3A%7B%22addressLine1%22%3A%22170%20Pine%20St%22%2C%22addressLine2%22%3A%22San%20Francisco%22%2C%22city%22%3A%22San%20Francisco%22%2C%22state%22%3A%22CA%22%2C%22postCode%22%3A%2294111%22%2C%22countryCode%22%3A%22US%22%7D%7D
&walletAddress=0x123Ba4676Fb1E2f9Ge2921e8634570F9a42dC3e3

Details on all of the parameters above can be found in the Query Parameters.