#voraciocommerce_78703
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- voraciocommerce_78703, 18 hours ago, 5 messages
- voraciocommerce_78703, 1 day ago, 10 messages
- voraciocommerce_78703, 6 days ago, 26 messages
- voraciocommerce_78703, 6 days ago, 5 messages
hi! how can I help?
HI
We have an unresolved issue from a thread yesterday, can the original thread be re-opened please?
not really!
Oh right, assumed admins/mods could re-open
I mean I can but it's not feasible to have a long running conversation over days, it's a chat not a support ticket
anyway for your issue have you looked at https://stripe.com/docs/js/appendix/payment_item_object#payment_item_object-pending ?
if you use PRB, you can set that to make the total appear as pending, and then when you updated the amounts later in e.g. https://stripe.com/docs/js/payment_request/events/on_shipping_address_change#payment_request_on_shipping_address_change-handler you can change the total to not be pending
Thanks we'll take a look
Hi, we currently use Express Checkout Element along with PaymentIntent object, could you advise us, what we need to do to use mode='setup' initially so that it shows "Amount pending" before we get customer shipping address and then somehow switch to mode='payment' to show shipping rates and amount for customer?
that doesn't make sense to me, I don't think that's how it should be done
seems to me what you want is to have pending line items(and then update them to not be pending after getting the shipping information). That's possible in PaymentRequestButton(I've done it myself, see https://jsfiddle.net/h0x1m4cf/1/ for instance) but seems like we don't support this in ExpressCheckoutElement today, and pending items are specifically tied to using mode:setup
so, not sure. If this is hard requirement I'd probably recommend using the old PaymentRequestButton for now, and raising feedback with Stripe that we should support your use case better
ok, taking a look
we would need to test ApplePay, but even though I changed to our Public key, we can't see it, is there any way please?
it shows Link payment method only
where are you testing it?
are you using safari? do you have a saved card on your Apple Pay wallet?
on iPhone with card saved in Apple Pay wallet 😉
we've already got our account configured to use ApplePay
if you're talking about my JSFiddle specifically rather than a site you're testing directly, that will not show Apple Pay since the domain has to be registered; and it's an iframe. It's more just to show the code(how I set total and then change it in the shippingaddresschange handler)
ah yeh, I didn't realize domain needs to be allowed