#ChernovSS - Chargeback protection
1 messages · Page 1 of 1 (latest)
Good question. I am not immediately sure on this but will ask my colleagues if they have a better idea
Can you send me the ID of that payment (pi_123)
Send to private message
Thanks. It is actually safe to share those IDs publicly, it is mostly your API keys and webhook secrets that are dangerous to share publicly
Ok no problem.
For example ID transactions pi_3LDX76GvodsGkh3N03Wt9JxM
It looks like many 3DS+Radar charges will qualify for this https://stripe.com/radar/chargeback-protection
And from what I can see this only applies to Checkout charges
But unfortunately I am not finding a way to check this in the API
Can you tell me a bit more about what you are looking to do when finding this via the API?
We receive payment in our online store through the stripe service
For our order processing system it is necessary to write an algorithm by which it would be possible to automatically distinguish orders by levels of tolerance of managers.
For example, we need information:
- Risk score
- Are customer name and email similar?
- Authorization rate for transactions associated with this email (all time)
- This payment qualifies for Chargeback Protection.
... and other
I have already learned to receive almost all the information but only left **This payment qualifies for Chargeback Protection. **
which I can't find in the stripe or radar documentation
Gotcha. I will check a bit further in to this but unfortunately this may not be accessible via the API. If you only need a one-off figure for a report, our support team may be able to help you but I will see if there is anything else you can do here
Thanks
I hope that you will be able to suggest a solution to obtain this information
Unfortunately I'm still not finding anything API-based. I would recommend reaching out to our support team to see if there is any other way to get this data