#ManishDJTech-checkout
1 messages · Page 1 of 1 (latest)
Hi!
how to prefill customer card details at chekout session
You need to pass acustomerwhen creating the Checkout Session. The documentation states:
In payment mode, the customer’s most recent card payment method will be used to prefill the email, name, card details, and billing address on the Checkout page.
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer
how to pass image to checkout session
You mean how to display an image on the Checkout page? If you are passing a price ID to the Checkout Session, just make sure the corresponding product has an image set.