#Asad

1 messages · Page 1 of 1 (latest)

languid archBOT
#

Hello Asad, 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.
Asad, 7 days ago, 20 messages

ashen swift
#

Could you elaborate? which domain and payment methods?

left herald
#

i want to enable ALI PAY/APPLE PAY to the payment checkout page, in stripe they prompt me to setup domain

#

Here is the reference

ashen swift
#

Which integration do you use? Checkout or PaymentElement?

left herald
#

checkout

ashen swift
#

Then you don't need to register ApplePay domain

left herald
ashen swift
#

That's Chrome

#

If you open in Safari with a logged in Apple Account, you will see the button

left herald
#

same on safari

left herald
#

Also i want to enable Klanra payment method, why it's not showring up?

ashen swift
#

Can you share the Checkout URL here?

ashen swift
#

Here you are

#

That's the device issue

#

Your Checkout looks good with ApplePay

left herald
#

awesine

#

can you please guide me for klanra?

civic shuttle
#

Hi

ashen swift
civic shuttle
#

Please ho can I add an input to the form to collect user email.

ashen swift
#

When you created this Checkout Session, you only specified card

  payment_method_types: {
    0: "card",
  },
#

You would want to include klarna

left herald
#

the code you're refering is recieved after payment, i want to show payment method kalrna on checkout page

ashen swift
#

No it's before Payment, to POST /v1/checkout/sessions

left herald
#

now i've updated that

#

can you please see?

ashen swift
#

Can you provide a newer Checkout Session URL?

ashen swift
#

I still only see card here

#

You need something like this

    payment_method_types: ['card', 'klarna'],
left herald
#

i've added this to the code

#

please see here

ashen swift
left herald
#

altight

#

what's after that?

ashen swift
#

Yeah, what do you see the payment_method_types there?

left herald
#

the one you mentioned

ashen swift
#

Yeah so you only see payment_method_types : ["card"] that you sent, correct?

#

That means probably your code sending it wasn't updated, or you were running a different code

languid archBOT