cURL
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 }
Checks if Stripe onramp and Stripe Web2 are supported based on IP address location and optional transaction amount
Optional USD amount for transaction limit checks
Stripe support status retrieved successfully
The response is of type object.
object