Merged
Conversation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…tion Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Deploying dev-site with
|
| Latest commit: |
c982117
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d2c24db4.dev-site-4ua.pages.dev |
| Branch Preview URL: | https://wstorey-tweaks.dev-site-4ua.pages.dev |
… responses documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…sts documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…tion Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
oschwald
requested changes
Jan 13, 2026
| {{</minfraud-schema-row>}} | ||
|
|
||
| {{< minfraud-schema-row key="session_age" type="request" valueType="decimal" valueTypeNote="min: 0, max: 10e13-1" >}} | ||
| {{< minfraud-schema-row key="session_age" type="request" valueType="decimal" valueTypeNote="min: 0, max: 1e14-1" >}} |
Member
There was a problem hiding this comment.
I think the correct value here is actually 1e13-1. This obviously was wrong before too.
| {{< schema-table key="order" >}} | ||
|
|
||
| {{< minfraud-schema-row key="amount" type="request" valueType="decimal" valueTypeNote="min: 0, max: 1e14 – 1" >}} | ||
| {{< minfraud-schema-row key="amount" type="request" valueType="decimal" valueTypeNote="min: 0, max: 1e14-1" >}} |
Member
There was a problem hiding this comment.
I assume this should also be 1e13-1, but I didn't double check.
| {{</minfraud-schema-row>}} | ||
|
|
||
| {{< minfraud-schema-row key="quantity" type="request" valueType="integer" valueTypeNote="min: 0, max: 10e13-1" >}} | ||
| {{< minfraud-schema-row key="quantity" type="request" valueType="integer" valueTypeNote="min: 0, max: 1e14-1" >}} |
| {{</minfraud-schema-row>}} | ||
|
|
||
| {{< minfraud-schema-row key="price" type="request" valueType="Decimal" valueTypeNote="format: Decimal, min: 0, max: 1e14-1" >}} | ||
| {{< minfraud-schema-row key="price" type="request" valueType="decimal" valueTypeNote="min: 0, max: 1e14-1" >}} |
| | Code | Explanation | | ||
| | ---------------------------- | ------------------------------------------------------------------------------------------------------ | | ||
| | `ANONYMOUS_IP` | The IP address belongs to an anonymous network. See the object at/ip\_address/traits for more details. | | ||
| | `ANONYMOUS_IP` | The IP address belongs to an anonymous network. See the object at /ip\_address/traits for more details. | |
Member
There was a problem hiding this comment.
Suggested change
| | `ANONYMOUS_IP` | The IP address belongs to an anonymous network. See the object at /ip\_address/traits for more details. | | |
| | `ANONYMOUS_IP` | The IP address belongs to an anonymous network. See the object at `/ip_address/traits` for more details. | |
|
|
||
| We provide a [Dispositions API](/minfraud/working-with-transaction-dispositions) | ||
| for use with Disposition setting from the Transaction Details page. Use this API | ||
| for use with disposition setting from the Transaction Details page. Use this API |
Member
There was a problem hiding this comment.
I don't think it matters much, but I suspect the capital D was intentional here.
Contributor
Author
There was a problem hiding this comment.
Yeah, I wasn't sure about this one. I decided the old way was a bit odd and left it though. But I'll revert it.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The max input number is 1e13-1, not 1e14-1. This limit exists to prevent credit card numbers from being accepted as numeric values. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
oschwald
approved these changes
Jan 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.