#daniyal_11692
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.
- daniyal_11692, 3 days ago, 14 messages
- daniyal_11692, 3 days ago, 6 messages
- daniyal-apple-pay-connect, 3 days ago, 17 messages
Hello
Are you using the deferred-intent flow here?
Basically how are you rendering Payment Element?
paymentElement.mount('#payment-element');
yes. const elements = stripe.elements({ clientSecret, stripeElementOptions });
Does that clientSecret come from a SetupIntent?
I assume yes
As that would be the only way this would show $0
yes
Gotcha then yeah there isn't a way to change that from showing $0 in this flow.
Since you aren't actually charging at that point -- you are just collecting the PaymentMethod.
Are you charging the customer immediately? If so, you may want to consider adjusting your flow and not using a SetupIntent.
As it is really only designed for setting up a PaymentMethod for future use.
No, unfortunately we have extremely limited control of what shows in the Google Pay payment modal.