diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0d51a36..fe941d1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.78.0" + ".": "0.79.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index b295544..5a0f7c1 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 236 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-732196e2e3b5f785aafd5a7035f8683adc6060fe483a24787e3b6085f99d1cfe.yml -openapi_spec_hash: c929ecc168017a4a2d8343384a0a33f8 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1bab7be736382985590e568f2b01d1a195c0228b8f2c6599d73335510113e41a.yml +openapi_spec_hash: 222819fc58fce5959c13e13b507239bc config_hash: 25d7d7aa4882db6189b4b53e8e249e80 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4923c04..872f343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.79.0 (2026-03-18) + +Full Changelog: [v0.78.0...v0.79.0](https://github.com/Increase/increase-php/compare/v0.78.0...v0.79.0) + +### Features + +* **api:** api update ([dfe0982](https://github.com/Increase/increase-php/commit/dfe09821ef4153763982b8f989e126df2497139d)) + ## 0.78.0 (2026-03-18) Full Changelog: [v0.77.0...v0.78.0](https://github.com/Increase/increase-php/compare/v0.77.0...v0.78.0) diff --git a/README.md b/README.md index 3712a1e..2c82201 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The REST API documentation can be found on [increase.com](https://increase.com/d ``` -composer require "increase/increase 0.78.0" +composer require "increase/increase 0.79.0" ``` diff --git a/src/CardPushTransfers/CardPushTransfer/Decline/Reason.php b/src/CardPushTransfers/CardPushTransfer/Decline/Reason.php index 9fc23db..c2c4fe8 100644 --- a/src/CardPushTransfers/CardPushTransfer/Decline/Reason.php +++ b/src/CardPushTransfers/CardPushTransfer/Decline/Reason.php @@ -96,4 +96,50 @@ enum Reason: string case REVOCATION_OF_AUTHORIZATION_ORDER = 'revocation_of_authorization_order'; case REVOCATION_OF_ALL_AUTHORIZATIONS_ORDER = 'revocation_of_all_authorizations_order'; + + case UNABLE_TO_LOCATE_RECORD = 'unable_to_locate_record'; + + case FILE_IS_TEMPORARILY_UNAVAILABLE = 'file_is_temporarily_unavailable'; + + case INCORRECT_PIN = 'incorrect_pin'; + + case ALLOWABLE_NUMBER_OF_PIN_ENTRY_TRIES_EXCEEDED = 'allowable_number_of_pin_entry_tries_exceeded'; + + case UNABLE_TO_LOCATE_PREVIOUS_MESSAGE = 'unable_to_locate_previous_message'; + + case DATA_INCONSISTENT_WITH_ORIGINAL_MESSAGE = 'data_inconsistent_with_original_message'; + + case PIN_ERROR_FOUND = 'pin_error_found'; + + case CANNOT_VERIFY_PIN = 'cannot_verify_pin'; + + case VERIFICATION_DATA_FAILED = 'verification_data_failed'; + + case SURCHARGE_AMOUNT_NOT_SUPPORTED_BY_DEBIT_NETWORK_ISSUER = 'surcharge_amount_not_supported_by_debit_network_issuer'; + + case CASH_SERVICE_NOT_AVAILABLE = 'cash_service_not_available'; + + case CASHBACK_REQUEST_EXCEEDS_ISSUER_LIMIT = 'cashback_request_exceeds_issuer_limit'; + + case TRANSACTION_AMOUNT_EXCEEDS_PRE_AUTHORIZED_APPROVAL_AMOUNT = 'transaction_amount_exceeds_pre_authorized_approval_amount'; + + case INVALID_BILLER_INFORMATION = 'invalid_biller_information'; + + case PIN_CHANGE_REQUEST_DECLINED = 'pin_change_request_declined'; + + case UNSAFE_PIN = 'unsafe_pin'; + + case TRANSACTION_DOES_NOT_QUALIFY_FOR_VISA_PIN = 'transaction_does_not_qualify_for_visa_pin'; + + case OFFLINE_DECLINED = 'offline_declined'; + + case UNABLE_TO_GO_ONLINE = 'unable_to_go_online'; + + case VALID_ACCOUNT_BUT_AMOUNT_NOT_SUPPORTED = 'valid_account_but_amount_not_supported'; + + case INVALID_USE_OF_MERCHANT_CATEGORY_CODE_CORRECT_AND_REATTEMPT = 'invalid_use_of_merchant_category_code_correct_and_reattempt'; + + case FORWARD_TO_ISSUER = 'forward_to_issuer'; + + case CARD_AUTHENTICATION_FAILED = 'card_authentication_failed'; } diff --git a/src/CardValidations/CardValidation/Decline/Reason.php b/src/CardValidations/CardValidation/Decline/Reason.php index 2f09102..f10bb0b 100644 --- a/src/CardValidations/CardValidation/Decline/Reason.php +++ b/src/CardValidations/CardValidation/Decline/Reason.php @@ -96,4 +96,50 @@ enum Reason: string case REVOCATION_OF_AUTHORIZATION_ORDER = 'revocation_of_authorization_order'; case REVOCATION_OF_ALL_AUTHORIZATIONS_ORDER = 'revocation_of_all_authorizations_order'; + + case UNABLE_TO_LOCATE_RECORD = 'unable_to_locate_record'; + + case FILE_IS_TEMPORARILY_UNAVAILABLE = 'file_is_temporarily_unavailable'; + + case INCORRECT_PIN = 'incorrect_pin'; + + case ALLOWABLE_NUMBER_OF_PIN_ENTRY_TRIES_EXCEEDED = 'allowable_number_of_pin_entry_tries_exceeded'; + + case UNABLE_TO_LOCATE_PREVIOUS_MESSAGE = 'unable_to_locate_previous_message'; + + case DATA_INCONSISTENT_WITH_ORIGINAL_MESSAGE = 'data_inconsistent_with_original_message'; + + case PIN_ERROR_FOUND = 'pin_error_found'; + + case CANNOT_VERIFY_PIN = 'cannot_verify_pin'; + + case VERIFICATION_DATA_FAILED = 'verification_data_failed'; + + case SURCHARGE_AMOUNT_NOT_SUPPORTED_BY_DEBIT_NETWORK_ISSUER = 'surcharge_amount_not_supported_by_debit_network_issuer'; + + case CASH_SERVICE_NOT_AVAILABLE = 'cash_service_not_available'; + + case CASHBACK_REQUEST_EXCEEDS_ISSUER_LIMIT = 'cashback_request_exceeds_issuer_limit'; + + case TRANSACTION_AMOUNT_EXCEEDS_PRE_AUTHORIZED_APPROVAL_AMOUNT = 'transaction_amount_exceeds_pre_authorized_approval_amount'; + + case INVALID_BILLER_INFORMATION = 'invalid_biller_information'; + + case PIN_CHANGE_REQUEST_DECLINED = 'pin_change_request_declined'; + + case UNSAFE_PIN = 'unsafe_pin'; + + case TRANSACTION_DOES_NOT_QUALIFY_FOR_VISA_PIN = 'transaction_does_not_qualify_for_visa_pin'; + + case OFFLINE_DECLINED = 'offline_declined'; + + case UNABLE_TO_GO_ONLINE = 'unable_to_go_online'; + + case VALID_ACCOUNT_BUT_AMOUNT_NOT_SUPPORTED = 'valid_account_but_amount_not_supported'; + + case INVALID_USE_OF_MERCHANT_CATEGORY_CODE_CORRECT_AND_REATTEMPT = 'invalid_use_of_merchant_category_code_correct_and_reattempt'; + + case FORWARD_TO_ISSUER = 'forward_to_issuer'; + + case CARD_AUTHENTICATION_FAILED = 'card_authentication_failed'; } diff --git a/src/Simulations/CardTokens/CardTokenCreateParams/Outcome/Decline/Reason.php b/src/Simulations/CardTokens/CardTokenCreateParams/Outcome/Decline/Reason.php index 68dcf16..c114b65 100644 --- a/src/Simulations/CardTokens/CardTokenCreateParams/Outcome/Decline/Reason.php +++ b/src/Simulations/CardTokens/CardTokenCreateParams/Outcome/Decline/Reason.php @@ -96,4 +96,50 @@ enum Reason: string case REVOCATION_OF_AUTHORIZATION_ORDER = 'revocation_of_authorization_order'; case REVOCATION_OF_ALL_AUTHORIZATIONS_ORDER = 'revocation_of_all_authorizations_order'; + + case UNABLE_TO_LOCATE_RECORD = 'unable_to_locate_record'; + + case FILE_IS_TEMPORARILY_UNAVAILABLE = 'file_is_temporarily_unavailable'; + + case INCORRECT_PIN = 'incorrect_pin'; + + case ALLOWABLE_NUMBER_OF_PIN_ENTRY_TRIES_EXCEEDED = 'allowable_number_of_pin_entry_tries_exceeded'; + + case UNABLE_TO_LOCATE_PREVIOUS_MESSAGE = 'unable_to_locate_previous_message'; + + case DATA_INCONSISTENT_WITH_ORIGINAL_MESSAGE = 'data_inconsistent_with_original_message'; + + case PIN_ERROR_FOUND = 'pin_error_found'; + + case CANNOT_VERIFY_PIN = 'cannot_verify_pin'; + + case VERIFICATION_DATA_FAILED = 'verification_data_failed'; + + case SURCHARGE_AMOUNT_NOT_SUPPORTED_BY_DEBIT_NETWORK_ISSUER = 'surcharge_amount_not_supported_by_debit_network_issuer'; + + case CASH_SERVICE_NOT_AVAILABLE = 'cash_service_not_available'; + + case CASHBACK_REQUEST_EXCEEDS_ISSUER_LIMIT = 'cashback_request_exceeds_issuer_limit'; + + case TRANSACTION_AMOUNT_EXCEEDS_PRE_AUTHORIZED_APPROVAL_AMOUNT = 'transaction_amount_exceeds_pre_authorized_approval_amount'; + + case INVALID_BILLER_INFORMATION = 'invalid_biller_information'; + + case PIN_CHANGE_REQUEST_DECLINED = 'pin_change_request_declined'; + + case UNSAFE_PIN = 'unsafe_pin'; + + case TRANSACTION_DOES_NOT_QUALIFY_FOR_VISA_PIN = 'transaction_does_not_qualify_for_visa_pin'; + + case OFFLINE_DECLINED = 'offline_declined'; + + case UNABLE_TO_GO_ONLINE = 'unable_to_go_online'; + + case VALID_ACCOUNT_BUT_AMOUNT_NOT_SUPPORTED = 'valid_account_but_amount_not_supported'; + + case INVALID_USE_OF_MERCHANT_CATEGORY_CODE_CORRECT_AND_REATTEMPT = 'invalid_use_of_merchant_category_code_correct_and_reattempt'; + + case FORWARD_TO_ISSUER = 'forward_to_issuer'; + + case CARD_AUTHENTICATION_FAILED = 'card_authentication_failed'; } diff --git a/src/Version.php b/src/Version.php index 31eba22..ddd0218 100644 --- a/src/Version.php +++ b/src/Version.php @@ -5,5 +5,5 @@ namespace Increase; // x-release-please-start-version -const VERSION = '0.78.0'; +const VERSION = '0.79.0'; // x-release-please-end