#Yajas
1 messages · Page 1 of 1 (latest)
Tried both @agile trout , does not work
As per stripe docs, adding ‘:’ is required to prevent being asked for password
Yes, but not with the -H header:
curl https://api.stripe.com/v1/charges \
-u sk_test_4eC39HqLyjWDarjtT:
Removed it with the H header, still not working
Trying this now
This is not working either
I'm not sure then. I guess it's some kind of curl formatting issue on your end
Either that or you're using the wrong API key (bad copy/paste)
Made this request with my api key, it’s working
However, the endpoint I wish to access is:
curl -X POST https://api.stripe.com/v1/crypto/onramp_sessions
-u sk_test_4eC39HqLyjWDarjtT1zdp7dc:
And for this endpoint, the issue is persisting
According to the docs (https://stripe.com/docs/crypto/using-the-api) that should work
What's the actual error you see? Because I get:
{
"error": {
"message": "Unrecognized request URL (POST: /v1/crypto/onramp_sessions). Please see https://stripe.com/docs or we can help at https://support.stripe.com/.",
"type": "invalid_request_error"
}
}```
Which is related to that this is a gated/beta feature
I was getting this error previously: : {
"error": {
"message": "Invalid API Key provided: sktest**0qw:",
"type": "invalid_request_error"
}
}
And now I'm getting this same error which you've sent
I see, read so in the docs as well. Is there a way to access the crypto onramp and integrate it into my app then? Because I'm doing this for the "AA" hackathon, where Stripe's onramp is a sponsor track
Then you need to speak to support. Your account doesn't have access: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.