Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 199
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-2f220d665fe0014a15369e084c2ad554dc9dbe6758e079b40af056153807fe1f.yml
openapi_spec_hash: 280b322bc7ae0fc3eb4ea18d73fa01ae
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-49cf09bfa8351df7daf0d1062d57dc1338c8882c7614ccabbf4903806d9b102e.yml
openapi_spec_hash: c2ae776a3a8e619c33606f2d14716ffe
config_hash: 20a463ecd33bd32b7b9bc6f4990907ac
8 changes: 4 additions & 4 deletions src/increase/types/card_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class ElementCardAuthenticationChallenge(BaseModel):

- `text_message` - The one-time code was sent via text message.
- `email` - The one-time code was sent via email.
- `none_available` - The one-time code was not successfully delievered.
- `none_available` - The one-time code was not successfully delivered.
"""

verification_value: Optional[str] = None
Expand Down Expand Up @@ -420,7 +420,7 @@ class ElementCardAuthorizationVerificationCardholderAddress(BaseModel):
]
"""The address verification result returned to the card network.

- `not_checked` - No adress was provided in the authorization request.
- `not_checked` - No address was provided in the authorization request.
- `postal_code_match_address_not_checked` - Postal code matches, but the street
address was not verified.
- `postal_code_match_address_no_match` - Postal code matches, but the street
Expand Down Expand Up @@ -837,7 +837,7 @@ class ElementCardDeclineVerificationCardholderAddress(BaseModel):
]
"""The address verification result returned to the card network.

- `not_checked` - No adress was provided in the authorization request.
- `not_checked` - No address was provided in the authorization request.
- `postal_code_match_address_not_checked` - Postal code matches, but the street
address was not verified.
- `postal_code_match_address_no_match` - Postal code matches, but the street
Expand Down Expand Up @@ -2691,7 +2691,7 @@ class ElementCardValidationVerificationCardholderAddress(BaseModel):
]
"""The address verification result returned to the card network.

- `not_checked` - No adress was provided in the authorization request.
- `not_checked` - No address was provided in the authorization request.
- `postal_code_match_address_not_checked` - Postal code matches, but the street
address was not verified.
- `postal_code_match_address_no_match` - Postal code matches, but the street
Expand Down
2 changes: 1 addition & 1 deletion src/increase/types/declined_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class SourceCardDeclineVerificationCardholderAddress(BaseModel):
]
"""The address verification result returned to the card network.

- `not_checked` - No adress was provided in the authorization request.
- `not_checked` - No address was provided in the authorization request.
- `postal_code_match_address_not_checked` - Postal code matches, but the street
address was not verified.
- `postal_code_match_address_no_match` - Postal code matches, but the street
Expand Down
2 changes: 1 addition & 1 deletion src/increase/types/pending_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class SourceCardAuthorizationVerificationCardholderAddress(BaseModel):
]
"""The address verification result returned to the card network.

- `not_checked` - No adress was provided in the authorization request.
- `not_checked` - No address was provided in the authorization request.
- `postal_code_match_address_not_checked` - Postal code matches, but the street
address was not verified.
- `postal_code_match_address_no_match` - Postal code matches, but the street
Expand Down
2 changes: 1 addition & 1 deletion src/increase/types/real_time_decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ class CardAuthorizationVerificationCardholderAddress(BaseModel):
]
"""The address verification result returned to the card network.

- `not_checked` - No adress was provided in the authorization request.
- `not_checked` - No address was provided in the authorization request.
- `postal_code_match_address_not_checked` - Postal code matches, but the street
address was not verified.
- `postal_code_match_address_no_match` - Postal code matches, but the street
Expand Down