#createcarlos-prebuilt-checkout
1 messages · Page 1 of 1 (latest)
hello, when you say "prebuilt checkout" , is that client-only Checkout? Or PaymentLinks?
It would be "Checkout". We are using .Net so we know the server side, so we see the object and it is a list of items that map to "Price" = IdOfProduct,
https://stripe.com/docs/checkout/integration-builder
oh you already are using server-side Checkout, ok good
No
We are looking at the generic one button checkout, but some of the server side code runs with the Checkout. But from what I see, you can't just pass a full cart total. You have to pass in products, which we don't need to use Stripe products, we mainly just need to use it to charge the card.
But we want to just use it to charge cards without us needing to host a form on our website