Calculates the total USDT debit for a recharge of targetAmount USD (Lumo commission + processor fee). No funds move.
Безопасность
apiKeyAuth
- Mock serverhttps://b2b-app.lumowallet.io/_mock/apis/cards/recharge/quote
- Productionhttps://b2b.lumowallet.io/cards/recharge/quote
- Staginghttps://b2b-staging.lumowallet.io/cards/recharge/quote
curl -i -X POST \
https://b2b-app.lumowallet.io/_mock/apis/cards/recharge/quote \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"cardId": "f16ba382-eb42-481a-b08f-c57bdc9aae24",
"targetAmount": 50
}'Quote
Response
{ "cardId": "f16ba382-eb42-481a-b08f-c57bdc9aae24", "targetAmount": 0, "processorFeeBps": 0, "processorGrossAmount": 0, "ourFeeBps": 0, "ourFee": 0, "userCharge": 0, "commissionUsdt": 0, "totalDebitUsdt": 0, "currency": "USDT" }