Use Cases
- Charging service fees on transactions
- Adding profit margins to conversions
How Markups Work
To add your own fees, use a two-step approach:- Customer Deposit: Create a quote for the total amount (base + markup) with a
pay_inobject - Actual Conversion: After funds are received, create a second quote for only the base amount with a
pay_outobject
Example: Markup on USDT Purchase
A customer wants to buy USDT worth 5,000 NGN. You want to charge a 10% markup (500 NGN profit).Create Quote for Customer Deposit
Charge the customer 5,500 NGN (5,000 NGN + 500 NGN markup):Response:
Finalize Deposit Transfer
Generate the temporary bank account for customer deposit:Response:Customer deposits 5,500 NGN to this bank account.
Monitor Transfer Status
If webhooks is setup, you’ll receive a notification when the deposit is complete. The customer’s funds are now in your balance and ready for conversion.Your balance now has 5,500 NGN.
Create Quote for Actual Conversion
Convert only 5,000 NGN to USDT (keeping 500 NGN as profit):Response:
Example: Sell USDT for NGN with Markup
A customer wants to sell 50 USDT for NGN. You want to charge a 5% markup.Get a Quote
Create a quote to see how much NGN the customer will receive:Response:Calculate your markup:
- Base amount: ₦74,487
- 5% markup: ₦3,724
- Customer receives: ₦70,763 (₦74,487 - ₦3,724)
- You keep: ₦3,724 as profit
Example: Crypto Payout with Markup
A customer wants to withdraw 100 USDT to their external wallet. You want to charge a 2% markup (withdrawal fee).Calculate Markup and Net Amount
Customer request: Withdraw 100 USDTYour calculation:
- Gross amount: 100 USDT
- 2% markup: 2 USDT
- Net payout: 98 USDT (amount customer actually receives)
- You keep: 2 USDT as profit
Create Recipient for Customer's Wallet
Create a crypto recipient for the customer’s external wallet address:Response:
Create Quote for Net Payout
Create a quote for the net amount (98 USDT) that the customer will actually receive:Response:
Execute Payout Transfer
Finalize the payout:Response:Result:
- Customer receives: 98 USDT in their external wallet
- You spent: 98 USDT from your balance
- You keep: 2 USDT as profit (from the original 100 USDT customer paid you)
- Customer paid you: 100 USDT
- Customer received: 98 USDT
- Your markup profit: 2 USDT
- Network fee: Covered by Busha
Example: Bank Payout with Markup
A customer wants to withdraw 50,000 NGN to their bank account. You charge a 1% markup (500 NGN).Calculate Markup
Customer request: Withdraw 50,000 NGNYour calculation:
- Gross amount: 50,000 NGN
- 1% markup: 500 NGN
- Net payout: 49,500 NGN
- You keep: 500 NGN as profit
Learn More
- Customer Deposits - Accept fiat and crypto deposits
- Sell Crypto for Fiat - Sell cryptocurrency for fiat
- Webhooks Setup - Monitor transaction status
- Understanding Quotes - How quotes work