Shipping address with .paymentRequestWithCardForm()
See original GitHub issueI noticed there is an optional field: shipping_address_required
for .paymentRequestWithApplePay()
and .paymentRequestWithAndroidPay()
.
Is it possible to also have a shipping address with .paymentRequestWithCardForm()
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
.paymentRequestWithCardForm(options) -> Promise · tipsi-stripe
Opens the Add Card view to to accept a payment. On success the returned object is a PaymentMethod.
Read more >Payment Request Button | Stripe Documentation
Collect payment and address information from customers who use Apple Pay, Google Pay, or Link.
Read more >Flutter Stripe how to set user's billing address and submit it ...
I am having some trouble setting and submitting to the Stripe server my app's customer's billing address for the Card they chose ...
Read more >tipsi-stripe - npm
<ReactPackage>asList( - new MainReactPackage() + new MainReactPackage(), ... postalCode String - The postal code in a postal address.
Read more >Accepting payments in React Native - Pusher
This means you don't actually need to submit things like the shipping address or the customer's name in your request.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Or access to this view controller would also work: https://stripe.com/docs/mobile/ios/custom#stpshippingaddressviewcontroller
Hi @eliasturbay , I have started working on this and have a WIP version on iOS that exposes STPShippingAddressViewController. There is however an issue with the E2E tests on CI, if you have experience with Appium/Webdriveragent we can have a look at it cc @cybergrind