Quotes
Preview sender and receiver values before starting a payout.
What is a quote?
A quote will show you how much you or your customers need to send in stablecoins and how much the receiver is going to receive in fiat.
So, let's say you want to send 1,000 USDC
to a receiver with a bank account in the United States. The quote will show that you need to send 1,000 USDC
and the receiver will receive $990
.
Remember: the fees for rails in the United States start from 1%
(100 BPs) but can decrease based on volume.
Who are going to pay for the fees?
BlindPay provides two ways of paying for the fees:
- The receiver pays the fees: In this case, the fees are calculated based on the fiat currency (USD, BRL) that the receiver is going to receive.
- The sender pays the fees: In this case, the fees are calculated based on the stablecoins (USDC) that the sender is going to send.
Receiver paying for the fees
This is the most common scenario, so just keep the Cover all payout fees
disabled and the fees will be calculated to the receiver.
If you're doing through the API, you can set the cover_fees
to false
.
Sender paying for the fees
This scenario is particularly relevant when running payroll. In this case, you should enable the Cover all payout fees
option before creating the quote.
If you're integrating through the API, you can set the cover_fees
parameter to true
.
Creating a quote
You can check the required fields in the BlindPay API Docs.
Before creating a quote through the API, you need to:
- Create an account on BlindPay
- Create a development instance
- Create your API key
- Create a receiver
- Add a bank account
Remember: replace YOUR_SECRET_TOKEN
with your API key, in_000000000000
with your instance ID and ba_000000000000
with the bank account ID which you created previously.
Remember: we do not accept float values for request_amount
. So if you want to send 1.23 USDC
you need to fill 123
.