#femina.agravat-checkout
1 messages · Page 1 of 1 (latest)
@pliant crater do you have a link to the actual Checkout page itself? You can just grab the URL from the browser and paste it here.
works for me
so it's just that you don't have Google Pay set up in your browser, so there's no problem
if you want to see it you need to add a card to your Google account(https://pay.google.com/payments/u/0/home), make sure you're logged into Chrome with that Google account, etc
Can you check Apple Pay button is visible or not ?
Ok
how to set up google pay in browser ?
how to set up apple pay in browser ?
Are you there ?
How can i set Google Pay in my desktop chrome browser for testing ?
I answered that above
you add a real card to your Google Pay account(if you're not sure how, you should consult Google's documentation(https://support.google.com/pay/answer/7625139?hl=en&co=GENIE.Platform%3DDesktop&oco=0#zippy=%2Cadd-a-debit-or-credit-card), this is not really related to Stripe).
Apple Pay, same thing — you use a Mac or an iPhone and add a card to your Apple Pay wallet.
Now i have payment method showing in my browser
same account which i am using with google pay in my phone
Still Google pay button is not visible on browser
it's bank account
ok so i need to add card in my google pay account
Should it be credit or debit card ?
either one
ok
One more question.
On stripe checkout payment, User is purchasing Main membership plus add ons.
Say for example user is paying $499 for main membership and $100 for add on
So I want subscription for $499 not $100.
Can we do that at a same time rather than paying two different transaction ?
yep, you can. You can pass multiple Prices to the line_items of the CheckoutSession.
so one Price for $100, and one for $499, it absolutely works and the Session will charge for both of them
Yes i have passed multiple price
but i want $499 as subscription mode and $100 for payment mode
you'd use mode:subscription and pass the two Prices(one that is recurring and one that is not)
it will do what you want
So will it create subscription of $100 also ?
No, while in subscription mode the one-time prices will only be applied to the first invoice as explained here:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I need to step away so I’m going to archive this thread. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Ok I got it.
But for this i need to manually create a price in stripe dashboard then only i can add that price id in Sesssion API call under line items
What should I do if I want dynamic (specific) price per user. Different price for different user dynamically from my website
Hey there
taking over for toby here
give me a moment to catch up
Ok no problem