increase 0.570.0 → 0.572.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 +14 -0
- package/package.json +1 -1
- package/resources/accounts.d.mts +19 -0
- package/resources/accounts.d.mts.map +1 -1
- package/resources/accounts.d.ts +19 -0
- package/resources/accounts.d.ts.map +1 -1
- package/resources/ach-prenotifications.d.mts +2 -2
- package/resources/ach-prenotifications.d.mts.map +1 -1
- package/resources/ach-prenotifications.d.ts +2 -2
- package/resources/ach-prenotifications.d.ts.map +1 -1
- package/resources/event-subscriptions.d.mts +7 -5
- package/resources/event-subscriptions.d.mts.map +1 -1
- package/resources/event-subscriptions.d.ts +7 -5
- package/resources/event-subscriptions.d.ts.map +1 -1
- package/resources/events.d.mts +7 -3
- package/resources/events.d.mts.map +1 -1
- package/resources/events.d.ts +7 -3
- package/resources/events.d.ts.map +1 -1
- package/resources/simulations/card-authorizations.d.mts +78 -0
- package/resources/simulations/card-authorizations.d.mts.map +1 -1
- package/resources/simulations/card-authorizations.d.ts +78 -0
- package/resources/simulations/card-authorizations.d.ts.map +1 -1
- package/src/resources/accounts.ts +22 -0
- package/src/resources/ach-prenotifications.ts +2 -2
- package/src/resources/event-subscriptions.ts +9 -3
- package/src/resources/events.ts +10 -0
- package/src/resources/simulations/card-authorizations.ts +107 -0
- 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
|
@@ -224,6 +224,81 @@ export namespace CardAuthorizationCreateParams {
|
|
|
224
224
|
* Fields specific to the Visa network.
|
|
225
225
|
*/
|
|
226
226
|
export interface Visa {
|
|
227
|
+
/**
|
|
228
|
+
* For electronic commerce transactions, this identifies the level of security used
|
|
229
|
+
* in obtaining the customer's payment credential. For mail or telephone order
|
|
230
|
+
* transactions, identifies the type of mail or telephone order.
|
|
231
|
+
*
|
|
232
|
+
* - `mail_phone_order` - Single transaction of a mail/phone order: Use to indicate
|
|
233
|
+
* that the transaction is a mail/phone order purchase, not a recurring
|
|
234
|
+
* transaction or installment payment. For domestic transactions in the US
|
|
235
|
+
* region, this value may also indicate one bill payment transaction in the
|
|
236
|
+
* card-present or card-absent environments.
|
|
237
|
+
* - `recurring` - Recurring transaction: Payment indicator used to indicate a
|
|
238
|
+
* recurring transaction that originates from an acquirer in the US region.
|
|
239
|
+
* - `installment` - Installment payment: Payment indicator used to indicate one
|
|
240
|
+
* purchase of goods or services that is billed to the account in multiple
|
|
241
|
+
* charges over a period of time agreed upon by the cardholder and merchant from
|
|
242
|
+
* transactions that originate from an acquirer in the US region.
|
|
243
|
+
* - `unknown_mail_phone_order` - Unknown classification: other mail order: Use to
|
|
244
|
+
* indicate that the type of mail/telephone order is unknown.
|
|
245
|
+
* - `secure_electronic_commerce` - Secure electronic commerce transaction: Use to
|
|
246
|
+
* indicate that the electronic commerce transaction has been authenticated using
|
|
247
|
+
* e.g., 3-D Secure
|
|
248
|
+
* - `non_authenticated_security_transaction_at_3ds_capable_merchant` -
|
|
249
|
+
* Non-authenticated security transaction at a 3-D Secure-capable merchant, and
|
|
250
|
+
* merchant attempted to authenticate the cardholder using 3-D Secure: Use to
|
|
251
|
+
* identify an electronic commerce transaction where the merchant attempted to
|
|
252
|
+
* authenticate the cardholder using 3-D Secure, but was unable to complete the
|
|
253
|
+
* authentication because the issuer or cardholder does not participate in the
|
|
254
|
+
* 3-D Secure program.
|
|
255
|
+
* - `non_authenticated_security_transaction` - Non-authenticated security
|
|
256
|
+
* transaction: Use to identify an electronic commerce transaction that uses data
|
|
257
|
+
* encryption for security however, cardholder authentication is not performed
|
|
258
|
+
* using 3-D Secure.
|
|
259
|
+
* - `non_secure_transaction` - Non-secure transaction: Use to identify an
|
|
260
|
+
* electronic commerce transaction that has no data protection.
|
|
261
|
+
*/
|
|
262
|
+
electronic_commerce_indicator?:
|
|
263
|
+
| 'mail_phone_order'
|
|
264
|
+
| 'recurring'
|
|
265
|
+
| 'installment'
|
|
266
|
+
| 'unknown_mail_phone_order'
|
|
267
|
+
| 'secure_electronic_commerce'
|
|
268
|
+
| 'non_authenticated_security_transaction_at_3ds_capable_merchant'
|
|
269
|
+
| 'non_authenticated_security_transaction'
|
|
270
|
+
| 'non_secure_transaction';
|
|
271
|
+
|
|
272
|
+
/**
|
|
273
|
+
* The method used to enter the cardholder's primary account number and card
|
|
274
|
+
* expiration date.
|
|
275
|
+
*
|
|
276
|
+
* - `unknown` - Unknown
|
|
277
|
+
* - `manual` - Manual key entry
|
|
278
|
+
* - `magnetic_stripe_no_cvv` - Magnetic stripe read, without card verification
|
|
279
|
+
* value
|
|
280
|
+
* - `optical_code` - Optical code
|
|
281
|
+
* - `integrated_circuit_card` - Contact chip card
|
|
282
|
+
* - `contactless` - Contactless read of chip card
|
|
283
|
+
* - `credential_on_file` - Transaction initiated using a credential that has
|
|
284
|
+
* previously been stored on file
|
|
285
|
+
* - `magnetic_stripe` - Magnetic stripe read
|
|
286
|
+
* - `contactless_magnetic_stripe` - Contactless read of magnetic stripe data
|
|
287
|
+
* - `integrated_circuit_card_no_cvv` - Contact chip card, without card
|
|
288
|
+
* verification value
|
|
289
|
+
*/
|
|
290
|
+
point_of_service_entry_mode?:
|
|
291
|
+
| 'unknown'
|
|
292
|
+
| 'manual'
|
|
293
|
+
| 'magnetic_stripe_no_cvv'
|
|
294
|
+
| 'optical_code'
|
|
295
|
+
| 'integrated_circuit_card'
|
|
296
|
+
| 'contactless'
|
|
297
|
+
| 'credential_on_file'
|
|
298
|
+
| 'magnetic_stripe'
|
|
299
|
+
| 'contactless_magnetic_stripe'
|
|
300
|
+
| 'integrated_circuit_card_no_cvv';
|
|
301
|
+
|
|
227
302
|
/**
|
|
228
303
|
* The reason code for the stand-in processing.
|
|
229
304
|
*
|
|
@@ -256,6 +331,38 @@ export namespace CardAuthorizationCreateParams {
|
|
|
256
331
|
| 'merchant_transaction_advisory_service_authentication_required'
|
|
257
332
|
| 'payment_fraud_disruption_acquirer_block'
|
|
258
333
|
| 'other';
|
|
334
|
+
|
|
335
|
+
/**
|
|
336
|
+
* The capability of the terminal being used to read the card. Shows whether a
|
|
337
|
+
* terminal can e.g., accept chip cards or if it only supports magnetic stripe
|
|
338
|
+
* reads. This reflects the highest capability of the terminal — for example, a
|
|
339
|
+
* terminal that supports both chip and magnetic stripe will be identified as
|
|
340
|
+
* chip-capable.
|
|
341
|
+
*
|
|
342
|
+
* - `unknown` - Unknown
|
|
343
|
+
* - `terminal_not_used` - No terminal was used for this transaction.
|
|
344
|
+
* - `magnetic_stripe` - The terminal can only read magnetic stripes and does not
|
|
345
|
+
* have chip or contactless reading capability.
|
|
346
|
+
* - `barcode` - The terminal can only read barcodes.
|
|
347
|
+
* - `optical_character_recognition` - The terminal can only read cards via Optical
|
|
348
|
+
* Character Recognition.
|
|
349
|
+
* - `chip_or_contactless` - The terminal supports contact chip cards and can also
|
|
350
|
+
* read the magnetic stripe. If contact chip is supported, this value is used
|
|
351
|
+
* regardless of whether contactless is also supported.
|
|
352
|
+
* - `contactless_only` - The terminal supports contactless reads but does not
|
|
353
|
+
* support contact chip. Only used when the terminal lacks contact chip
|
|
354
|
+
* capability.
|
|
355
|
+
* - `no_capability` - The terminal has no card reading capability.
|
|
356
|
+
*/
|
|
357
|
+
terminal_entry_capability?:
|
|
358
|
+
| 'unknown'
|
|
359
|
+
| 'terminal_not_used'
|
|
360
|
+
| 'magnetic_stripe'
|
|
361
|
+
| 'barcode'
|
|
362
|
+
| 'optical_character_recognition'
|
|
363
|
+
| 'chip_or_contactless'
|
|
364
|
+
| 'contactless_only'
|
|
365
|
+
| 'no_capability';
|
|
259
366
|
}
|
|
260
367
|
}
|
|
261
368
|
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.572.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.572.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.572.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.572.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|