GET
/
onramp
/
stripe
/
supported
Check Stripe support
curl --request GET \
  --url https://mainnet.anyspend.com/onramp/stripe/supported
{
  "success": true,
  "message": "Stripe support status retrieved successfully",
  "data": {
    "stripeOnramp": true,
    "stripeWeb2": {
      "isSupport": false
    }
  },
  "statusCode": 200
}

Query Parameters

usdAmount
string

Optional USD amount for transaction limit checks

Response

200
application/json

Stripe support status retrieved successfully

The response is of type object.