increase 0.461.0 → 0.462.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/package.json +1 -1
- package/resources/card-payments.d.mts +30 -18
- package/resources/card-payments.d.mts.map +1 -1
- package/resources/card-payments.d.ts +30 -18
- package/resources/card-payments.d.ts.map +1 -1
- package/resources/declined-transactions.d.mts +10 -6
- package/resources/declined-transactions.d.mts.map +1 -1
- package/resources/declined-transactions.d.ts +10 -6
- package/resources/declined-transactions.d.ts.map +1 -1
- package/resources/pending-transactions.d.mts +5 -3
- package/resources/pending-transactions.d.mts.map +1 -1
- package/resources/pending-transactions.d.ts +5 -3
- package/resources/pending-transactions.d.ts.map +1 -1
- package/resources/real-time-decisions.d.mts +10 -6
- package/resources/real-time-decisions.d.mts.map +1 -1
- package/resources/real-time-decisions.d.ts +10 -6
- package/resources/real-time-decisions.d.ts.map +1 -1
- package/resources/simulations/card-authorizations.d.mts +10 -6
- package/resources/simulations/card-authorizations.d.mts.map +1 -1
- package/resources/simulations/card-authorizations.d.ts +10 -6
- package/resources/simulations/card-authorizations.d.ts.map +1 -1
- package/resources/simulations/card-balance-inquiries.d.mts +10 -6
- package/resources/simulations/card-balance-inquiries.d.mts.map +1 -1
- package/resources/simulations/card-balance-inquiries.d.ts +10 -6
- package/resources/simulations/card-balance-inquiries.d.ts.map +1 -1
- package/resources/transactions.d.mts +5 -3
- package/resources/transactions.d.mts.map +1 -1
- package/resources/transactions.d.ts +5 -3
- package/resources/transactions.d.ts.map +1 -1
- package/src/resources/card-payments.ts +30 -12
- package/src/resources/declined-transactions.ts +10 -4
- package/src/resources/pending-transactions.ts +5 -2
- package/src/resources/real-time-decisions.ts +10 -4
- package/src/resources/simulations/card-authorizations.ts +10 -4
- package/src/resources/simulations/card-balance-inquiries.ts +10 -4
- package/src/resources/transactions.ts +5 -2
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -97,10 +97,12 @@ export interface CardAuthorizationCreateParams {
|
|
|
97
97
|
* - `webhook_timed_out` - Your application webhook did not respond without the
|
|
98
98
|
* required timeout.
|
|
99
99
|
* - `declined_by_stand_in_processing` - Declined by stand-in processing.
|
|
100
|
-
* - `invalid_physical_card` - The card read had an invalid CVV
|
|
101
|
-
* authorization request cryptogram.
|
|
100
|
+
* - `invalid_physical_card` - The card read had an invalid CVV or dCVV.
|
|
102
101
|
* - `missing_original_authorization` - The original card authorization for this
|
|
103
102
|
* incremental authorization does not exist.
|
|
103
|
+
* - `invalid_cryptogram` - The card's authorization request cryptogram was
|
|
104
|
+
* invalid. The cryptogram can be from a physical card or a Digital Wallet Token
|
|
105
|
+
* purchase.
|
|
104
106
|
* - `failed_3ds_authentication` - The transaction was declined because the 3DS
|
|
105
107
|
* authentication failed.
|
|
106
108
|
* - `suspected_card_testing` - The transaction was suspected to be used by a card
|
|
@@ -126,6 +128,7 @@ export interface CardAuthorizationCreateParams {
|
|
|
126
128
|
| 'declined_by_stand_in_processing'
|
|
127
129
|
| 'invalid_physical_card'
|
|
128
130
|
| 'missing_original_authorization'
|
|
131
|
+
| 'invalid_cryptogram'
|
|
129
132
|
| 'failed_3ds_authentication'
|
|
130
133
|
| 'suspected_card_testing'
|
|
131
134
|
| 'suspected_fraud';
|
|
@@ -225,8 +228,10 @@ export namespace CardAuthorizationCreateParams {
|
|
|
225
228
|
*
|
|
226
229
|
* - `issuer_error` - Increase failed to process the authorization in a timely
|
|
227
230
|
* manner.
|
|
228
|
-
* - `invalid_physical_card` - The physical card read had an invalid CVV
|
|
229
|
-
*
|
|
231
|
+
* - `invalid_physical_card` - The physical card read had an invalid CVV or dCVV.
|
|
232
|
+
* - `invalid_cryptogram` - The card's authorization request cryptogram was
|
|
233
|
+
* invalid. The cryptogram can be from a physical card or a Digital Wallet Token
|
|
234
|
+
* purchase.
|
|
230
235
|
* - `invalid_cardholder_authentication_verification_value` - The 3DS cardholder
|
|
231
236
|
* authentication verification value was invalid.
|
|
232
237
|
* - `internal_visa_error` - An internal Visa error occurred. Visa uses this reason
|
|
@@ -244,6 +249,7 @@ export namespace CardAuthorizationCreateParams {
|
|
|
244
249
|
stand_in_processing_reason?:
|
|
245
250
|
| 'issuer_error'
|
|
246
251
|
| 'invalid_physical_card'
|
|
252
|
+
| 'invalid_cryptogram'
|
|
247
253
|
| 'invalid_cardholder_authentication_verification_value'
|
|
248
254
|
| 'internal_visa_error'
|
|
249
255
|
| 'merchant_transaction_advisory_service_authentication_required'
|
|
@@ -57,10 +57,12 @@ export interface CardBalanceInquiryCreateParams {
|
|
|
57
57
|
* - `webhook_timed_out` - Your application webhook did not respond without the
|
|
58
58
|
* required timeout.
|
|
59
59
|
* - `declined_by_stand_in_processing` - Declined by stand-in processing.
|
|
60
|
-
* - `invalid_physical_card` - The card read had an invalid CVV
|
|
61
|
-
* authorization request cryptogram.
|
|
60
|
+
* - `invalid_physical_card` - The card read had an invalid CVV or dCVV.
|
|
62
61
|
* - `missing_original_authorization` - The original card authorization for this
|
|
63
62
|
* incremental authorization does not exist.
|
|
63
|
+
* - `invalid_cryptogram` - The card's authorization request cryptogram was
|
|
64
|
+
* invalid. The cryptogram can be from a physical card or a Digital Wallet Token
|
|
65
|
+
* purchase.
|
|
64
66
|
* - `failed_3ds_authentication` - The transaction was declined because the 3DS
|
|
65
67
|
* authentication failed.
|
|
66
68
|
* - `suspected_card_testing` - The transaction was suspected to be used by a card
|
|
@@ -86,6 +88,7 @@ export interface CardBalanceInquiryCreateParams {
|
|
|
86
88
|
| 'declined_by_stand_in_processing'
|
|
87
89
|
| 'invalid_physical_card'
|
|
88
90
|
| 'missing_original_authorization'
|
|
91
|
+
| 'invalid_cryptogram'
|
|
89
92
|
| 'failed_3ds_authentication'
|
|
90
93
|
| 'suspected_card_testing'
|
|
91
94
|
| 'suspected_fraud';
|
|
@@ -179,8 +182,10 @@ export namespace CardBalanceInquiryCreateParams {
|
|
|
179
182
|
*
|
|
180
183
|
* - `issuer_error` - Increase failed to process the authorization in a timely
|
|
181
184
|
* manner.
|
|
182
|
-
* - `invalid_physical_card` - The physical card read had an invalid CVV
|
|
183
|
-
*
|
|
185
|
+
* - `invalid_physical_card` - The physical card read had an invalid CVV or dCVV.
|
|
186
|
+
* - `invalid_cryptogram` - The card's authorization request cryptogram was
|
|
187
|
+
* invalid. The cryptogram can be from a physical card or a Digital Wallet Token
|
|
188
|
+
* purchase.
|
|
184
189
|
* - `invalid_cardholder_authentication_verification_value` - The 3DS cardholder
|
|
185
190
|
* authentication verification value was invalid.
|
|
186
191
|
* - `internal_visa_error` - An internal Visa error occurred. Visa uses this reason
|
|
@@ -198,6 +203,7 @@ export namespace CardBalanceInquiryCreateParams {
|
|
|
198
203
|
stand_in_processing_reason?:
|
|
199
204
|
| 'issuer_error'
|
|
200
205
|
| 'invalid_physical_card'
|
|
206
|
+
| 'invalid_cryptogram'
|
|
201
207
|
| 'invalid_cardholder_authentication_verification_value'
|
|
202
208
|
| 'internal_visa_error'
|
|
203
209
|
| 'merchant_transaction_advisory_service_authentication_required'
|
|
@@ -1658,8 +1658,10 @@ export namespace Transaction {
|
|
|
1658
1658
|
*
|
|
1659
1659
|
* - `issuer_error` - Increase failed to process the authorization in a timely
|
|
1660
1660
|
* manner.
|
|
1661
|
-
* - `invalid_physical_card` - The physical card read had an invalid CVV
|
|
1662
|
-
*
|
|
1661
|
+
* - `invalid_physical_card` - The physical card read had an invalid CVV or dCVV.
|
|
1662
|
+
* - `invalid_cryptogram` - The card's authorization request cryptogram was
|
|
1663
|
+
* invalid. The cryptogram can be from a physical card or a Digital Wallet Token
|
|
1664
|
+
* purchase.
|
|
1663
1665
|
* - `invalid_cardholder_authentication_verification_value` - The 3DS cardholder
|
|
1664
1666
|
* authentication verification value was invalid.
|
|
1665
1667
|
* - `internal_visa_error` - An internal Visa error occurred. Visa uses this reason
|
|
@@ -1677,6 +1679,7 @@ export namespace Transaction {
|
|
|
1677
1679
|
stand_in_processing_reason:
|
|
1678
1680
|
| 'issuer_error'
|
|
1679
1681
|
| 'invalid_physical_card'
|
|
1682
|
+
| 'invalid_cryptogram'
|
|
1680
1683
|
| 'invalid_cardholder_authentication_verification_value'
|
|
1681
1684
|
| 'internal_visa_error'
|
|
1682
1685
|
| 'merchant_transaction_advisory_service_authentication_required'
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.462.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.462.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.462.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.462.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|