https://laso.finance/send-bank-payment
Send dollars to a bank account by ACH. Requires a bank destination registered beforehand with addBankingDestination (list them at GET /bank-recipients), which in turn requires an approved banking profile. The on-chain x402 payment credits the user's account balance via the standard deposit webhook, so a payout that cannot be fulfilled leaves nothing stranded — retry, or recover the funds with POST /withdraw.
What this profile is sourced from
Things to know before drawing strong conclusions
accepts[] entry is used.Raw HTTP — what an agent observes
GET https://laso.finance/send-bank-payment → HTTP/1.1 402 Payment Required X-Payment-Required: $11.5000 X-Payment-Currency: USDC X-Payment-Chain: base GET https://laso.finance/send-bank-payment X-Payment: <signed-receipt> → HTTP/1.1 200 OK Content-Type: application/json …response body…