Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 24fdff1

Browse files
feat: add new reCAPTCHA Enterprise fraud annotations (#334)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 414549384 Source-Link: googleapis/googleapis@9b9da22 Source-Link: https://github.com/googleapis/googleapis-gen/commit/e4e3b2c01ce675c100ed54519cad3274ea20a8a2 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTRlM2IyYzAxY2U2NzVjMTAwZWQ1NDUxOWNhZDMyNzRlYTIwYThhMiJ9
1 parent a71efd8 commit 24fdff1

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

protos/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto

+13-2
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,21 @@ message AnnotateAssessmentRequest {
186186
// Default unspecified reason.
187187
REASON_UNSPECIFIED = 0;
188188

189-
// Indicates a chargeback for fraud was issued for the transaction
190-
// associated with the assessment.
189+
// Indicates a chargeback was issued for the transaction associated with the
190+
// assessment, with no other details. When possible, specify the type by
191+
// using CHARGEBACK_FRAUD or CHARGEBACK_DISPUTE instead.
191192
CHARGEBACK = 1;
192193

194+
// Indicates a chargeback related to an alleged unauthorized transaction
195+
// from the perspective of the cardholder (for example, the card number was
196+
// stolen).
197+
CHARGEBACK_FRAUD = 8;
198+
199+
// Indicates a chargeback related to the cardholder having provided their
200+
// card but allegedly not being satisfied with the purchase
201+
// (for example, misrepresentation, attempted cancellation).
202+
CHARGEBACK_DISPUTE = 9;
203+
193204
// Indicates the transaction associated with the assessment is suspected of
194205
// being fraudulent based on the payment method, billing details, shipping
195206
// address or other transaction information.

protos/protos.d.ts

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.js

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.json

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)