#evlj

1 messages · Page 1 of 1 (latest)

scenic marshBOT
mint monolith
#

Hi there!

#

How are you currently accepting payments? Checkout Session, Payment Element + PaymentIntent, something else?

scenic marshBOT
silk magnet
#

Payment element I believe

#

Custom API sorry, not payment element

mystic abyss
#

we were advised to implement a better API to prevent card testing
Can you give more context about this ?
I am specifically looking for this integration Direct API integration with client and Customer signals
Do you have a public reference for this ?

silk magnet
mystic abyss
#

Yes and what it your question exactly ?

#

need to understand how to send client and customer singlas information toward API?
Customer signals refers to Customer information (email, name, billing address)
You can collect these information via Customers API:
https://stripe.com/docs/api/customers/create

silk magnet
#

So we had someone use our system to test cards and that seems to be the issue. We were advised to update our API integration and the above link provided. I couldn't figure out how to send the client info with our request API

#

Customer signals is fine, we just need to add the billing address, the rest is there already.

mystic abyss
#

Client signals are ip, user-agent that you collect from your integration if you want to use Direct API, and you need to add some rules to block any activity you consider suspicious, and prevent calling Stripe APIs from your integration.

#

Client info can't be send to Stripe APIs, your integration need to collect them, like from what IP your frontend made a call to your backend, keep tracking of each user activity and block suspicious calls

silk magnet
#

Oh I see, so we will need to block these on our end and not the wise versa

#

I guess in that case it's easiest to setup the radar rules to prevent those from happening?

mystic abyss
#

Yes of course, in that case you need to use Stripe Elements

silk magnet
#

Great, I believe we can do that. Would you also recommend adding the rate limit? We can try that first

#

Currently we don't have any as it was recommended almost a year ago, can't remember why exactly

mystic abyss
silk magnet
#

Great, thank you very much!

mystic abyss
#

Np!

scenic marshBOT