Skip to main content
GET
/
get-push-to-card
Send money to a debit card (USD, EUR, GBP)
curl --request GET \
  --url https://laso.finance/get-push-to-card
{
  "auth": {
    "id_token": "<string>",
    "refresh_token": "<string>",
    "expires_in": "<string>"
  },
  "callable_base_url": "https://us-central1-kyc-ts.cloudfunctions.net",
  "user_id": "<string>",
  "success": true,
  "message": "Push-to-card transfer initiated. Open the redemption_url to enter your debit card details and complete the transfer.",
  "amount": 123,
  "currency": "USD",
  "redemption_url": "<string>",
  "note": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://agents.laso.finance/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

amount
number
required

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.

Required range: 10 <= x <= 9541.98
currency
enum<string>
default:USD

Target currency for the debit card transfer. Defaults to USD.

Available options:
USD,
EUR,
GBP

Response

Push-to-card transfer initiated. Open the redemption_url to enter debit card details.

auth
object
callable_base_url
string
Example:

"https://us-central1-kyc-ts.cloudfunctions.net"

user_id
string

The user's ID (lowercase wallet address)

success
boolean
message
string
Example:

"Push-to-card transfer initiated. Open the redemption_url to enter your debit card details and complete the transfer."

amount
number

The face value sent to the debit card, in the requested currency

currency
enum<string>

The target currency of the debit card transfer

Available options:
USD,
EUR,
GBP
redemption_url
string

URL to open and complete the push-to-card transfer. The form requires: sender name, debit card number, and cardholder name.

note
string

Important information about the currency's regional restriction and required form fields