#0Bietnua-SDK
1 messages · Page 1 of 1 (latest)
Hello! Stepping in since @umbral jacinth is offline. Which SDK are you referring to?
Which integration path are you using? PaymentSheet?
I am using swift sdk
We have one problem
Example our user’s subscription link with expired card
Now we want our user add new card and for next charge, current subscription will pay with new card instead of old card
Not sure can we set default payment method from app, I mean from sdk?
I believe you would need to set default payment method server-side. Listen to webhook event and set it there. It's a typical workflow
So we don’t have anyway do it without calling API from server right?
Can you send me the link of that API so I can talk with our backend guyy
Yes sure, 1 min
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#default-payment-method
Create and manage subscriptions to accept recurring payments.
Thanks @leaden plaza