Skip to content

Commit

Permalink
Add paymentInstrumentApprovedTransactionCount to RiskMetaData schema (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjasimon authored Apr 12, 2024
1 parent 5fbaee8 commit c457fd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/components/schemas/RiskMetadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ properties:
description: Number of transactions for this billing address in the last 24 hours.
type: integer
readOnly: true
paymentInstrumentApprovedTransactionCount:
description: Number of approved transactions for this payment instrument.
type: integer
readOnly: true
score:
description: |-
Computed risk score based on IP risk data,
Expand Down

0 comments on commit c457fd2

Please sign in to comment.