#parekharpan-subscription
1 messages · Page 1 of 1 (latest)
where would i find this request id
Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
req_GkYkrQYdKSAMyB
Thanks. But I don't see any errors in this request.
it is incomplete and it shows invalide payement method exception
Did this error show in another request?
I see, the error is with the payment intent object
In addition to card you are also using au_becs_debit as payment method type, and that's why this error.
If you are certain that au_becs_debit is the payment method type that you want to use, Please refer to this doc for more details https://stripe.com/docs/india-accept-international-payments
i am not giving this parameter as i want to use only card with visa and master card
i have parameter 'payment_method_types' => ['card'],
hello
I am checking the logs, please give me a sec, thanks
Hi @pure lotus thanks for the waiting. I'm still working on it and will update you as soon as I can,
ok
BTW, Can you quickly search your code with keyword au_becs_debit and see if turns anything?
i search this in my code right
another thing i want to ask is that set up intent which is used to get client secret but in my web there is user will created at the time of payment details added how should i work without client sercet
Sorry I'm not sure if I'm following the latest question
in my code there in not there au_becs_debit
Thanks for the checking. Do you have this problem if your subscription item contains prices in INR instead of AUD?
Can I clarify, are you registered as a company, llc, or sole proprietorship in India? For context, you can only accept international payments if you're registered as one of those.
https://support.stripe.com/questions/accepting-international-payments-from-stripe-accounts-in-india
i have testing account for peronally created
alright, so the fact that the invoice is showing AU Becs Debit as a payment method option is pretty unexpected and we're going to need some time to look further into that
if you explicitly pass in card into https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_settings-payment_method_types when creating a subscription, can you see if that works for you?
i am already passing 'payment_method_types' => ['card'],
ah okay, can you write in to Stripe support (https://support.stripe.com/contact) regarding AU Becs Debit showing up as option in the invoice despite your Stripe account being based in India - once this is done, let us know here
okay! I see the ticket, you can let support know that you've spoken to us on Discord too. We'll get back to you as soon as we have an update.