
Aman Doshi
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
Articles
Recent activity by Aman Doshi-
I have two websites. Can I integrate in both websites with the same API_KEY?
If two websites are with same company then you can integrate with same API_KEY. Otherwise you need to submit KYB for each company.
-
I want to integrate with Transak, how can i do it ?
For the integration, You have to follow the below steps. Sign up for a partner account here at dashboard.transak.com and login Submit your KYB here Start integrating by following the doc (here y...
-
Do users have to do KYC each time they make a transaction?
No, users are only required to complete KYC once. When their KYC is approved they only need to log into their Transak account to perform future transactions. They can use the same KYC-approved ...
-
Can we send metadata to the widget that the web-hook will respond to this metadata and be able to match the operations?
Yeah, you can pass metadata using partnerCustomerId & partnerOrderId, and please refer here to know more about web-hooks. Please refer to our documentation about our integration here
-
How to prevent a user from editing the walletAddress?
You can use disableWalletAddressForm in our query parameters to achieve this. You will need to pass the walletAddress. Then if disableWalletAddressForm is set to true then the wallet address scre...
-
How can we pass onClose event handler to the widget?
You can use TRANSAK_WIDGET_CLOSE event name You can find more about events here
-
How to display your call price (e.g 1 USD = 0.9453 USDT ) on our front end?
You can use the API for getting price These parameters are required to get response from the API. "fiatCurrency" //eg: EUR "cryptoCurrency" //eg: HIVE "paymentMethod" //eg:sepa_bank_transfer "par...
-
How to update our webHookUrl
https://docs.transak.com/docs/transak-docs/1.swagger.yaml/paths/~1partners~1update-webhook-url/post You can refer to the API above and you can update the webhookURL by using your partnerAPISecret...
-
I'm passing parameters in the query but they're being ignored
Check that you are passing the API key in the parameters. Some parameters can only be used by partners that have had their KYB approved. You can find out more details about our parameters here Qu...
-
How to set the partner fee?
You can use the Settings page of the Partner dashboard to set the additional partner fee. Enter the desired percentage under FEE PERCENTAGE and click Update