You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using PlatformPayButton for apple pay for charging recurring payments (monthly). I have added address as compulsory field as I have automatic tax collection enabled. Now even though I have entered all the address details but the address is not saved in user's details on stripe.
Steps to reproduce the behavior:
Create paymentIntent on server-side to get client secret using paymentIntents
I am using PlatformPayButton for apple pay for charging recurring payments (monthly). I have added address as compulsory field as I have automatic tax collection enabled. Now even though I have entered all the address details but the address is not saved in user's details on stripe.
Steps to reproduce the behavior:
Expected behavior
User's address from ApplePay payment sheet should be saved in customer's billing details on stripe.
Desktop:
Smartphone:
Additional context
It works fine for credit card added using CardField and created using createPaymentMethod.
The text was updated successfully, but these errors were encountered: