#Sukshan

1 messages · Page 1 of 1 (latest)

errant helmBOT
final hill
#

Hi there!

next rose
#

Hello

final hill
#

You want to block some payments based on the metadata set?

next rose
#

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

final hill
next rose
#

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?

final hill
#

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?

next rose
#

It would be....block if....transactions with userID (metadata) has total card count in all payments more than 3

final hill
#

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?

next rose
#

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?

final hill
#

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.