Customizing Integration

Before proceeding, ensure that you have set up a partner account with us. If you have not yet done so, please follow this guide to create a partner account in less than 30 seconds and copy your Staging API KEY.

Once you have integrated the widget with in your app via any of our SDKs, its time to customize the widget as per your needs.

TransFi integrations are designed to be flexible, allowing you to craft the ideal user experience for anyone purchasing cryptocurrency through your app during the onboarding process.

To personalize your TransFi integration, you need to provide your API key. This can be done through the "apiKey" parameter. You will have two API keys, one for the staging environment and another for production. The production API key will only be activated after completing the Production Onboarding Process.

There are two ways you can customize your TransFi widget:

1. Via Partner Dashboard Settings

Visit your partner dashboards Settings page to customize your widgets theme colors and language.

Dashboard settings screen.

2. Via Widget URL Query Parameters

The TransFi widget supports the following URL query parameters for customization

Query ParameterDescription
apiKeyYour development or production api key.
fiatAmountDefault order ticket size shown to user. Not editable from UI.
fiatTickerDefault fiat currency to be selected on the home screen of the widget. Eg: fiatTicker=GBP
countryDefault country selection. Eg: country=Philippines
cryptoTickerDefault crypto currency to be selected on the home screen of the widget. Eg: cryptoTicker=ETH
cryptoNetworkDefault crypto network to be selected on the home screen of the widget. This is preferrable when using digital assets that are supported on multiple blockchain networks.
walletAddressThe walletAddress parameter will prepopulate the users address in the wallet address screen and prevents users from editing it
paymentCodeDefault choice of payment method given to user. Not editable from UI.
kycTokenTransFi and its clients can enter into a tripartite agreement with Sumsub and enable direct KYC sharing based on a common token. Please find the steps for token generation.
partnerContextSend additional info about the order or partner in valid JSON Object in Stringified format. e.g. partnerContext="{order:1234}"
redirectUrlRedirect the user from TransFi to the specified url once the payment is completed. e.g. https://www.google.com
primaryDefault color code of buttons in the widget Hexadecimal string, e.g. 14213D
secondaryDefault color code shown when user mouse hovers on the buttons.Hexadecimal string, e.g. 654321
languageDefault language of the widget.Can be modified from Settings page.
emailUsing email query param to prefill the email Id in sign-in page of the widget.
viewView query param is used to show only the specific type of widget either buy or sell, e.g. view=buy, view=sell

📘

Please replace [YOUR_STAGING_API_KEY] with your actual api key.

    https://sandbox-buy.transfi.com/?apiKey=[YOUR_STAGING_API_KEY]&country=US&cryptoTicker=ETH

3. Login Optimization

To streamline the user experience with the TransFi widget, our customer has the option to bypass the standard login and signup process by providing below inputs on the query param.


Query ParameterDescription
emailUser email ID verified on the customer platform
firstNameFirst name of the user
lastNameLast name of the user
countryTwo-letter country code as per ISO 3166-1 alpha-2 standard.

Testing the widget.

After integrating please proceed to the next steps towards testing your widget