Skip to main content

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. The examples write it as $LASO_ID_TOKEN, exported from your saved credentials.

How it works

Call GET /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:
The response includes a list of matching merchants with a status field: If a merchant isn’t listed at all, it means no one has tried it yet — the card likely will still work there.

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.
This endpoint is free. There’s no reason not to check before every purchase.