#kevh-payment-request

1 messages · Page 1 of 1 (latest)

lean furnace
#

What do you mean exactly? Wha are you trying to do?

odd vector
#

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

olive knot
#

@odd vector you cannot pass a custom error message on to the Apple Pay payment sheet, no

odd vector
#

what about shipping type, for store pick scenarios. Also supported by ApplePay but not stripe it seems?

olive knot
#

what do you mean by "shipping type" ?

odd vector
#

to display options for a click n collect service for example

olive knot