#akshaynjarangal_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1283734871902261299
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- akshaynjarangal_api, 2 hours ago, 19 messages
Could you please share the PaymentIntent ID pi_xxx?
pi_3Py9grSCva7smyiv14T6Hbqd
Here's the error:
As per Indian regulations, export transactions require a description. More info here: https://stripe.com/docs/india-exports
but we don't sell physical goods , we sell digital goods
I don't know how this works legally, but this doc must have all the necessary information. You might need to change your business type. If the doc is unclear, it's best to reach out to Stripe Support https://support.stripe.com/?contact=true
You're not setting a description when you create the intent. It's required: https://docs.stripe.com/india-accept-international-payments#international-payments-for-services
no changes after added description for intent create in backend api
for the check
here is the PaymentIntent ID pi_3PyAvASCva7smyiv0r3voFeD
The customer you're using (cus_QpqcvjzBwjQLhh) doesn't have the necessary fields. Please follow the docs: https://docs.stripe.com/india-accept-international-payments#international-payments-for-services
name, address need to be set
ok , ready , how we get the transaction details from sucess state like transaction id , payment type , etc
You'd use a webhook: https://docs.stripe.com/payments/handling-payment-events
so handle from backend right?
Yep generally, as retrieving objects requires your secret key
is it possible to retrieve from client side
Limited information yes: https://docs.stripe.com/js/payment_intents/retrieve_payment_intent
You'll only get the fields here that are flagged 'retrievable with publishable key'
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.