rate is the amount of credits you'll get per dollar within that limit.lower_limit and upper_limit. Any amount outside of the limit will not be credited. For bigger purchases please reach out to us at hello@crazi.co.curl --location --request GET 'https://backend.clara.crazi.co/api/v1/stripe/rate' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"lower_limit": 5,
"rate": 100,
"stripe_price_id": "price_1SXmWHKwYn5rJp9NRR1k1rD4",
"upper_limit": 10000
}
],
"message": "Credits rate fetched successfully. Upper limit and lower limit are in fiat. Rate is in credits per dollar. Any amount beyond the limits will not be credited.",
"status": "success"
}