#cat.noir

1 messages · Page 1 of 1 (latest)

queen siloBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

storm cloud
dusky cloud
#
  const customer = await stripe.customers.create({
    email
  });
#

i currently do this in nodejs

#

do i create a customer without any email field?

storm cloud
#

you could if you wish yes.

dusky cloud
#

I see thanks. Also another problem i noticed that in the dashboard, i get options for paypal, klarna, card. but on the actual website, it doesnt show these options. I live in the UK btw

storm cloud
#

payment methods are often restricted by currency and you're using USD which rules out must European payment methods

dusky cloud
#

but what about paypal

storm cloud
#

maybe it's incompatible with some option you're using on the CheckoutSession.

What is the ID cs_test_xxx of a session you're testing with?

dusky cloud
#

cs_test_a1il9tvsEr73HVlZWxYEMs9pTJfxl0E7RXTQae2ZkbHOwSdyMCLFlMvcYO

storm cloud
dusky cloud
#

theres so many options, how can i just allow uh all i guess

storm cloud
#

you remove it

dusky cloud
#

ohh

#

i see, thanks ❤️

storm cloud
dusky cloud
#

got it 👍