#AlienSoft

1 messages · Page 1 of 1 (latest)

quick marshBOT
ancient wraith
pliant musk
#

ok thanks

#

also, we have test cards for testing card payments etc... but
how do i test iDeal for eg.

#

i couldn't find anything on the docs

#

how to test aliPay, weChat etc..

ancient wraith
#

If you select iDeal from a Payment Element in test mode, doesn't it just redirect you to a fake playground site to complete the payment flow?

pliant musk
#

strange. wasn't working yesterday. but works now all of a sudden 🙂

#

here's another question.
Assuming we have a paymenIntent that's in GBP.
Now I also want this to be available in Europe for iDeal for example.

Can we have 2 payment intents or Do i need to determine if the user selects iDeal then UPDATE the intent to EUR from GBP ?

ancient wraith
#

You decide the currency you want to present before the Payment Intent is created, when you use the deferred intents workflow

pliant musk
#

well here's the logic. If i'm selling WORLDWIDE, but I'm in the UK. so we charge GBP.
If i use GBP as the payment method, the forms do not display iDeal etc... as a payment option.

#

i was assuming i can allow/show ALL payment options to be visible, i/e cards / iDeal / AliPay etc..

ancient wraith
#

If you're using automatic_payment_methods then iDeal will automatically show up I believe, right? Regardless of the currency?

pliant musk
#

i'm specifying
'currency' => 'gbp',

#

let's see if i remove it what happens

#

nope.. a currency still needs to be specified otherwise creates errors

ancient wraith
#

Hmmm, I guess you would need to know where the Customer is located ahead of time then, so you can choose whether or not to show EUR or GBP