#Sukshan
1 messages · Page 1 of 1 (latest)
Hi there!
Hello
You want to block some payments based on the metadata set?
yes. there has been many case where a customer uses multiple e-mails but we can identify the customer based on our UserID. We would like to block the customer if they have multiple cards based on this metadata
You would use Stripe Radar for this. And it ca work with metadata: https://stripe.com/docs/radar/rules/reference#metadata-attributes
OK. I have read through the document, but could not find something that corresponds to card_count_for_(meta_data) for example
Block if :card_count_for_email_all_time: > 3 in ::userId:: -> Something like this but what would be the correct format?
but could not find something that corresponds to card_countfor(meta_data) for example
I'm not sure I follow. Could you explain with words exactly whay rule you are trying to create?
It would be....block if....transactions with userID (metadata) has total card count in all payments more than 3
Is this two different conditions? Something like:
Block if :card_count_for_email_all_time: > 3 AND ::userId:: = "foobar"
Also where is stored the metadata? On the customer object?
I sent it during payments like the screenshot above
Block if :card_count_for_email_all_time: > 3 AND ::userId:: = "foobar"
what if i want don't want to specify the ::userId:: but make it continously check based on userID instead of email?
what if i want don't want to specify the ::userId:: but make it continously check based on userID instead of email?
Sorry I don't understand. But for questions about Radar rule I would recommend to contact Stripe support directly: https://support.stripe.com/contact
Make sure to clearly explain what you are trying to do, for example by providing specific examples.