Push funds from your master wallet to a customer’s card wallet. Only available for master_wallet programs.
Documentation Index
Fetch the complete documentation index at: https://docs.yativo.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer YOUR_ACCESS_TOKENcustomer_id from the List Customers or Look Up Customer response. You may supply any one identifier: customer_id, card_id, external_id, or email.external_customer_id) set at onboarding.pricing_mode — see below.SOL or XDC.amount is what you send or what the customer receives.send_x (default) — Your master wallet is debited exactly amount. Bridge and token-conversion fees are deducted from that, so the customer lands with slightly less. Use this when you want a predictable debit.receive_x — The customer’s card is credited exactly amount. The system works backwards through the fee schedule to calculate how much your master wallet must send, then debits that larger figure. Use this when the customer is owed an exact payout.pricing_mode | You send | Customer receives |
|---|---|---|
send_x | 200 USD | ~197 EUR (fees deducted) |
receive_x | ~204 USD (fees added) | 200 EUR exactly |
USD, EUR, GBP). Defaults to the customer’s card
currency. Must match — mismatches return an error with the correct required currency.