#peter.chai
1 messages · Page 1 of 1 (latest)
👋 happy to help
there isn't really a straight forward solution for it
but we have a couple of workarounds that we can suggest, depending on your use-case
current, we have service to sign up online and used the checkout session to payment.
We would like to have add an additional payment method to our system on the check out page which is the in-person terminal.
Customer would able to come to a physical store to join our subscription and make the payment through a terminal physically.
for more information.
customer will still need to insert information such as name, email etc on the webpage and have a option to make payment in a physical terminal. while the payment is taken, the card information will need to stored in Stripe for future payment of the subscription
ok
there is no direct integration with Stripe Checkout Sessions
you'd have to build this yourself
the easiest way is to save the card without payment https://stripe.com/docs/terminal/features/saving-cards/save-cards-directly and then create the subscription
but this won't show the amount the customer needs to pay for their first invoice
We have builded the checkout session.
the first payment of the subcription will be taken in the in-person terminal.
then what you need to do is to create a payment with the first invoice's amount https://stripe.com/docs/terminal/features/saving-cards/save-after-payment
and save the PM
then you need to create a Customer Credit Balance
with that same amount
create the Subscription