increase 0.504.0 → 0.506.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 +16 -0
- package/package.json +1 -1
- package/resources/card-payments.d.mts +1231 -123
- package/resources/card-payments.d.mts.map +1 -1
- package/resources/card-payments.d.ts +1231 -123
- package/resources/card-payments.d.ts.map +1 -1
- package/resources/declined-transactions.d.mts +123 -0
- package/resources/declined-transactions.d.mts.map +1 -1
- package/resources/declined-transactions.d.ts +123 -0
- package/resources/declined-transactions.d.ts.map +1 -1
- package/resources/pending-transactions.d.mts +123 -0
- package/resources/pending-transactions.d.mts.map +1 -1
- package/resources/pending-transactions.d.ts +123 -0
- package/resources/pending-transactions.d.ts.map +1 -1
- package/resources/transactions.d.mts +369 -0
- package/resources/transactions.d.mts.map +1 -1
- package/resources/transactions.d.ts +369 -0
- package/resources/transactions.d.ts.map +1 -1
- package/src/resources/card-payments.ts +1592 -159
- package/src/resources/declined-transactions.ts +159 -0
- package/src/resources/pending-transactions.ts +159 -0
- package/src/resources/transactions.ts +477 -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
|
@@ -1277,6 +1277,11 @@ export namespace Transaction {
|
|
|
1277
1277
|
*/
|
|
1278
1278
|
real_time_decision_id: string | null;
|
|
1279
1279
|
|
|
1280
|
+
/**
|
|
1281
|
+
* The scheme fees associated with this card financial.
|
|
1282
|
+
*/
|
|
1283
|
+
scheme_fees: Array<CardFinancial.SchemeFee>;
|
|
1284
|
+
|
|
1280
1285
|
/**
|
|
1281
1286
|
* The terminal identifier (commonly abbreviated as TID) of the terminal the card
|
|
1282
1287
|
* is transacting with.
|
|
@@ -1752,6 +1757,160 @@ export namespace Transaction {
|
|
|
1752
1757
|
transaction_id: string | null;
|
|
1753
1758
|
}
|
|
1754
1759
|
|
|
1760
|
+
export interface SchemeFee {
|
|
1761
|
+
/**
|
|
1762
|
+
* The fee amount given as a string containing a decimal number.
|
|
1763
|
+
*/
|
|
1764
|
+
amount: string;
|
|
1765
|
+
|
|
1766
|
+
/**
|
|
1767
|
+
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the fee was
|
|
1768
|
+
* created.
|
|
1769
|
+
*/
|
|
1770
|
+
created_at: string;
|
|
1771
|
+
|
|
1772
|
+
/**
|
|
1773
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the fee
|
|
1774
|
+
* reimbursement.
|
|
1775
|
+
*
|
|
1776
|
+
* - `USD` - US Dollar (USD)
|
|
1777
|
+
*/
|
|
1778
|
+
currency: 'USD';
|
|
1779
|
+
|
|
1780
|
+
/**
|
|
1781
|
+
* The type of fee being assessed.
|
|
1782
|
+
*
|
|
1783
|
+
* - `visa_international_service_assessment_single_currency` - International
|
|
1784
|
+
* Service Assessment (ISA) single-currency is a fee assessed by the card network
|
|
1785
|
+
* for cross-border transactions presented and settled in the same currency.
|
|
1786
|
+
* - `visa_international_service_assessment_cross_currency` - International Service
|
|
1787
|
+
* Assessment (ISA) cross-currency is a fee assessed by the card network for
|
|
1788
|
+
* cross-border transactions presented and settled in different currencies.
|
|
1789
|
+
* - `visa_authorization_domestic_point_of_sale` - Activity and charges for Visa
|
|
1790
|
+
* Settlement System processing for POS (Point-Of-Sale) authorization
|
|
1791
|
+
* transactions. Authorization is the process of approving or declining the
|
|
1792
|
+
* transaction amount specified. The fee is assessed to the Issuer.
|
|
1793
|
+
* - `visa_authorization_international_point_of_sale` - Activity and charges for
|
|
1794
|
+
* Visa Settlement System processing for POS (Point-Of-Sale) International
|
|
1795
|
+
* authorization transactions. Authorization is the process of approving or
|
|
1796
|
+
* declining the transaction amount specified. The fee is assessed to the Issuer.
|
|
1797
|
+
* - `visa_authorization_canada_point_of_sale` - Activity and charges for Visa
|
|
1798
|
+
* Settlement System processing for Canada Region POS (Point-of-Sale)
|
|
1799
|
+
* authorization transactions. Authorization is the process of approving or
|
|
1800
|
+
* declining the transaction amount specified.
|
|
1801
|
+
* - `visa_authorization_reversal_point_of_sale` - Activity only for Visa
|
|
1802
|
+
* Settlement System authorization processing of POS (Point-Of-Sale) reversal
|
|
1803
|
+
* transactions. Authorization reversal represents a VSS message that undoes the
|
|
1804
|
+
* complete or partial actions of a previous authorization request.
|
|
1805
|
+
* - `visa_authorization_reversal_international_point_of_sale` - Activity only for
|
|
1806
|
+
* Visa Settlement System authorization processing of POS (Point-Of-Sale)
|
|
1807
|
+
* International reversal transactions. Authorization reversal represents a VSS
|
|
1808
|
+
* message that undoes the complete or partial actions of a previous
|
|
1809
|
+
* authorization request.
|
|
1810
|
+
* - `visa_authorization_address_verification_service` - A per Address Verification
|
|
1811
|
+
* Service (AVS) result fee. Applies to all usable AVS result codes.
|
|
1812
|
+
* - `visa_advanced_authorization` - Advanced Authorization is a fraud detection
|
|
1813
|
+
* tool that monitors and risk evaluates 100 percent of US VisaNet authorizations
|
|
1814
|
+
* in real-time. Activity related to Purchase (includes Signature Authenticated
|
|
1815
|
+
* Visa and PIN Authenticated Visa Debit (PAVD) transactions).
|
|
1816
|
+
* - `visa_message_transmission` - Issuer Transactions Visa represents a charge
|
|
1817
|
+
* based on total actual monthly processing (Visa transactions only) through a
|
|
1818
|
+
* VisaNet Access Point (VAP). Charges are assessed to the processor for each
|
|
1819
|
+
* VisaNet Access Point.
|
|
1820
|
+
* - `visa_account_verification_domestic` - Activity, per inquiry, related to the
|
|
1821
|
+
* domestic Issuer for Account Number Verification.
|
|
1822
|
+
* - `visa_account_verification_international` - Activity, per inquiry, related to
|
|
1823
|
+
* the international Issuer for Account Number Verification.
|
|
1824
|
+
* - `visa_account_verification_canada` - Activity, per inquiry, related to the
|
|
1825
|
+
* US-Canada Issuer for Account Number Verification.
|
|
1826
|
+
* - `visa_corporate_acceptance_fee` - The Corporate Acceptance Fee is charged to
|
|
1827
|
+
* issuers and is based on the monthly sales volume on Commercial and Government
|
|
1828
|
+
* Debit, Prepaid, Credit, Charge, or Deferred Debit card transactions.
|
|
1829
|
+
* - `visa_consumer_debit_acceptance_fee` - The Consumer Debit Acceptance Fee is
|
|
1830
|
+
* charged to issuers and is based on the monthly sales volume of Consumer Debit
|
|
1831
|
+
* or Prepaid card transactions. The cashback portion of a Debit and Prepaid card
|
|
1832
|
+
* transaction is excluded from the sales volume calculation.
|
|
1833
|
+
* - `visa_business_debit_acceptance_fee` - The Business Acceptance Fee is charged
|
|
1834
|
+
* to issuers and is based on the monthly sales volume on Business Debit,
|
|
1835
|
+
* Prepaid, Credit, Charge, or Deferred Debit card transactions. The cashback
|
|
1836
|
+
* portion is included in the sales volume calculation with the exception of a
|
|
1837
|
+
* Debit and Prepaid card transactions.
|
|
1838
|
+
* - `visa_purchasing_acceptance_fee` - The Purchasing Card Acceptance Fee is
|
|
1839
|
+
* charged to issuers and is based on the monthly sales volume on Commercial and
|
|
1840
|
+
* Government Debit, Prepaid, Credit, Charge, or Deferred Debit card
|
|
1841
|
+
* transactions.
|
|
1842
|
+
* - `visa_purchase_domestic` - Activity and fees for the processing of a sales
|
|
1843
|
+
* draft original for a purchase transaction.
|
|
1844
|
+
* - `visa_purchase_international` - Activity and fees for the processing of an
|
|
1845
|
+
* international sales draft original for a purchase transaction.
|
|
1846
|
+
* - `visa_credit_purchase_token` - Apple Pay Credit Product Token Purchase
|
|
1847
|
+
* Original Transactions. This fee is billed by Visa on behalf of Apple Inc. for
|
|
1848
|
+
* Apple Pay transactions.
|
|
1849
|
+
* - `visa_debit_purchase_token` - Apple Pay Debit Product Token Purchase Original
|
|
1850
|
+
* Transactions. This fee is billed by Visa on behalf of Apple Inc. for Apple Pay
|
|
1851
|
+
* transactions.
|
|
1852
|
+
* - `visa_clearing_transmission` - A per transaction fee assessed for Base II
|
|
1853
|
+
* financial draft - Issuer.
|
|
1854
|
+
* - `visa_direct_authorization` - Issuer charge for Non-Financial OCT/AFT
|
|
1855
|
+
* Authorization 0100 and Declined Financial OCT/AFT 0200 transactions.
|
|
1856
|
+
* - `visa_direct_transaction_domestic` - Data processing charge for Visa Direct
|
|
1857
|
+
* OCTs for all business application identifiers (BAIs) other than money
|
|
1858
|
+
* transfer-bank initiated (BI). BASE II transactions.
|
|
1859
|
+
* - `visa_service_commercial_credit` - Issuer card service fee for Commercial
|
|
1860
|
+
* Credit cards.
|
|
1861
|
+
* - `visa_advertising_service_commercial_credit` - Issuer Advertising Service Fee
|
|
1862
|
+
* for Commercial Credit cards.
|
|
1863
|
+
* - `visa_community_growth_acceleration_program` - Issuer Community Growth
|
|
1864
|
+
* Acceleration Program Fee.
|
|
1865
|
+
* - `visa_processing_guarantee_commercial_credit` - Issuer Processing Guarantee
|
|
1866
|
+
* for Commercial Credit cards.
|
|
1867
|
+
* - `pulse_switch_fee` - Pulse Switch Fee is a fee charged by the Pulse network
|
|
1868
|
+
* for processing transactions on its network.
|
|
1869
|
+
*/
|
|
1870
|
+
fee_type:
|
|
1871
|
+
| 'visa_international_service_assessment_single_currency'
|
|
1872
|
+
| 'visa_international_service_assessment_cross_currency'
|
|
1873
|
+
| 'visa_authorization_domestic_point_of_sale'
|
|
1874
|
+
| 'visa_authorization_international_point_of_sale'
|
|
1875
|
+
| 'visa_authorization_canada_point_of_sale'
|
|
1876
|
+
| 'visa_authorization_reversal_point_of_sale'
|
|
1877
|
+
| 'visa_authorization_reversal_international_point_of_sale'
|
|
1878
|
+
| 'visa_authorization_address_verification_service'
|
|
1879
|
+
| 'visa_advanced_authorization'
|
|
1880
|
+
| 'visa_message_transmission'
|
|
1881
|
+
| 'visa_account_verification_domestic'
|
|
1882
|
+
| 'visa_account_verification_international'
|
|
1883
|
+
| 'visa_account_verification_canada'
|
|
1884
|
+
| 'visa_corporate_acceptance_fee'
|
|
1885
|
+
| 'visa_consumer_debit_acceptance_fee'
|
|
1886
|
+
| 'visa_business_debit_acceptance_fee'
|
|
1887
|
+
| 'visa_purchasing_acceptance_fee'
|
|
1888
|
+
| 'visa_purchase_domestic'
|
|
1889
|
+
| 'visa_purchase_international'
|
|
1890
|
+
| 'visa_credit_purchase_token'
|
|
1891
|
+
| 'visa_debit_purchase_token'
|
|
1892
|
+
| 'visa_clearing_transmission'
|
|
1893
|
+
| 'visa_direct_authorization'
|
|
1894
|
+
| 'visa_direct_transaction_domestic'
|
|
1895
|
+
| 'visa_service_commercial_credit'
|
|
1896
|
+
| 'visa_advertising_service_commercial_credit'
|
|
1897
|
+
| 'visa_community_growth_acceleration_program'
|
|
1898
|
+
| 'visa_processing_guarantee_commercial_credit'
|
|
1899
|
+
| 'pulse_switch_fee';
|
|
1900
|
+
|
|
1901
|
+
/**
|
|
1902
|
+
* The fixed component of the fee, if applicable, given in major units of the fee
|
|
1903
|
+
* amount.
|
|
1904
|
+
*/
|
|
1905
|
+
fixed_component: string | null;
|
|
1906
|
+
|
|
1907
|
+
/**
|
|
1908
|
+
* The variable rate component of the fee, if applicable, given as a decimal (e.g.,
|
|
1909
|
+
* 0.015 for 1.5%).
|
|
1910
|
+
*/
|
|
1911
|
+
variable_rate: string | null;
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1755
1914
|
/**
|
|
1756
1915
|
* Fields related to verification of cardholder-provided values.
|
|
1757
1916
|
*/
|
|
@@ -1983,6 +2142,11 @@ export namespace Transaction {
|
|
|
1983
2142
|
*/
|
|
1984
2143
|
purchase_details: CardRefund.PurchaseDetails | null;
|
|
1985
2144
|
|
|
2145
|
+
/**
|
|
2146
|
+
* The scheme fees associated with this card refund.
|
|
2147
|
+
*/
|
|
2148
|
+
scheme_fees: Array<CardRefund.SchemeFee>;
|
|
2149
|
+
|
|
1986
2150
|
/**
|
|
1987
2151
|
* The identifier of the Transaction associated with this Transaction.
|
|
1988
2152
|
*/
|
|
@@ -2598,6 +2762,160 @@ export namespace Transaction {
|
|
|
2598
2762
|
}
|
|
2599
2763
|
}
|
|
2600
2764
|
}
|
|
2765
|
+
|
|
2766
|
+
export interface SchemeFee {
|
|
2767
|
+
/**
|
|
2768
|
+
* The fee amount given as a string containing a decimal number.
|
|
2769
|
+
*/
|
|
2770
|
+
amount: string;
|
|
2771
|
+
|
|
2772
|
+
/**
|
|
2773
|
+
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the fee was
|
|
2774
|
+
* created.
|
|
2775
|
+
*/
|
|
2776
|
+
created_at: string;
|
|
2777
|
+
|
|
2778
|
+
/**
|
|
2779
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the fee
|
|
2780
|
+
* reimbursement.
|
|
2781
|
+
*
|
|
2782
|
+
* - `USD` - US Dollar (USD)
|
|
2783
|
+
*/
|
|
2784
|
+
currency: 'USD';
|
|
2785
|
+
|
|
2786
|
+
/**
|
|
2787
|
+
* The type of fee being assessed.
|
|
2788
|
+
*
|
|
2789
|
+
* - `visa_international_service_assessment_single_currency` - International
|
|
2790
|
+
* Service Assessment (ISA) single-currency is a fee assessed by the card network
|
|
2791
|
+
* for cross-border transactions presented and settled in the same currency.
|
|
2792
|
+
* - `visa_international_service_assessment_cross_currency` - International Service
|
|
2793
|
+
* Assessment (ISA) cross-currency is a fee assessed by the card network for
|
|
2794
|
+
* cross-border transactions presented and settled in different currencies.
|
|
2795
|
+
* - `visa_authorization_domestic_point_of_sale` - Activity and charges for Visa
|
|
2796
|
+
* Settlement System processing for POS (Point-Of-Sale) authorization
|
|
2797
|
+
* transactions. Authorization is the process of approving or declining the
|
|
2798
|
+
* transaction amount specified. The fee is assessed to the Issuer.
|
|
2799
|
+
* - `visa_authorization_international_point_of_sale` - Activity and charges for
|
|
2800
|
+
* Visa Settlement System processing for POS (Point-Of-Sale) International
|
|
2801
|
+
* authorization transactions. Authorization is the process of approving or
|
|
2802
|
+
* declining the transaction amount specified. The fee is assessed to the Issuer.
|
|
2803
|
+
* - `visa_authorization_canada_point_of_sale` - Activity and charges for Visa
|
|
2804
|
+
* Settlement System processing for Canada Region POS (Point-of-Sale)
|
|
2805
|
+
* authorization transactions. Authorization is the process of approving or
|
|
2806
|
+
* declining the transaction amount specified.
|
|
2807
|
+
* - `visa_authorization_reversal_point_of_sale` - Activity only for Visa
|
|
2808
|
+
* Settlement System authorization processing of POS (Point-Of-Sale) reversal
|
|
2809
|
+
* transactions. Authorization reversal represents a VSS message that undoes the
|
|
2810
|
+
* complete or partial actions of a previous authorization request.
|
|
2811
|
+
* - `visa_authorization_reversal_international_point_of_sale` - Activity only for
|
|
2812
|
+
* Visa Settlement System authorization processing of POS (Point-Of-Sale)
|
|
2813
|
+
* International reversal transactions. Authorization reversal represents a VSS
|
|
2814
|
+
* message that undoes the complete or partial actions of a previous
|
|
2815
|
+
* authorization request.
|
|
2816
|
+
* - `visa_authorization_address_verification_service` - A per Address Verification
|
|
2817
|
+
* Service (AVS) result fee. Applies to all usable AVS result codes.
|
|
2818
|
+
* - `visa_advanced_authorization` - Advanced Authorization is a fraud detection
|
|
2819
|
+
* tool that monitors and risk evaluates 100 percent of US VisaNet authorizations
|
|
2820
|
+
* in real-time. Activity related to Purchase (includes Signature Authenticated
|
|
2821
|
+
* Visa and PIN Authenticated Visa Debit (PAVD) transactions).
|
|
2822
|
+
* - `visa_message_transmission` - Issuer Transactions Visa represents a charge
|
|
2823
|
+
* based on total actual monthly processing (Visa transactions only) through a
|
|
2824
|
+
* VisaNet Access Point (VAP). Charges are assessed to the processor for each
|
|
2825
|
+
* VisaNet Access Point.
|
|
2826
|
+
* - `visa_account_verification_domestic` - Activity, per inquiry, related to the
|
|
2827
|
+
* domestic Issuer for Account Number Verification.
|
|
2828
|
+
* - `visa_account_verification_international` - Activity, per inquiry, related to
|
|
2829
|
+
* the international Issuer for Account Number Verification.
|
|
2830
|
+
* - `visa_account_verification_canada` - Activity, per inquiry, related to the
|
|
2831
|
+
* US-Canada Issuer for Account Number Verification.
|
|
2832
|
+
* - `visa_corporate_acceptance_fee` - The Corporate Acceptance Fee is charged to
|
|
2833
|
+
* issuers and is based on the monthly sales volume on Commercial and Government
|
|
2834
|
+
* Debit, Prepaid, Credit, Charge, or Deferred Debit card transactions.
|
|
2835
|
+
* - `visa_consumer_debit_acceptance_fee` - The Consumer Debit Acceptance Fee is
|
|
2836
|
+
* charged to issuers and is based on the monthly sales volume of Consumer Debit
|
|
2837
|
+
* or Prepaid card transactions. The cashback portion of a Debit and Prepaid card
|
|
2838
|
+
* transaction is excluded from the sales volume calculation.
|
|
2839
|
+
* - `visa_business_debit_acceptance_fee` - The Business Acceptance Fee is charged
|
|
2840
|
+
* to issuers and is based on the monthly sales volume on Business Debit,
|
|
2841
|
+
* Prepaid, Credit, Charge, or Deferred Debit card transactions. The cashback
|
|
2842
|
+
* portion is included in the sales volume calculation with the exception of a
|
|
2843
|
+
* Debit and Prepaid card transactions.
|
|
2844
|
+
* - `visa_purchasing_acceptance_fee` - The Purchasing Card Acceptance Fee is
|
|
2845
|
+
* charged to issuers and is based on the monthly sales volume on Commercial and
|
|
2846
|
+
* Government Debit, Prepaid, Credit, Charge, or Deferred Debit card
|
|
2847
|
+
* transactions.
|
|
2848
|
+
* - `visa_purchase_domestic` - Activity and fees for the processing of a sales
|
|
2849
|
+
* draft original for a purchase transaction.
|
|
2850
|
+
* - `visa_purchase_international` - Activity and fees for the processing of an
|
|
2851
|
+
* international sales draft original for a purchase transaction.
|
|
2852
|
+
* - `visa_credit_purchase_token` - Apple Pay Credit Product Token Purchase
|
|
2853
|
+
* Original Transactions. This fee is billed by Visa on behalf of Apple Inc. for
|
|
2854
|
+
* Apple Pay transactions.
|
|
2855
|
+
* - `visa_debit_purchase_token` - Apple Pay Debit Product Token Purchase Original
|
|
2856
|
+
* Transactions. This fee is billed by Visa on behalf of Apple Inc. for Apple Pay
|
|
2857
|
+
* transactions.
|
|
2858
|
+
* - `visa_clearing_transmission` - A per transaction fee assessed for Base II
|
|
2859
|
+
* financial draft - Issuer.
|
|
2860
|
+
* - `visa_direct_authorization` - Issuer charge for Non-Financial OCT/AFT
|
|
2861
|
+
* Authorization 0100 and Declined Financial OCT/AFT 0200 transactions.
|
|
2862
|
+
* - `visa_direct_transaction_domestic` - Data processing charge for Visa Direct
|
|
2863
|
+
* OCTs for all business application identifiers (BAIs) other than money
|
|
2864
|
+
* transfer-bank initiated (BI). BASE II transactions.
|
|
2865
|
+
* - `visa_service_commercial_credit` - Issuer card service fee for Commercial
|
|
2866
|
+
* Credit cards.
|
|
2867
|
+
* - `visa_advertising_service_commercial_credit` - Issuer Advertising Service Fee
|
|
2868
|
+
* for Commercial Credit cards.
|
|
2869
|
+
* - `visa_community_growth_acceleration_program` - Issuer Community Growth
|
|
2870
|
+
* Acceleration Program Fee.
|
|
2871
|
+
* - `visa_processing_guarantee_commercial_credit` - Issuer Processing Guarantee
|
|
2872
|
+
* for Commercial Credit cards.
|
|
2873
|
+
* - `pulse_switch_fee` - Pulse Switch Fee is a fee charged by the Pulse network
|
|
2874
|
+
* for processing transactions on its network.
|
|
2875
|
+
*/
|
|
2876
|
+
fee_type:
|
|
2877
|
+
| 'visa_international_service_assessment_single_currency'
|
|
2878
|
+
| 'visa_international_service_assessment_cross_currency'
|
|
2879
|
+
| 'visa_authorization_domestic_point_of_sale'
|
|
2880
|
+
| 'visa_authorization_international_point_of_sale'
|
|
2881
|
+
| 'visa_authorization_canada_point_of_sale'
|
|
2882
|
+
| 'visa_authorization_reversal_point_of_sale'
|
|
2883
|
+
| 'visa_authorization_reversal_international_point_of_sale'
|
|
2884
|
+
| 'visa_authorization_address_verification_service'
|
|
2885
|
+
| 'visa_advanced_authorization'
|
|
2886
|
+
| 'visa_message_transmission'
|
|
2887
|
+
| 'visa_account_verification_domestic'
|
|
2888
|
+
| 'visa_account_verification_international'
|
|
2889
|
+
| 'visa_account_verification_canada'
|
|
2890
|
+
| 'visa_corporate_acceptance_fee'
|
|
2891
|
+
| 'visa_consumer_debit_acceptance_fee'
|
|
2892
|
+
| 'visa_business_debit_acceptance_fee'
|
|
2893
|
+
| 'visa_purchasing_acceptance_fee'
|
|
2894
|
+
| 'visa_purchase_domestic'
|
|
2895
|
+
| 'visa_purchase_international'
|
|
2896
|
+
| 'visa_credit_purchase_token'
|
|
2897
|
+
| 'visa_debit_purchase_token'
|
|
2898
|
+
| 'visa_clearing_transmission'
|
|
2899
|
+
| 'visa_direct_authorization'
|
|
2900
|
+
| 'visa_direct_transaction_domestic'
|
|
2901
|
+
| 'visa_service_commercial_credit'
|
|
2902
|
+
| 'visa_advertising_service_commercial_credit'
|
|
2903
|
+
| 'visa_community_growth_acceleration_program'
|
|
2904
|
+
| 'visa_processing_guarantee_commercial_credit'
|
|
2905
|
+
| 'pulse_switch_fee';
|
|
2906
|
+
|
|
2907
|
+
/**
|
|
2908
|
+
* The fixed component of the fee, if applicable, given in major units of the fee
|
|
2909
|
+
* amount.
|
|
2910
|
+
*/
|
|
2911
|
+
fixed_component: string | null;
|
|
2912
|
+
|
|
2913
|
+
/**
|
|
2914
|
+
* The variable rate component of the fee, if applicable, given as a decimal (e.g.,
|
|
2915
|
+
* 0.015 for 1.5%).
|
|
2916
|
+
*/
|
|
2917
|
+
variable_rate: string | null;
|
|
2918
|
+
}
|
|
2601
2919
|
}
|
|
2602
2920
|
|
|
2603
2921
|
/**
|
|
@@ -2758,6 +3076,11 @@ export namespace Transaction {
|
|
|
2758
3076
|
*/
|
|
2759
3077
|
purchase_details: CardSettlement.PurchaseDetails | null;
|
|
2760
3078
|
|
|
3079
|
+
/**
|
|
3080
|
+
* The scheme fees associated with this card settlement.
|
|
3081
|
+
*/
|
|
3082
|
+
scheme_fees: Array<CardSettlement.SchemeFee>;
|
|
3083
|
+
|
|
2761
3084
|
/**
|
|
2762
3085
|
* Surcharge amount details, if applicable. The amount is positive if the surcharge
|
|
2763
3086
|
* is added to the overall transaction amount (surcharge), and negative if the
|
|
@@ -3381,6 +3704,160 @@ export namespace Transaction {
|
|
|
3381
3704
|
}
|
|
3382
3705
|
}
|
|
3383
3706
|
|
|
3707
|
+
export interface SchemeFee {
|
|
3708
|
+
/**
|
|
3709
|
+
* The fee amount given as a string containing a decimal number.
|
|
3710
|
+
*/
|
|
3711
|
+
amount: string;
|
|
3712
|
+
|
|
3713
|
+
/**
|
|
3714
|
+
* The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the fee was
|
|
3715
|
+
* created.
|
|
3716
|
+
*/
|
|
3717
|
+
created_at: string;
|
|
3718
|
+
|
|
3719
|
+
/**
|
|
3720
|
+
* The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the fee
|
|
3721
|
+
* reimbursement.
|
|
3722
|
+
*
|
|
3723
|
+
* - `USD` - US Dollar (USD)
|
|
3724
|
+
*/
|
|
3725
|
+
currency: 'USD';
|
|
3726
|
+
|
|
3727
|
+
/**
|
|
3728
|
+
* The type of fee being assessed.
|
|
3729
|
+
*
|
|
3730
|
+
* - `visa_international_service_assessment_single_currency` - International
|
|
3731
|
+
* Service Assessment (ISA) single-currency is a fee assessed by the card network
|
|
3732
|
+
* for cross-border transactions presented and settled in the same currency.
|
|
3733
|
+
* - `visa_international_service_assessment_cross_currency` - International Service
|
|
3734
|
+
* Assessment (ISA) cross-currency is a fee assessed by the card network for
|
|
3735
|
+
* cross-border transactions presented and settled in different currencies.
|
|
3736
|
+
* - `visa_authorization_domestic_point_of_sale` - Activity and charges for Visa
|
|
3737
|
+
* Settlement System processing for POS (Point-Of-Sale) authorization
|
|
3738
|
+
* transactions. Authorization is the process of approving or declining the
|
|
3739
|
+
* transaction amount specified. The fee is assessed to the Issuer.
|
|
3740
|
+
* - `visa_authorization_international_point_of_sale` - Activity and charges for
|
|
3741
|
+
* Visa Settlement System processing for POS (Point-Of-Sale) International
|
|
3742
|
+
* authorization transactions. Authorization is the process of approving or
|
|
3743
|
+
* declining the transaction amount specified. The fee is assessed to the Issuer.
|
|
3744
|
+
* - `visa_authorization_canada_point_of_sale` - Activity and charges for Visa
|
|
3745
|
+
* Settlement System processing for Canada Region POS (Point-of-Sale)
|
|
3746
|
+
* authorization transactions. Authorization is the process of approving or
|
|
3747
|
+
* declining the transaction amount specified.
|
|
3748
|
+
* - `visa_authorization_reversal_point_of_sale` - Activity only for Visa
|
|
3749
|
+
* Settlement System authorization processing of POS (Point-Of-Sale) reversal
|
|
3750
|
+
* transactions. Authorization reversal represents a VSS message that undoes the
|
|
3751
|
+
* complete or partial actions of a previous authorization request.
|
|
3752
|
+
* - `visa_authorization_reversal_international_point_of_sale` - Activity only for
|
|
3753
|
+
* Visa Settlement System authorization processing of POS (Point-Of-Sale)
|
|
3754
|
+
* International reversal transactions. Authorization reversal represents a VSS
|
|
3755
|
+
* message that undoes the complete or partial actions of a previous
|
|
3756
|
+
* authorization request.
|
|
3757
|
+
* - `visa_authorization_address_verification_service` - A per Address Verification
|
|
3758
|
+
* Service (AVS) result fee. Applies to all usable AVS result codes.
|
|
3759
|
+
* - `visa_advanced_authorization` - Advanced Authorization is a fraud detection
|
|
3760
|
+
* tool that monitors and risk evaluates 100 percent of US VisaNet authorizations
|
|
3761
|
+
* in real-time. Activity related to Purchase (includes Signature Authenticated
|
|
3762
|
+
* Visa and PIN Authenticated Visa Debit (PAVD) transactions).
|
|
3763
|
+
* - `visa_message_transmission` - Issuer Transactions Visa represents a charge
|
|
3764
|
+
* based on total actual monthly processing (Visa transactions only) through a
|
|
3765
|
+
* VisaNet Access Point (VAP). Charges are assessed to the processor for each
|
|
3766
|
+
* VisaNet Access Point.
|
|
3767
|
+
* - `visa_account_verification_domestic` - Activity, per inquiry, related to the
|
|
3768
|
+
* domestic Issuer for Account Number Verification.
|
|
3769
|
+
* - `visa_account_verification_international` - Activity, per inquiry, related to
|
|
3770
|
+
* the international Issuer for Account Number Verification.
|
|
3771
|
+
* - `visa_account_verification_canada` - Activity, per inquiry, related to the
|
|
3772
|
+
* US-Canada Issuer for Account Number Verification.
|
|
3773
|
+
* - `visa_corporate_acceptance_fee` - The Corporate Acceptance Fee is charged to
|
|
3774
|
+
* issuers and is based on the monthly sales volume on Commercial and Government
|
|
3775
|
+
* Debit, Prepaid, Credit, Charge, or Deferred Debit card transactions.
|
|
3776
|
+
* - `visa_consumer_debit_acceptance_fee` - The Consumer Debit Acceptance Fee is
|
|
3777
|
+
* charged to issuers and is based on the monthly sales volume of Consumer Debit
|
|
3778
|
+
* or Prepaid card transactions. The cashback portion of a Debit and Prepaid card
|
|
3779
|
+
* transaction is excluded from the sales volume calculation.
|
|
3780
|
+
* - `visa_business_debit_acceptance_fee` - The Business Acceptance Fee is charged
|
|
3781
|
+
* to issuers and is based on the monthly sales volume on Business Debit,
|
|
3782
|
+
* Prepaid, Credit, Charge, or Deferred Debit card transactions. The cashback
|
|
3783
|
+
* portion is included in the sales volume calculation with the exception of a
|
|
3784
|
+
* Debit and Prepaid card transactions.
|
|
3785
|
+
* - `visa_purchasing_acceptance_fee` - The Purchasing Card Acceptance Fee is
|
|
3786
|
+
* charged to issuers and is based on the monthly sales volume on Commercial and
|
|
3787
|
+
* Government Debit, Prepaid, Credit, Charge, or Deferred Debit card
|
|
3788
|
+
* transactions.
|
|
3789
|
+
* - `visa_purchase_domestic` - Activity and fees for the processing of a sales
|
|
3790
|
+
* draft original for a purchase transaction.
|
|
3791
|
+
* - `visa_purchase_international` - Activity and fees for the processing of an
|
|
3792
|
+
* international sales draft original for a purchase transaction.
|
|
3793
|
+
* - `visa_credit_purchase_token` - Apple Pay Credit Product Token Purchase
|
|
3794
|
+
* Original Transactions. This fee is billed by Visa on behalf of Apple Inc. for
|
|
3795
|
+
* Apple Pay transactions.
|
|
3796
|
+
* - `visa_debit_purchase_token` - Apple Pay Debit Product Token Purchase Original
|
|
3797
|
+
* Transactions. This fee is billed by Visa on behalf of Apple Inc. for Apple Pay
|
|
3798
|
+
* transactions.
|
|
3799
|
+
* - `visa_clearing_transmission` - A per transaction fee assessed for Base II
|
|
3800
|
+
* financial draft - Issuer.
|
|
3801
|
+
* - `visa_direct_authorization` - Issuer charge for Non-Financial OCT/AFT
|
|
3802
|
+
* Authorization 0100 and Declined Financial OCT/AFT 0200 transactions.
|
|
3803
|
+
* - `visa_direct_transaction_domestic` - Data processing charge for Visa Direct
|
|
3804
|
+
* OCTs for all business application identifiers (BAIs) other than money
|
|
3805
|
+
* transfer-bank initiated (BI). BASE II transactions.
|
|
3806
|
+
* - `visa_service_commercial_credit` - Issuer card service fee for Commercial
|
|
3807
|
+
* Credit cards.
|
|
3808
|
+
* - `visa_advertising_service_commercial_credit` - Issuer Advertising Service Fee
|
|
3809
|
+
* for Commercial Credit cards.
|
|
3810
|
+
* - `visa_community_growth_acceleration_program` - Issuer Community Growth
|
|
3811
|
+
* Acceleration Program Fee.
|
|
3812
|
+
* - `visa_processing_guarantee_commercial_credit` - Issuer Processing Guarantee
|
|
3813
|
+
* for Commercial Credit cards.
|
|
3814
|
+
* - `pulse_switch_fee` - Pulse Switch Fee is a fee charged by the Pulse network
|
|
3815
|
+
* for processing transactions on its network.
|
|
3816
|
+
*/
|
|
3817
|
+
fee_type:
|
|
3818
|
+
| 'visa_international_service_assessment_single_currency'
|
|
3819
|
+
| 'visa_international_service_assessment_cross_currency'
|
|
3820
|
+
| 'visa_authorization_domestic_point_of_sale'
|
|
3821
|
+
| 'visa_authorization_international_point_of_sale'
|
|
3822
|
+
| 'visa_authorization_canada_point_of_sale'
|
|
3823
|
+
| 'visa_authorization_reversal_point_of_sale'
|
|
3824
|
+
| 'visa_authorization_reversal_international_point_of_sale'
|
|
3825
|
+
| 'visa_authorization_address_verification_service'
|
|
3826
|
+
| 'visa_advanced_authorization'
|
|
3827
|
+
| 'visa_message_transmission'
|
|
3828
|
+
| 'visa_account_verification_domestic'
|
|
3829
|
+
| 'visa_account_verification_international'
|
|
3830
|
+
| 'visa_account_verification_canada'
|
|
3831
|
+
| 'visa_corporate_acceptance_fee'
|
|
3832
|
+
| 'visa_consumer_debit_acceptance_fee'
|
|
3833
|
+
| 'visa_business_debit_acceptance_fee'
|
|
3834
|
+
| 'visa_purchasing_acceptance_fee'
|
|
3835
|
+
| 'visa_purchase_domestic'
|
|
3836
|
+
| 'visa_purchase_international'
|
|
3837
|
+
| 'visa_credit_purchase_token'
|
|
3838
|
+
| 'visa_debit_purchase_token'
|
|
3839
|
+
| 'visa_clearing_transmission'
|
|
3840
|
+
| 'visa_direct_authorization'
|
|
3841
|
+
| 'visa_direct_transaction_domestic'
|
|
3842
|
+
| 'visa_service_commercial_credit'
|
|
3843
|
+
| 'visa_advertising_service_commercial_credit'
|
|
3844
|
+
| 'visa_community_growth_acceleration_program'
|
|
3845
|
+
| 'visa_processing_guarantee_commercial_credit'
|
|
3846
|
+
| 'pulse_switch_fee';
|
|
3847
|
+
|
|
3848
|
+
/**
|
|
3849
|
+
* The fixed component of the fee, if applicable, given in major units of the fee
|
|
3850
|
+
* amount.
|
|
3851
|
+
*/
|
|
3852
|
+
fixed_component: string | null;
|
|
3853
|
+
|
|
3854
|
+
/**
|
|
3855
|
+
* The variable rate component of the fee, if applicable, given as a decimal (e.g.,
|
|
3856
|
+
* 0.015 for 1.5%).
|
|
3857
|
+
*/
|
|
3858
|
+
variable_rate: string | null;
|
|
3859
|
+
}
|
|
3860
|
+
|
|
3384
3861
|
/**
|
|
3385
3862
|
* Surcharge amount details, if applicable. The amount is positive if the surcharge
|
|
3386
3863
|
* is added to the overall transaction amount (surcharge), and negative if the
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.506.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.506.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.506.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.506.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|