increase 0.319.0 → 0.320.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.
@@ -199,6 +199,13 @@ export namespace Transaction {
199
199
  */
200
200
  card_dispute_loss: Source.CardDisputeLoss | null;
201
201
 
202
+ /**
203
+ * A Card Financial object. This field will be present in the JSON response if and
204
+ * only if `category` is equal to `card_financial`. Card Financials are temporary
205
+ * holds placed on a customers funds with the intent to later clear a transaction.
206
+ */
207
+ card_financial: Source.CardFinancial | null;
208
+
202
209
  /**
203
210
  * A Card Push Transfer Acceptance object. This field will be present in the JSON
204
211
  * response if and only if `category` is equal to `card_push_transfer_acceptance`.
@@ -263,6 +270,8 @@ export namespace Transaction {
263
270
  * - `card_refund` - Card Refund: details will be under the `card_refund` object.
264
271
  * - `card_settlement` - Card Settlement: details will be under the
265
272
  * `card_settlement` object.
273
+ * - `card_financial` - Card Financial: details will be under the `card_financial`
274
+ * object.
266
275
  * - `card_revenue_payment` - Card Revenue Payment: details will be under the
267
276
  * `card_revenue_payment` object.
268
277
  * - `check_deposit_acceptance` - Check Deposit Acceptance: details will be under
@@ -327,6 +336,7 @@ export namespace Transaction {
327
336
  | 'card_dispute_loss'
328
337
  | 'card_refund'
329
338
  | 'card_settlement'
339
+ | 'card_financial'
330
340
  | 'card_revenue_payment'
331
341
  | 'check_deposit_acceptance'
332
342
  | 'check_deposit_return'
@@ -1021,6 +1031,668 @@ export namespace Transaction {
1021
1031
  transaction_id: string;
1022
1032
  }
1023
1033
 
1034
+ /**
1035
+ * A Card Financial object. This field will be present in the JSON response if and
1036
+ * only if `category` is equal to `card_financial`. Card Financials are temporary
1037
+ * holds placed on a customers funds with the intent to later clear a transaction.
1038
+ */
1039
+ export interface CardFinancial {
1040
+ /**
1041
+ * The Card Financial identifier.
1042
+ */
1043
+ id: string;
1044
+
1045
+ /**
1046
+ * Whether this financial was approved by Increase, the card network through
1047
+ * stand-in processing, or the user through a real-time decision.
1048
+ *
1049
+ * - `user` - This object was actioned by the user through a real-time decision.
1050
+ * - `increase` - This object was actioned by Increase without user intervention.
1051
+ * - `network` - This object was actioned by the network, through stand-in
1052
+ * processing.
1053
+ */
1054
+ actioner: 'user' | 'increase' | 'network';
1055
+
1056
+ /**
1057
+ * Additional amounts associated with the card authorization, such as ATM
1058
+ * surcharges fees. These are usually a subset of the `amount` field and are used
1059
+ * to provide more detailed information about the transaction.
1060
+ */
1061
+ additional_amounts: CardFinancial.AdditionalAmounts;
1062
+
1063
+ /**
1064
+ * The pending amount in the minor unit of the transaction's currency. For dollars,
1065
+ * for example, this is cents.
1066
+ */
1067
+ amount: number;
1068
+
1069
+ /**
1070
+ * The ID of the Card Payment this transaction belongs to.
1071
+ */
1072
+ card_payment_id: string;
1073
+
1074
+ /**
1075
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
1076
+ * transaction's currency.
1077
+ *
1078
+ * - `CAD` - Canadian Dollar (CAD)
1079
+ * - `CHF` - Swiss Franc (CHF)
1080
+ * - `EUR` - Euro (EUR)
1081
+ * - `GBP` - British Pound (GBP)
1082
+ * - `JPY` - Japanese Yen (JPY)
1083
+ * - `USD` - US Dollar (USD)
1084
+ */
1085
+ currency: 'CAD' | 'CHF' | 'EUR' | 'GBP' | 'JPY' | 'USD';
1086
+
1087
+ /**
1088
+ * If the authorization was made via a Digital Wallet Token (such as an Apple Pay
1089
+ * purchase), the identifier of the token that was used.
1090
+ */
1091
+ digital_wallet_token_id: string | null;
1092
+
1093
+ /**
1094
+ * The direction describes the direction the funds will move, either from the
1095
+ * cardholder to the merchant or from the merchant to the cardholder.
1096
+ *
1097
+ * - `settlement` - A regular card authorization where funds are debited from the
1098
+ * cardholder.
1099
+ * - `refund` - A refund card authorization, sometimes referred to as a credit
1100
+ * voucher authorization, where funds are credited to the cardholder.
1101
+ */
1102
+ direction: 'settlement' | 'refund';
1103
+
1104
+ /**
1105
+ * The merchant identifier (commonly abbreviated as MID) of the merchant the card
1106
+ * is transacting with.
1107
+ */
1108
+ merchant_acceptor_id: string;
1109
+
1110
+ /**
1111
+ * The Merchant Category Code (commonly abbreviated as MCC) of the merchant the
1112
+ * card is transacting with.
1113
+ */
1114
+ merchant_category_code: string;
1115
+
1116
+ /**
1117
+ * The city the merchant resides in.
1118
+ */
1119
+ merchant_city: string | null;
1120
+
1121
+ /**
1122
+ * The country the merchant resides in.
1123
+ */
1124
+ merchant_country: string;
1125
+
1126
+ /**
1127
+ * The merchant descriptor of the merchant the card is transacting with.
1128
+ */
1129
+ merchant_descriptor: string;
1130
+
1131
+ /**
1132
+ * The merchant's postal code. For US merchants this is either a 5-digit or 9-digit
1133
+ * ZIP code, where the first 5 and last 4 are separated by a dash.
1134
+ */
1135
+ merchant_postal_code: string | null;
1136
+
1137
+ /**
1138
+ * The state the merchant resides in.
1139
+ */
1140
+ merchant_state: string | null;
1141
+
1142
+ /**
1143
+ * Fields specific to the `network`.
1144
+ */
1145
+ network_details: CardFinancial.NetworkDetails;
1146
+
1147
+ /**
1148
+ * Network-specific identifiers for a specific request or transaction.
1149
+ */
1150
+ network_identifiers: CardFinancial.NetworkIdentifiers;
1151
+
1152
+ /**
1153
+ * The risk score generated by the card network. For Visa this is the Visa Advanced
1154
+ * Authorization risk score, from 0 to 99, where 99 is the riskiest.
1155
+ */
1156
+ network_risk_score: number | null;
1157
+
1158
+ /**
1159
+ * If the authorization was made in-person with a physical card, the Physical Card
1160
+ * that was used.
1161
+ */
1162
+ physical_card_id: string | null;
1163
+
1164
+ /**
1165
+ * The pending amount in the minor unit of the transaction's presentment currency.
1166
+ */
1167
+ presentment_amount: number;
1168
+
1169
+ /**
1170
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
1171
+ * transaction's presentment currency.
1172
+ */
1173
+ presentment_currency: string;
1174
+
1175
+ /**
1176
+ * The processing category describes the intent behind the financial, such as
1177
+ * whether it was used for bill payments or an automatic fuel dispenser.
1178
+ *
1179
+ * - `account_funding` - Account funding transactions are transactions used to
1180
+ * e.g., fund an account or transfer funds between accounts.
1181
+ * - `automatic_fuel_dispenser` - Automatic fuel dispenser authorizations occur
1182
+ * when a card is used at a gas pump, prior to the actual transaction amount
1183
+ * being known. They are followed by an advice message that updates the amount of
1184
+ * the pending transaction.
1185
+ * - `bill_payment` - A transaction used to pay a bill.
1186
+ * - `original_credit` - Original credit transactions are used to send money to a
1187
+ * cardholder.
1188
+ * - `purchase` - A regular purchase.
1189
+ * - `quasi_cash` - Quasi-cash transactions represent purchases of items which may
1190
+ * be convertible to cash.
1191
+ * - `refund` - A refund card authorization, sometimes referred to as a credit
1192
+ * voucher authorization, where funds are credited to the cardholder.
1193
+ * - `cash_disbursement` - Cash disbursement transactions are used to withdraw cash
1194
+ * from an ATM or a point of sale.
1195
+ * - `unknown` - The processing category is unknown.
1196
+ */
1197
+ processing_category:
1198
+ | 'account_funding'
1199
+ | 'automatic_fuel_dispenser'
1200
+ | 'bill_payment'
1201
+ | 'original_credit'
1202
+ | 'purchase'
1203
+ | 'quasi_cash'
1204
+ | 'refund'
1205
+ | 'cash_disbursement'
1206
+ | 'unknown';
1207
+
1208
+ /**
1209
+ * The identifier of the Real-Time Decision sent to approve or decline this
1210
+ * transaction.
1211
+ */
1212
+ real_time_decision_id: string | null;
1213
+
1214
+ /**
1215
+ * The terminal identifier (commonly abbreviated as TID) of the terminal the card
1216
+ * is transacting with.
1217
+ */
1218
+ terminal_id: string | null;
1219
+
1220
+ /**
1221
+ * The identifier of the Transaction associated with this Transaction.
1222
+ */
1223
+ transaction_id: string;
1224
+
1225
+ /**
1226
+ * A constant representing the object's type. For this resource it will always be
1227
+ * `card_financial`.
1228
+ */
1229
+ type: 'card_financial';
1230
+
1231
+ /**
1232
+ * Fields related to verification of cardholder-provided values.
1233
+ */
1234
+ verification: CardFinancial.Verification;
1235
+ }
1236
+
1237
+ export namespace CardFinancial {
1238
+ /**
1239
+ * Additional amounts associated with the card authorization, such as ATM
1240
+ * surcharges fees. These are usually a subset of the `amount` field and are used
1241
+ * to provide more detailed information about the transaction.
1242
+ */
1243
+ export interface AdditionalAmounts {
1244
+ /**
1245
+ * The part of this transaction amount that was for clinic-related services.
1246
+ */
1247
+ clinic: AdditionalAmounts.Clinic | null;
1248
+
1249
+ /**
1250
+ * The part of this transaction amount that was for dental-related services.
1251
+ */
1252
+ dental: AdditionalAmounts.Dental | null;
1253
+
1254
+ /**
1255
+ * The part of this transaction amount that was for healthcare prescriptions.
1256
+ */
1257
+ prescription: AdditionalAmounts.Prescription | null;
1258
+
1259
+ /**
1260
+ * The surcharge amount charged for this transaction by the merchant.
1261
+ */
1262
+ surcharge: AdditionalAmounts.Surcharge | null;
1263
+
1264
+ /**
1265
+ * The total amount of a series of incremental authorizations, optionally provided.
1266
+ */
1267
+ total_cumulative: AdditionalAmounts.TotalCumulative | null;
1268
+
1269
+ /**
1270
+ * The total amount of healthcare-related additional amounts.
1271
+ */
1272
+ total_healthcare: AdditionalAmounts.TotalHealthcare | null;
1273
+
1274
+ /**
1275
+ * The part of this transaction amount that was for transit-related services.
1276
+ */
1277
+ transit: AdditionalAmounts.Transit | null;
1278
+
1279
+ /**
1280
+ * An unknown additional amount.
1281
+ */
1282
+ unknown: AdditionalAmounts.Unknown | null;
1283
+
1284
+ /**
1285
+ * The part of this transaction amount that was for vision-related services.
1286
+ */
1287
+ vision: AdditionalAmounts.Vision | null;
1288
+ }
1289
+
1290
+ export namespace AdditionalAmounts {
1291
+ /**
1292
+ * The part of this transaction amount that was for clinic-related services.
1293
+ */
1294
+ export interface Clinic {
1295
+ /**
1296
+ * The amount in minor units of the `currency` field. The amount is positive if it
1297
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1298
+ * subtracted from the amount (such as a discount).
1299
+ */
1300
+ amount: number;
1301
+
1302
+ /**
1303
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1304
+ * amount's currency.
1305
+ */
1306
+ currency: string;
1307
+ }
1308
+
1309
+ /**
1310
+ * The part of this transaction amount that was for dental-related services.
1311
+ */
1312
+ export interface Dental {
1313
+ /**
1314
+ * The amount in minor units of the `currency` field. The amount is positive if it
1315
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1316
+ * subtracted from the amount (such as a discount).
1317
+ */
1318
+ amount: number;
1319
+
1320
+ /**
1321
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1322
+ * amount's currency.
1323
+ */
1324
+ currency: string;
1325
+ }
1326
+
1327
+ /**
1328
+ * The part of this transaction amount that was for healthcare prescriptions.
1329
+ */
1330
+ export interface Prescription {
1331
+ /**
1332
+ * The amount in minor units of the `currency` field. The amount is positive if it
1333
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1334
+ * subtracted from the amount (such as a discount).
1335
+ */
1336
+ amount: number;
1337
+
1338
+ /**
1339
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1340
+ * amount's currency.
1341
+ */
1342
+ currency: string;
1343
+ }
1344
+
1345
+ /**
1346
+ * The surcharge amount charged for this transaction by the merchant.
1347
+ */
1348
+ export interface Surcharge {
1349
+ /**
1350
+ * The amount in minor units of the `currency` field. The amount is positive if it
1351
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1352
+ * subtracted from the amount (such as a discount).
1353
+ */
1354
+ amount: number;
1355
+
1356
+ /**
1357
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1358
+ * amount's currency.
1359
+ */
1360
+ currency: string;
1361
+ }
1362
+
1363
+ /**
1364
+ * The total amount of a series of incremental authorizations, optionally provided.
1365
+ */
1366
+ export interface TotalCumulative {
1367
+ /**
1368
+ * The amount in minor units of the `currency` field. The amount is positive if it
1369
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1370
+ * subtracted from the amount (such as a discount).
1371
+ */
1372
+ amount: number;
1373
+
1374
+ /**
1375
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1376
+ * amount's currency.
1377
+ */
1378
+ currency: string;
1379
+ }
1380
+
1381
+ /**
1382
+ * The total amount of healthcare-related additional amounts.
1383
+ */
1384
+ export interface TotalHealthcare {
1385
+ /**
1386
+ * The amount in minor units of the `currency` field. The amount is positive if it
1387
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1388
+ * subtracted from the amount (such as a discount).
1389
+ */
1390
+ amount: number;
1391
+
1392
+ /**
1393
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1394
+ * amount's currency.
1395
+ */
1396
+ currency: string;
1397
+ }
1398
+
1399
+ /**
1400
+ * The part of this transaction amount that was for transit-related services.
1401
+ */
1402
+ export interface Transit {
1403
+ /**
1404
+ * The amount in minor units of the `currency` field. The amount is positive if it
1405
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1406
+ * subtracted from the amount (such as a discount).
1407
+ */
1408
+ amount: number;
1409
+
1410
+ /**
1411
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1412
+ * amount's currency.
1413
+ */
1414
+ currency: string;
1415
+ }
1416
+
1417
+ /**
1418
+ * An unknown additional amount.
1419
+ */
1420
+ export interface Unknown {
1421
+ /**
1422
+ * The amount in minor units of the `currency` field. The amount is positive if it
1423
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1424
+ * subtracted from the amount (such as a discount).
1425
+ */
1426
+ amount: number;
1427
+
1428
+ /**
1429
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1430
+ * amount's currency.
1431
+ */
1432
+ currency: string;
1433
+ }
1434
+
1435
+ /**
1436
+ * The part of this transaction amount that was for vision-related services.
1437
+ */
1438
+ export interface Vision {
1439
+ /**
1440
+ * The amount in minor units of the `currency` field. The amount is positive if it
1441
+ * is added to the amount (such as an ATM surcharge fee) and negative if it is
1442
+ * subtracted from the amount (such as a discount).
1443
+ */
1444
+ amount: number;
1445
+
1446
+ /**
1447
+ * The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the additional
1448
+ * amount's currency.
1449
+ */
1450
+ currency: string;
1451
+ }
1452
+ }
1453
+
1454
+ /**
1455
+ * Fields specific to the `network`.
1456
+ */
1457
+ export interface NetworkDetails {
1458
+ /**
1459
+ * The payment network used to process this card authorization.
1460
+ *
1461
+ * - `visa` - Visa
1462
+ */
1463
+ category: 'visa';
1464
+
1465
+ /**
1466
+ * Fields specific to the `visa` network.
1467
+ */
1468
+ visa: NetworkDetails.Visa | null;
1469
+ }
1470
+
1471
+ export namespace NetworkDetails {
1472
+ /**
1473
+ * Fields specific to the `visa` network.
1474
+ */
1475
+ export interface Visa {
1476
+ /**
1477
+ * For electronic commerce transactions, this identifies the level of security used
1478
+ * in obtaining the customer's payment credential. For mail or telephone order
1479
+ * transactions, identifies the type of mail or telephone order.
1480
+ *
1481
+ * - `mail_phone_order` - Single transaction of a mail/phone order: Use to indicate
1482
+ * that the transaction is a mail/phone order purchase, not a recurring
1483
+ * transaction or installment payment. For domestic transactions in the US
1484
+ * region, this value may also indicate one bill payment transaction in the
1485
+ * card-present or card-absent environments.
1486
+ * - `recurring` - Recurring transaction: Payment indicator used to indicate a
1487
+ * recurring transaction that originates from an acquirer in the US region.
1488
+ * - `installment` - Installment payment: Payment indicator used to indicate one
1489
+ * purchase of goods or services that is billed to the account in multiple
1490
+ * charges over a period of time agreed upon by the cardholder and merchant from
1491
+ * transactions that originate from an acquirer in the US region.
1492
+ * - `unknown_mail_phone_order` - Unknown classification: other mail order: Use to
1493
+ * indicate that the type of mail/telephone order is unknown.
1494
+ * - `secure_electronic_commerce` - Secure electronic commerce transaction: Use to
1495
+ * indicate that the electronic commerce transaction has been authenticated using
1496
+ * e.g., 3-D Secure
1497
+ * - `non_authenticated_security_transaction_at_3ds_capable_merchant` -
1498
+ * Non-authenticated security transaction at a 3-D Secure-capable merchant, and
1499
+ * merchant attempted to authenticate the cardholder using 3-D Secure: Use to
1500
+ * identify an electronic commerce transaction where the merchant attempted to
1501
+ * authenticate the cardholder using 3-D Secure, but was unable to complete the
1502
+ * authentication because the issuer or cardholder does not participate in the
1503
+ * 3-D Secure program.
1504
+ * - `non_authenticated_security_transaction` - Non-authenticated security
1505
+ * transaction: Use to identify an electronic commerce transaction that uses data
1506
+ * encryption for security however , cardholder authentication is not performed
1507
+ * using 3-D Secure.
1508
+ * - `non_secure_transaction` - Non-secure transaction: Use to identify an
1509
+ * electronic commerce transaction that has no data protection.
1510
+ */
1511
+ electronic_commerce_indicator:
1512
+ | 'mail_phone_order'
1513
+ | 'recurring'
1514
+ | 'installment'
1515
+ | 'unknown_mail_phone_order'
1516
+ | 'secure_electronic_commerce'
1517
+ | 'non_authenticated_security_transaction_at_3ds_capable_merchant'
1518
+ | 'non_authenticated_security_transaction'
1519
+ | 'non_secure_transaction'
1520
+ | null;
1521
+
1522
+ /**
1523
+ * The method used to enter the cardholder's primary account number and card
1524
+ * expiration date.
1525
+ *
1526
+ * - `unknown` - Unknown
1527
+ * - `manual` - Manual key entry
1528
+ * - `magnetic_stripe_no_cvv` - Magnetic stripe read, without card verification
1529
+ * value
1530
+ * - `optical_code` - Optical code
1531
+ * - `integrated_circuit_card` - Contact chip card
1532
+ * - `contactless` - Contactless read of chip card
1533
+ * - `credential_on_file` - Transaction initiated using a credential that has
1534
+ * previously been stored on file
1535
+ * - `magnetic_stripe` - Magnetic stripe read
1536
+ * - `contactless_magnetic_stripe` - Contactless read of magnetic stripe data
1537
+ * - `integrated_circuit_card_no_cvv` - Contact chip card, without card
1538
+ * verification value
1539
+ */
1540
+ point_of_service_entry_mode:
1541
+ | 'unknown'
1542
+ | 'manual'
1543
+ | 'magnetic_stripe_no_cvv'
1544
+ | 'optical_code'
1545
+ | 'integrated_circuit_card'
1546
+ | 'contactless'
1547
+ | 'credential_on_file'
1548
+ | 'magnetic_stripe'
1549
+ | 'contactless_magnetic_stripe'
1550
+ | 'integrated_circuit_card_no_cvv'
1551
+ | null;
1552
+
1553
+ /**
1554
+ * Only present when `actioner: network`. Describes why a card authorization was
1555
+ * approved or declined by Visa through stand-in processing.
1556
+ *
1557
+ * - `issuer_error` - Increase failed to process the authorization in a timely
1558
+ * manner.
1559
+ * - `invalid_physical_card` - The physical card read had an invalid CVV, dCVV, or
1560
+ * authorization request cryptogram.
1561
+ * - `invalid_cardholder_authentication_verification_value` - The 3DS cardholder
1562
+ * authentication verification value was invalid.
1563
+ * - `internal_visa_error` - An internal Visa error occurred. Visa uses this reason
1564
+ * code for certain expected occurrences as well, such as Application Transaction
1565
+ * Counter (ATC) replays.
1566
+ * - `merchant_transaction_advisory_service_authentication_required` - The merchant
1567
+ * has enabled Visa's Transaction Advisory Service and requires further
1568
+ * authentication to perform the transaction. In practice this is often utilized
1569
+ * at fuel pumps to tell the cardholder to see the cashier.
1570
+ * - `payment_fraud_disruption_acquirer_block` - The transaction was blocked by
1571
+ * Visa's Payment Fraud Disruption service due to fraudulent Acquirer behavior,
1572
+ * such as card testing.
1573
+ * - `other` - An unspecific reason for stand-in processing.
1574
+ */
1575
+ stand_in_processing_reason:
1576
+ | 'issuer_error'
1577
+ | 'invalid_physical_card'
1578
+ | 'invalid_cardholder_authentication_verification_value'
1579
+ | 'internal_visa_error'
1580
+ | 'merchant_transaction_advisory_service_authentication_required'
1581
+ | 'payment_fraud_disruption_acquirer_block'
1582
+ | 'other'
1583
+ | null;
1584
+ }
1585
+ }
1586
+
1587
+ /**
1588
+ * Network-specific identifiers for a specific request or transaction.
1589
+ */
1590
+ export interface NetworkIdentifiers {
1591
+ /**
1592
+ * A life-cycle identifier used across e.g., an authorization and a reversal.
1593
+ * Expected to be unique per acquirer within a window of time. For some card
1594
+ * networks the retrieval reference number includes the trace counter.
1595
+ */
1596
+ retrieval_reference_number: string | null;
1597
+
1598
+ /**
1599
+ * A counter used to verify an individual authorization. Expected to be unique per
1600
+ * acquirer within a window of time.
1601
+ */
1602
+ trace_number: string | null;
1603
+
1604
+ /**
1605
+ * A globally unique transaction identifier provided by the card network, used
1606
+ * across multiple life-cycle requests.
1607
+ */
1608
+ transaction_id: string | null;
1609
+ }
1610
+
1611
+ /**
1612
+ * Fields related to verification of cardholder-provided values.
1613
+ */
1614
+ export interface Verification {
1615
+ /**
1616
+ * Fields related to verification of the Card Verification Code, a 3-digit code on
1617
+ * the back of the card.
1618
+ */
1619
+ card_verification_code: Verification.CardVerificationCode;
1620
+
1621
+ /**
1622
+ * Cardholder address provided in the authorization request and the address on file
1623
+ * we verified it against.
1624
+ */
1625
+ cardholder_address: Verification.CardholderAddress;
1626
+ }
1627
+
1628
+ export namespace Verification {
1629
+ /**
1630
+ * Fields related to verification of the Card Verification Code, a 3-digit code on
1631
+ * the back of the card.
1632
+ */
1633
+ export interface CardVerificationCode {
1634
+ /**
1635
+ * The result of verifying the Card Verification Code.
1636
+ *
1637
+ * - `not_checked` - No card verification code was provided in the authorization
1638
+ * request.
1639
+ * - `match` - The card verification code matched the one on file.
1640
+ * - `no_match` - The card verification code did not match the one on file.
1641
+ */
1642
+ result: 'not_checked' | 'match' | 'no_match';
1643
+ }
1644
+
1645
+ /**
1646
+ * Cardholder address provided in the authorization request and the address on file
1647
+ * we verified it against.
1648
+ */
1649
+ export interface CardholderAddress {
1650
+ /**
1651
+ * Line 1 of the address on file for the cardholder.
1652
+ */
1653
+ actual_line1: string | null;
1654
+
1655
+ /**
1656
+ * The postal code of the address on file for the cardholder.
1657
+ */
1658
+ actual_postal_code: string | null;
1659
+
1660
+ /**
1661
+ * The cardholder address line 1 provided for verification in the authorization
1662
+ * request.
1663
+ */
1664
+ provided_line1: string | null;
1665
+
1666
+ /**
1667
+ * The postal code provided for verification in the authorization request.
1668
+ */
1669
+ provided_postal_code: string | null;
1670
+
1671
+ /**
1672
+ * The address verification result returned to the card network.
1673
+ *
1674
+ * - `not_checked` - No address information was provided in the authorization
1675
+ * request.
1676
+ * - `postal_code_match_address_no_match` - Postal code matches, but the street
1677
+ * address does not match or was not provided.
1678
+ * - `postal_code_no_match_address_match` - Postal code does not match, but the
1679
+ * street address matches or was not provided.
1680
+ * - `match` - Postal code and street address match.
1681
+ * - `no_match` - Postal code and street address do not match.
1682
+ * - `postal_code_match_address_not_checked` - Postal code matches, but the street
1683
+ * address was not verified. (deprecated)
1684
+ */
1685
+ result:
1686
+ | 'not_checked'
1687
+ | 'postal_code_match_address_no_match'
1688
+ | 'postal_code_no_match_address_match'
1689
+ | 'match'
1690
+ | 'no_match'
1691
+ | 'postal_code_match_address_not_checked';
1692
+ }
1693
+ }
1694
+ }
1695
+
1024
1696
  /**
1025
1697
  * A Card Push Transfer Acceptance object. This field will be present in the JSON
1026
1698
  * response if and only if `category` is equal to `card_push_transfer_acceptance`.
@@ -3583,6 +4255,7 @@ export namespace TransactionListParams {
3583
4255
  | 'card_dispute_loss'
3584
4256
  | 'card_refund'
3585
4257
  | 'card_settlement'
4258
+ | 'card_financial'
3586
4259
  | 'card_revenue_payment'
3587
4260
  | 'check_deposit_acceptance'
3588
4261
  | 'check_deposit_return'