#Arya
1 messages · Page 1 of 1 (latest)
hey
The rules currently only support authorise charges number of times by hourly, daily, weekly and all the time with authorized_charges_per_customer_* rules: https://stripe.com/docs/radar/rules/reference#supported-attributes
This means the payment will be blocked if the customer has 2 successful payments in the past one day
However, it will require your payment intent to have customer object set
ohh ok
@narrow zephyr how do I make a block rule if a person has created past disputes
and make sure they arent allowed to buy from me
if they disputed once
Have you checked the supported attributes here? https://stripe.com/docs/radar/rules/reference#supported-attributes
You can refer to dispute_count_* related rules in above supported attributes to find which one fits your needs
ohh i see
also this means that if this person has had a dispute once or more it will block the transaction right
Yes according to:
dispute_count_on_card_number_all_time: Count of fraudulent disputes associated with charges from this card number on your account. Takes into account payments from 2019 onwards.