#himanshu_87167
1 messages · Page 1 of 1 (latest)
Hi let's chat in this thread
how are you
I'm well. How can we help?
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.
i am getting this error
Can you share a request id? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site 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.
i can send you code
No the request id is what i need to see
But you can send code too if you like
Just need that
i am working on ecommervce project
ecommerce project and iam using stripe developer
Route::get('/stripe/{totalprice}',[HomeController::class, 'stripe']);
Route::post('/stripe/{totalprice}',[HomeController::class, 'stripePost'])->name('stripe.post');
this is my controller
Please send request id
You also exposed your api secret key so I deleted the message
This code is in Laravel
ok wait
req_q5rj9cZJHTNVHd
please check
POST /v1/charges
Status
400 ERR
ID
req_q5rj9cZJHTNVHd
Time
31/08/23, 7:20:01 pm
IP address
139.167.236.168
API Version
2023-08-16
Source
Stripe/v1 PhpBindings/12.0.0
Idempotency
Key – e0a83c76-2472-4e16-80a9-2816c218370e
are you here
yes
But the issue is you can't use the /charges api in India anymore
You need to use payment intents
ok but iam using only developer stripe for testing
ok