push_to_card
Send money to a debit card (USD, EUR, GBP)
Pay USDC to initiate a push-to-card transfer. Specify the face value in the target currency (USD, EUR, or GBP); Laso computes the USDC cost using the current exchange rate plus a 4.8% fee (minimum fee of $1.50/€1.50/£1.50 in the transfer currency), and that becomes the x402 price. Returns a redemption_url that must be opened to complete the transfer. The form requires sender name, debit card number, and cardholder name.
Supported currencies:
USD— U.S. debit cards (U.S. bank accounts only)EUR— Eurozone debit cardsGBP— U.K. debit cards
Laso cannot perform the transfer directly — the redemption URL must be visited and the debit card details entered manually (by the agent or a human).
Fee: 4.8%, with a minimum of 1.50 in the transfer currency (included in the USDC price, computed from the requested face value).
PAID ROUTE (11.50-10000 USD): the x402 USDC price is paid automatically from your managed agent wallet. Make sure the wallet exists and is funded first (get_agent_wallet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Face value to send to the debit card, denominated in the chosen `currency` (min 10, max 9,541.98). The x402 payment price is this face value converted to USD plus a 4.8% fee (minimum fee of 1.50 in the chosen currency). | |
| currency | No | Target currency for the debit card transfer. Defaults to `USD`. | USD |
| auth_token | No | Laso credential. Only if the MCP connection has no Authorization header. |