#devsmith
1 messages · Page 1 of 1 (latest)
let me share error which i gets on stripe dashboard
invalid_request_error
You cannot accept payments using this API as it is no longer supported in India. Please refer to https://stripe.com/docs/payments for accepting payments.
and i have share above already which api script im using it
Can you share the request ID (req_xxx) of the error you faced? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
I see! Tokens and Charges API are legacy integration and don't support in India. To accept payment in India, Payment Intent integration should be used: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
Tokens and Charges API are legacy as mentioned earlier. They are no longer recommended even if they are supported in other countries as no new feature will be added to legacy API
do you documentation how i can integrate it in my laravel project ?