Discussions
On-Ramp workflow
Want to know, which APIs have to be call for on-ramp workflow? And what are the process of fiat to crypt of particular wallet address.
Posted by Anwarul Islam 3 months ago
How can I get a payout Remitter wallet address if I know only payment id, using API
I want to get a remitter wallet (the wallet the money were sent from) of my payouts. Is that possible?
<br>
Posted by Nikita Romashov 5 months ago
Connect with Trust Wallet
Can this library or plugin be connected with the Trust Wallet app, and then use the network that is already available in the Trust Wallet app? Can you please suggest if it is supported or not?
Posted by Ajit 5 months ago
Self-custody of merchant payins
Hello
I've read through your doc today. Thank you for making it clear.
I'm interested to know about the trustlessness of your payin workflow.
For example
- To what extent do EPs have custody over EPM payins?
- Do payins from EPM customers go straight to a self-custodial wallet controlled uniquely by the EPM?
The reason for these questions relates to my own company's tech which permits embedded secured lending by using borrower payins onchain to repay a loan and/or act as security for the loan.
Happy to elaborate further
Best regards
Mike
Posted by Mike Hall about 1 year ago
Webhook signature verification failed for certain requests
I'm attempting to verify the signature in the webhook header. I can verify the signatures for "transactionDetected" events and a few "statusChanged" events. However, the signature does not match for any of the subsequent webhook requests that I've received.
I have created the signature like this,
```
secret_key = BVNK_MERCHANT_SECRET
content_type = 'application/json'
# REMOVE WHITE SPACE FROM PAYLOAD
payload = json.dumps(request.data, separators=(",", ":"))
# GET WEBHOOK PATH
path = "/webhook/path/"
# CONCATENATE DATA THAT NEEDS TO BE HASHED
data_to_hash = f"{path}{content_type}{payload}"
# CREATE HMAC SIGNATURE
hmac_sha256 = hmac.new(secret_key.encode('utf-8'), data_to_hash.encode('utf-8'), hashlib.sha256)
hmac_signature = hmac_sha256.digest().hex()
```
Posted by Savad KP about 1 year ago
P2P Money Tranfer
Hello,
Do you support peer-to-peer money transfer platforms? We have a P2P Money Transfer Platform in NZ and AUS and we would like to integrate with someone in order to take the Platform international?
Thanks
Posted by sean van deventer over 1 year ago
Unknown terms when get the merchant ID. Can anyone describe ?
In header authorization what is the ts,nonce and mac?
Is that mac address of my own pc?
Posted by Mahydul Islam almost 2 years ago
API: access denied
Hi, my name is Alex, I am in charge to integrate your platform. And I faced with error: Access Denied when perform API call. Can you please help to understand how can I get access or what I do wrong. Thanks forward.
Posted by Alex Havdiy almost 2 years ago