#lolo75-amex-card

1 messages · Page 1 of 1 (latest)

left torrent
runic merlin
#

And how to remove the AMEX logo ?

left torrent
#

There isn't a way to do that unfortunately

#

I believe you can disable showing the brand logo completely if you want though

runic merlin
#

About 1. I can directly write a radar rule in the radar_options section of the payment intent ?

left torrent
runic merlin
#

I don't want this rule applied to all of my payments

left torrent
#

I do want to give a heads up that Radar is a paid offering

runic merlin
#

I already have Radar

#

so I create a metadata rule

#

then I set a metadata in the payment intent to activate it

#

that is true ?

left torrent
#

yes, that's the general idea

runic merlin
#

So I can add this rule: Block if ::Block Amex: = ‘True’ and :card_brand: = 'amex'

#

And I add this metadata in the payment intent : Block Amex='True'

left torrent
#

Yup! That looks right to me

runic merlin
#

Perfect

#

Can I retreive the payment method id from the elements before confirm the paiement ?

left torrent
#

No, if you wanted to do that you'd have to create the Payment Method separately

runic merlin
#

So it's not possible to have the payment method from the elements ?

left torrent
#

When you confirm a Payment Intent w/ elements, the Payment Method is created as part of the confirmation process but you can't separate it out and grab it before the confirmation takes place unless you change your code to first create the Payment Method and then confirm in a separate call

runic merlin
#

before with the card elements, you can call createPaymentMethod then confirmCardPayment.

#

with elements it's not possible to split the call

#

that is true ?

left torrent
#

You mean with the Payment Element right?

runic merlin
#

yep

left torrent
#

Yeah, that's correct - with the Payment Element you can't create a Payment Method

runic merlin
#

There is a listener when you clock on bancontact/card/ideal...

#

?

left torrent
#

Can you clarify what you mean by that?