#kevh-payment-request
1 messages · Page 1 of 1 (latest)
if on a shippingaddress change I need to reject it the only option I can see from the documentation is to return 'invalid_shipping_address'
which has the note: "Equivalent to fail, except we show a more specific error message. Can only be used in a shippingaddresschange handler."
could I set that error message?
ApplePay seems to support custom error messages being provided but looks like the Stripe lib is providing a generic message for me
@odd vector you cannot pass a custom error message on to the Apple Pay payment sheet, no
what about shipping type, for store pick scenarios. Also supported by ApplePay but not stripe it seems?
what do you mean by "shipping type" ?
ah I see, yeah that isn't supported
only what is on the ShippingOption object: https://stripe.com/docs/js/appendix/shipping_option
Complete reference documentation for the Stripe JavaScript SDK.