#alexander_farkas
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.
- alexander_farkas, 22 hours ago, 6 messages
- alexander_farkas, 1 day ago, 37 messages
- alexander_farkas, 1 day ago, 11 messages
- alexander-applepay-domain, 1 day ago, 16 messages
- alexander_farkas, 1 day ago, 29 messages
Hi, let me help you with this.
Yes, both options are possible. Are you running into any issues?
Not sure how to create paymentRequest in that case
in TypeScript it's required to provide total when calling stripe.paymentRequest in Stripe JS Client sdk
I assume you're using the Payment Request Button?
No, I'm not
total.pending: true is what you're looking for: https://stripe.com/docs/js/appendix/payment_item_object#payment_item_object-pending
I'm using a custom one.
Now I see, thank you very much.
So I should just provide approximate (or expected) amount, and set pending to true
Documentation implies that I should change the amount later. Is that OK to not modify it? Because I only need it for future payment (which might not even happen or could happen with a different price - depending on customer's service balance)
Yes.
You too. Happy to help.