#robin_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/1232557497928126575
đ 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.
- robin_best-practices, 16 hours ago, 56 messages
- robin_code, 1 day ago, 12 messages
- robin_code, 1 day ago, 19 messages
- robin_best-practices, 4 days ago, 20 messages
- robin_best-practices, 4 days ago, 7 messages
Yesterday, I received information from the developers, and they told me this.
So, could you clarify how I can retrieve the PaymentIntent from the subscription?
Ah okay. It's the latest_invoice.payment_intent that you expand when create a Subscription. See this Doc https://docs.stripe.com/billing/subscriptions/build-subscriptions?platform=ios&lang=ruby#create-subscription
could you please check this is the subcription id sub_1P8xwoCZbjbFHF59GTsxoufs
It depends on the request you created it
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You seem haven't expanded the latest_invoice.payment_intent as the Doc states
okay looking into it
What is the dummy response after updating the payment sheet? Could you please share if there's any?
what do you mean by dummy response?
It's the same client secret that you will feed into PaymentSheet
What response is coming from it? I need to see it. Right now, my Mac crashed, so I want to go through it and continue my development.
Please try it in test mode and see the value yourself
for backend ?
Yes
I need it for iOS; I've done it on the backend.
What do you mean? You need to expand the Subscription in the Create Subscription API, which is called on your backend
after completet the payment from the ios i need that
Sorry you would need to add a lot more clarity and context so we can help. What is "that" specifically? What response you refer to?
suppose i have created the paymentintent on backend send the intent secret in the response to the ios
then use thath intent secret to confirm the payment
through the paymentsheet
Yes
i need the confirmation response from the ios after the successful payment to the backend
need the response
What information you need, specifically? The amount, the currency? or the id? What do you do next? (displaying to your customer?)
You can always send request to your backend for those information, and get it back in frontend
yes for the customer
to display it
Sure, you can try the retrievePaymentIntent method from the SDK https://github.com/stripe/stripe-ios/blob/master/StripePayments/StripePayments/Source/API Bindings/STPAPIClient%2BPayments.swift#L392-L395
okay thanks
Also, could you please confirm if the PayPal payment method is operational in live mode for US accounts? The documentation states that it's supported only in the UK and European Economic Area.
No, it's only for EU accounts
Well there could be many more payment methods, such as ACH ..., but yes credit/debit and wallet are some basic payment methods