#tymm

1 messages · Page 1 of 1 (latest)

undone forgeBOT
mild solstice
#

Hi there, what kind of page are you looking for?

honest shard
#

i just wanna quick look at the page and how u show the "powered by stripe" thingy

#

im actually trying to make a custom payment page because the hosted session and invoice url cannot satisfy my needs

mild solstice
#

So you want view a sample Checkout page?

honest shard
#

i wanted to have backdating and billing cycle anchor for my subscriptions and iirc session doesnt support this?

mild solstice
#

You are going too fast, let me answer your questions one by one

#

i just wanna quick look at the page and how u show the "powered by stripe" thingy -> https://checkout.stripe.dev/ you can view an example here

honest shard
mild solstice
#

Sure, take a look at the checkout example that I shared earlier and let me know if you have any questions

honest shard
#

so in order to have this page, i have to make a session right?

mild solstice
honest shard
mild solstice
honest shard
honest shard
#

sub_1LkgnSLK0bfo5HSbl3LN4tTN

mild solstice
#

Another flow that I'd recommend is to use setup mode Checkout session to collect a payment method first, so that you attach the collected payment method when creating a subscription. In this way you don't need to build you own custom payment page.

honest shard
mild solstice
#

Checkout supports this out of the box if you've enabled Link

#

Please note that the Checkout page will display the cards that the customer has saved with Link, it may be different from the existing card payment_methods are attached to the customer.

honest shard
#

but this requires customer to signup an account on link?

mild solstice
#

The registration is frictionless, basically the customer just need to enter a phone number for OTP verification.

honest shard
#

oh well. i think the best solution for my use case is to just create a page for customers to choose their saved card and then make the payment in the backend through paymentintent attaching their selected paymentmethod...

mild solstice
#

I'd suggest you to try out Link with Checkout and see if it works for you before spending time to work on your won payment page.

honest shard
#

but with checkout session i cannot make a subscription that has backdate and billing cycle anchor...

mild solstice
#

Maybe you missed this message
👉 Another flow that I'd recommend is to use setup mode Checkout session to collect a payment method first, so that you attach the collected payment method when creating a subscription. In this way you don't need to build you own custom payment page.

mild solstice
#

Yes, this is a setup mode checkout page.