Skip to main content
POST
/
cancel-intl-order
Cancel a queued international card order
curl --request POST \
  --url https://laso.finance/cancel-intl-order \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "card_id": "<string>"
}
'
{
  "card_id": "<string>",
  "message": "<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.

Authorizations

Authorization
string
header
required

ID token from /auth or /get-card

Body

application/json
card_id
string
required

The card ID of the queued order to cancel (returned from /order-intl-card)

Response

Order cancelled and charged amount refunded to account balance

card_id
string
message
string