#khushal1vekariya
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.
- khushal1vekariya, 1 day ago, 17 messages
- khushal1vekariya, 2 days ago, 20 messages
hi! can you elaborate on what exactly you'd like to do?
firstly i need to check that is apple pay option is showing on payment element or not. if apple pay option is showing then i need to set default set as apple pay
you can pass https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-paymentMethodOrder paymentMethodOrder:["apple_pay"] to have it be first
if i pass apple pay on method order and if we don't have apple pay at that time then what we need to do at that time ?
nothing, it just works(it ignores the parameter if Apple Pay is not available)
okay got it