#Rahul Maru
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- Rahul Maru, 6 days ago, 72 messages
Can you share the request ID where you're creating the PaymentIntent?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
sharing
"id": "pi_3Oc55VHUrndEUSYd0L2PMPeq",
@quartz shuttle
are you there @quartz shuttle
yes, give me a moment
In your iOS code, you seem to be setting
card: {
setup_future_usage: "",
},
},```
You can look at the request body here
https://dashboard.stripe.com/test/logs/req_W6aELsls49fpsF
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
on node js i have passed that then the data i have recieved from stripe i have sent it to the ios so is this from node side fix or need to fix it on IOS
response = {
clientSecret: createIntent.client_secret,
ephemeralKey: ephemeralKey,
ephemeralSecret: ephemeralSecret,
customer: customerData.customerId,
publicKey: publicKey || ''
}
response i am sending it to ios
@quartz shuttle