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.
Why check first?
Laso Finance prepaid cards work at most merchants, but not all. Before your agent orders a card and attempts a purchase, it can query Laso’s merchant database to see if the card is known to work at a given merchant for the selected card type. This is free and only requires a Bearer token from/auth or /get-card.
How it works
CallGET /search-merchants?q=MERCHANT_NAME with your Bearer token. By default this searches the USA prepaid card (/get-card) acceptance database. Pass card_type=Non-Reloadable International to search for the international prepaid card (/order-intl-card) instead:
status field:
| Status | Meaning |
|---|---|
accepted | The card has been successfully used at this merchant. Safe to proceed. |
not_accepted | The card was declined at this merchant. Do not order a card for this merchant. |
unknown | A transaction was attempted but the outcome is unclear. The card likely will still work. |
Example response
When to use this
- Before ordering a card — Check the merchant first to avoid wasting funds on a card that will be declined.
- When a purchase fails — Search for the merchant to see if it’s known to be
not_accepted. - To build confidence — If the merchant is listed as
accepted, your agent can proceed without hesitation.