#Radhika
1 messages · Page 1 of 1 (latest)
Hello 👋
Do you happen to have a trial period for the subscription?
no
how exactly are you creating the subscription on your server-side?
Can you share an example request ID?
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_sL3nTwGZy5lJsQ
generally, i want credit_card details in encyted way
for IOS/Android using hosted stripe UI
so,..i can create subscription and charge customer from server side
I think this specific customer had some customer balance that was applied to the subscription invoice,
https://dashboard.stripe.com/test/invoices/in_1M55UtFk2q6OMRMHL31xBwSC
So the subscription moved to active status already
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
but i still not understand this statement
The reason your subscription had a SetupIntent property instead of a PaymentIntent is because the first invoice of the subscription didn't require a Payment (since customer had prior balance), Since the first invoice was paid already you can't use its PaymentIntent's clientSecret to render elements..
SetupIntent property allows you to store the PaymentMethod when the subscription's first invoice doesn't require any payments.
so,..what should i have to do to apply this same flow in prescriptive of subscription
https://stripe.com/docs/payments/accept-a-payment?platform=ios
Hello
Hello, sorry for the delay hanzo had to step out suddenly. I am catching up on this thread and will get back to you in a minute
Np, Thanks
For iOS, this is the equivalent doc for SetupIntents https://stripe.com/docs/payments/save-and-reuse?platform=ios&ui=payment-sheet
Thank u
i will check and get back to you later
if i have any question