checkout_sdk 1.2.2 → 1.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/checkout_sdk/accounts/accounts.rb +21 -0
- data/lib/checkout_sdk/accounts/additional_document.rb +11 -0
- data/lib/checkout_sdk/accounts/additional_info.rb +17 -0
- data/lib/checkout_sdk/accounts/articles_of_association_type.rb +10 -0
- data/lib/checkout_sdk/accounts/bank_verification.rb +14 -0
- data/lib/checkout_sdk/accounts/bank_verification_type.rb +9 -0
- data/lib/checkout_sdk/accounts/company.rb +7 -1
- data/lib/checkout_sdk/accounts/contact_details.rb +4 -1
- data/lib/checkout_sdk/accounts/date_of_incorporation.rb +14 -0
- data/lib/checkout_sdk/accounts/financial_verification.rb +14 -0
- data/lib/checkout_sdk/accounts/financial_verification_type.rb +9 -0
- data/lib/checkout_sdk/accounts/invitee.rb +11 -0
- data/lib/checkout_sdk/accounts/onboard_entity.rb +13 -4
- data/lib/checkout_sdk/accounts/onboard_sub_entity_documents.rb +31 -4
- data/lib/checkout_sdk/accounts/processing_details.rb +26 -0
- data/lib/checkout_sdk/accounts/proof_of_legality.rb +14 -0
- data/lib/checkout_sdk/accounts/proof_of_legality_type.rb +9 -0
- data/lib/checkout_sdk/accounts/proof_of_principal_address.rb +14 -0
- data/lib/checkout_sdk/accounts/proof_of_principal_address_type.rb +9 -0
- data/lib/checkout_sdk/accounts/shareholder_structure.rb +14 -0
- data/lib/checkout_sdk/accounts/shareholder_structure_type.rb +9 -0
- data/lib/checkout_sdk/api_client.rb +59 -50
- data/lib/checkout_sdk/client.rb +2 -3
- data/lib/checkout_sdk/common/account_change_indicator_type.rb +12 -0
- data/lib/checkout_sdk/common/account_holder.rb +7 -4
- data/lib/checkout_sdk/common/account_password_change_indicator_type.rb +13 -0
- data/lib/checkout_sdk/common/account_type_card_product_type.rb +11 -0
- data/lib/checkout_sdk/common/cardholder_account_age_indicator_type.rb +13 -0
- data/lib/checkout_sdk/common/common.rb +6 -0
- data/lib/checkout_sdk/common/customer_retry.rb +11 -0
- data/lib/checkout_sdk/common/destination.rb +38 -0
- data/lib/checkout_sdk/common/payment_source_type.rb +5 -0
- data/lib/checkout_sdk/error.rb +24 -8
- data/lib/checkout_sdk/payments/exemption.rb +2 -0
- data/lib/checkout_sdk/payments/hosted/hosted_payments_session.rb +18 -4
- data/lib/checkout_sdk/payments/links/payment_link.rb +18 -0
- data/lib/checkout_sdk/payments/partial_authorization.rb +11 -0
- data/lib/checkout_sdk/payments/payment_request.rb +3 -0
- data/lib/checkout_sdk/payments/payments.rb +5 -1
- data/lib/checkout_sdk/payments/sender/government_sender.rb +3 -0
- data/lib/checkout_sdk/payments/sender/individual_sender.rb +3 -0
- data/lib/checkout_sdk/payments/sessions/payment_sessions_request.rb +3 -0
- data/lib/checkout_sdk/payments/source/apm/ach_source.rb +27 -0
- data/lib/checkout_sdk/payments/source/apm/bizum_source.rb +15 -0
- data/lib/checkout_sdk/payments/source/apm/octopus_source.rb +11 -0
- data/lib/checkout_sdk/payments/source/apm/plaid_source.rb +17 -0
- data/lib/checkout_sdk/payments/source/apm/sequra_source.rb +15 -0
- data/lib/checkout_sdk/payments/source/card_source.rb +4 -1
- data/lib/checkout_sdk/payments/source/customer_source.rb +4 -1
- data/lib/checkout_sdk/payments/source/id_source.rb +4 -1
- data/lib/checkout_sdk/payments/source/network_token_source.rb +4 -1
- data/lib/checkout_sdk/payments/source/token_source.rb +4 -1
- data/lib/checkout_sdk/sessions/authentication_method.rb +3 -3
- data/lib/checkout_sdk/sessions/authentication_type.rb +3 -3
- data/lib/checkout_sdk/sessions/card_holder_account_info.rb +39 -3
- data/lib/checkout_sdk/sessions/channel/browser_session.rb +4 -1
- data/lib/checkout_sdk/sessions/channel/channel_data_type.rb +1 -0
- data/lib/checkout_sdk/sessions/channel/merchant_initiated_session.rb +15 -0
- data/lib/checkout_sdk/sessions/channel/request_type.rb +19 -0
- data/lib/checkout_sdk/sessions/channel/sdk_interface_type.rb +2 -2
- data/lib/checkout_sdk/sessions/initial_transaction.rb +23 -0
- data/lib/checkout_sdk/sessions/installment.rb +5 -0
- data/lib/checkout_sdk/sessions/merchant_risk_info.rb +20 -2
- data/lib/checkout_sdk/sessions/optimization.rb +19 -0
- data/lib/checkout_sdk/sessions/optimized_properties.rb +17 -0
- data/lib/checkout_sdk/sessions/pre_order_purchase_indicator_type.rb +10 -0
- data/lib/checkout_sdk/sessions/recurring.rb +5 -0
- data/lib/checkout_sdk/sessions/reorder_items_indicator_type.rb +10 -0
- data/lib/checkout_sdk/sessions/session_request.rb +25 -2
- data/lib/checkout_sdk/sessions/sessions.rb +9 -0
- data/lib/checkout_sdk/sessions/source/card_source.rb +2 -1
- data/lib/checkout_sdk/sessions/three_ds_method_completion_request.rb +3 -1
- data/lib/checkout_sdk/sessions/three_ds_req_auth_method.rb +16 -0
- data/lib/checkout_sdk/sessions/three_ds_requestor_authentication_info.rb +17 -0
- data/lib/checkout_sdk/sessions/transaction_type.rb +3 -3
- data/lib/checkout_sdk/version.rb +1 -1
- metadata +39 -2
@@ -17,8 +17,32 @@ module CheckoutSdk
|
|
17
17
|
# @!attribute transactions_today
|
18
18
|
# @return [Integer]
|
19
19
|
# @!attribute authentication_method
|
20
|
-
# @return [
|
21
|
-
|
20
|
+
# @return [AuthenticationMethod] @deprecated This property will be removed in the future, and should not be used.
|
21
|
+
# @!attribute cardholder_account_age_indicator
|
22
|
+
# @return [CheckoutSdk::Common::CardholderAccountAgeIndicatorType]
|
23
|
+
# @!attribute account_change
|
24
|
+
# @return [Time]
|
25
|
+
# @!attribute account_change_indicator
|
26
|
+
# @return [CheckoutSdk::Common::AccountChangeIndicatorType]
|
27
|
+
# @!attribute account_date
|
28
|
+
# @return [Time]
|
29
|
+
# @!attribute account_password_change
|
30
|
+
# @return [String]
|
31
|
+
# @!attribute account_password_change_indicator
|
32
|
+
# @return [CheckoutSdk::Common::AccountPasswordChangeIndicatorType]
|
33
|
+
# @!attribute transactions_per_year
|
34
|
+
# @return [Integer]
|
35
|
+
# @!attribute payment_account_age
|
36
|
+
# @return [Time]
|
37
|
+
# @!attribute shipping_address_usage
|
38
|
+
# @return [Time]
|
39
|
+
# @!attribute account_type
|
40
|
+
# @return [CheckoutSdk::Common::AccountTypeCardProductType]
|
41
|
+
# @!attribute account_id
|
42
|
+
# @return [String]
|
43
|
+
# @!attribute three_ds_requestor_authentication_info
|
44
|
+
# @return [ThreeDsRequestorAuthenticationInfo]
|
45
|
+
class CardholderAccountInfo
|
22
46
|
attr_accessor :purchase_count,
|
23
47
|
:account_age,
|
24
48
|
:add_card_attempts,
|
@@ -26,7 +50,19 @@ module CheckoutSdk
|
|
26
50
|
:account_name_matches_shipping_name,
|
27
51
|
:suspicious_account_activity,
|
28
52
|
:transactions_today,
|
29
|
-
:authentication_method
|
53
|
+
:authentication_method, # @deprecated
|
54
|
+
:cardholder_account_age_indicator,
|
55
|
+
:account_change,
|
56
|
+
:account_change_indicator,
|
57
|
+
:account_date,
|
58
|
+
:account_password_change,
|
59
|
+
:account_password_change_indicator,
|
60
|
+
:transactions_per_year,
|
61
|
+
:payment_account_age,
|
62
|
+
:shipping_address_usage,
|
63
|
+
:account_type,
|
64
|
+
:account_id,
|
65
|
+
:three_ds_requestor_authentication_info
|
30
66
|
end
|
31
67
|
end
|
32
68
|
end
|
@@ -1,5 +1,7 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
require 'checkout_sdk/sessions/channel/three_ds_method_completion'
|
4
|
+
|
3
5
|
module CheckoutSdk
|
4
6
|
module Sessions
|
5
7
|
# @!attribute three_ds_method_completion
|
@@ -37,8 +39,9 @@ module CheckoutSdk
|
|
37
39
|
:user_agent,
|
38
40
|
:ip_address
|
39
41
|
|
40
|
-
def initialize
|
42
|
+
def initialize(three_ds_method_completion: CheckoutSdk::Sessions::ThreeDsMethodCompletion::U)
|
41
43
|
super ChannelDataType::BROWSER
|
44
|
+
@three_ds_method_completion = three_ds_method_completion
|
42
45
|
end
|
43
46
|
end
|
44
47
|
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module CheckoutSdk
|
4
|
+
module Sessions
|
5
|
+
# @!attribute request_type
|
6
|
+
# @return [RequestType]
|
7
|
+
class MerchantInitiatedSession < ChannelData
|
8
|
+
attr_accessor :request_type
|
9
|
+
|
10
|
+
def initialize
|
11
|
+
super ChannelDataType::MERCHANT_INITIATED
|
12
|
+
end
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module CheckoutSdk
|
4
|
+
module Sessions
|
5
|
+
module RequestType
|
6
|
+
ACCOUNT_VERIFICATION = 'account_verification'
|
7
|
+
ADD_CARD = 'add_card'
|
8
|
+
INSTALLMENT_TRANSACTION = 'installment_transaction'
|
9
|
+
MAIL_ORDER = 'mail_order'
|
10
|
+
MAINTAIN_CARD_INFORMATION = 'maintain_card_information'
|
11
|
+
OTHER_PAYMENT = 'other_payment'
|
12
|
+
RECURRING_TRANSACTION = 'recurring_transaction'
|
13
|
+
SPLIT_OR_DELAYED_SHIPMENT = 'split_or_delayed_shipment'
|
14
|
+
TELEPHONE_ORDER = 'telephone_order'
|
15
|
+
TOP_UP = 'top_up'
|
16
|
+
WHITELIST_STATUS_CHECK = 'whitelist_status_check'
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module CheckoutSdk
|
4
|
+
module Sessions
|
5
|
+
# @!attribute acs_transaction_id
|
6
|
+
# @return [String]
|
7
|
+
# @!attribute authentication_method
|
8
|
+
# @return [String]
|
9
|
+
# @!attribute authentication_timestamp
|
10
|
+
# @return [String]
|
11
|
+
# @!attribute authentication_data
|
12
|
+
# @return [String]
|
13
|
+
# @!attribute initial_session_id
|
14
|
+
# @return [String]
|
15
|
+
class InitialTransaction
|
16
|
+
attr_accessor :acs_transaction_id,
|
17
|
+
:authentication_method,
|
18
|
+
:authentication_timestamp,
|
19
|
+
:authentication_data,
|
20
|
+
:initial_session_id
|
21
|
+
end
|
22
|
+
end
|
23
|
+
end
|
@@ -12,6 +12,11 @@ module CheckoutSdk
|
|
12
12
|
attr_accessor :number_of_payments,
|
13
13
|
:days_between_payments,
|
14
14
|
:expiry
|
15
|
+
|
16
|
+
def initialize(days_between_payments: 1, expiry: '99991231')
|
17
|
+
@days_between_payments = days_between_payments
|
18
|
+
@expiry = expiry
|
19
|
+
end
|
15
20
|
end
|
16
21
|
end
|
17
22
|
end
|
@@ -5,19 +5,37 @@ module CheckoutSdk
|
|
5
5
|
# @!attribute delivery_email
|
6
6
|
# @return [String]
|
7
7
|
# @!attribute delivery_timeframe
|
8
|
-
# @return [String] {DeliveryTimeframe}
|
8
|
+
# @return [String] {}DeliveryTimeframe}
|
9
9
|
# @!attribute is_preorder
|
10
10
|
# @return [TrueClass, FalseClass]
|
11
11
|
# @!attribute is_reorder
|
12
12
|
# @return [TrueClass, FalseClass]
|
13
13
|
# @!attribute shipping_indicator
|
14
14
|
# @return [String] {ShippingIndicator}
|
15
|
+
# @!attribute reorder_items_indicator
|
16
|
+
# @return [String] {ReorderItemsIndicatorType}
|
17
|
+
# @!attribute pre_order_purchase_indicator
|
18
|
+
# @return [String] {PreOrderPurchaseIndicatorType}
|
19
|
+
# @!attribute pre_order_date
|
20
|
+
# @return [Time]
|
21
|
+
# @!attribute gift_card_amount
|
22
|
+
# @return [String]
|
23
|
+
# @!attribute gift_card_currency
|
24
|
+
# @return [String]
|
25
|
+
# @!attribute gift_card_count
|
26
|
+
# @return [String]
|
15
27
|
class MerchantRiskInfo
|
16
28
|
attr_accessor :delivery_email,
|
17
29
|
:delivery_timeframe,
|
18
30
|
:is_preorder,
|
19
31
|
:is_reorder,
|
20
|
-
:shipping_indicator
|
32
|
+
:shipping_indicator,
|
33
|
+
:reorder_items_indicator,
|
34
|
+
:pre_order_purchase_indicator,
|
35
|
+
:pre_order_date,
|
36
|
+
:gift_card_amount,
|
37
|
+
:gift_card_currency,
|
38
|
+
:gift_card_count
|
21
39
|
end
|
22
40
|
end
|
23
41
|
end
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'checkout_sdk/sessions/optimized_properties'
|
4
|
+
|
5
|
+
module CheckoutSdk
|
6
|
+
module Sessions
|
7
|
+
# @!attribute optimized
|
8
|
+
# @return [TrueClass, FalseClass]
|
9
|
+
# @!attribute framework
|
10
|
+
# @return [String]
|
11
|
+
# @!attribute optimized_properties
|
12
|
+
# @return [Array(OptimizedProperties)]
|
13
|
+
class Optimization
|
14
|
+
attr_accessor :optimized,
|
15
|
+
:framework,
|
16
|
+
:optimized_properties
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module CheckoutSdk
|
4
|
+
module Sessions
|
5
|
+
# @!attribute field
|
6
|
+
# @return [String]
|
7
|
+
# @!attribute original_value
|
8
|
+
# @return [String]
|
9
|
+
# @!attribute optimized_value
|
10
|
+
# @return [String]
|
11
|
+
class OptimizedProperties
|
12
|
+
attr_accessor :field,
|
13
|
+
:original_value,
|
14
|
+
:optimized_value
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
@@ -1,5 +1,10 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
require 'checkout_sdk/sessions/authentication_type'
|
4
|
+
require 'checkout_sdk/sessions/category'
|
5
|
+
require 'checkout_sdk/sessions/transaction_type'
|
6
|
+
require 'checkout_sdk/common/challenge_indicator'
|
7
|
+
|
3
8
|
module CheckoutSdk
|
4
9
|
module Sessions
|
5
10
|
# @!attribute source
|
@@ -35,13 +40,17 @@ module CheckoutSdk
|
|
35
40
|
# @!attribute shipping_address_matches_billing
|
36
41
|
# @return [TrueClass, FalseClass]
|
37
42
|
# @!attribute completion
|
38
|
-
# @return [
|
43
|
+
# @return [Completion]
|
39
44
|
# @!attribute channel_data
|
40
45
|
# @return [ChannelData]
|
41
46
|
# @!attribute recurring
|
42
47
|
# @return [Recurring]
|
43
48
|
# @!attribute installment
|
44
49
|
# @return [Installment]
|
50
|
+
# @!attribute optimization
|
51
|
+
# @return [Optimization]
|
52
|
+
# @!attribute initial_transaction
|
53
|
+
# @return [InitialTransaction]
|
45
54
|
class SessionRequest
|
46
55
|
attr_accessor :source,
|
47
56
|
:amount,
|
@@ -62,7 +71,21 @@ module CheckoutSdk
|
|
62
71
|
:completion,
|
63
72
|
:channel_data,
|
64
73
|
:recurring,
|
65
|
-
:installment
|
74
|
+
:installment,
|
75
|
+
:optimization,
|
76
|
+
:initial_transaction
|
77
|
+
|
78
|
+
def initialize(source: CardSource.new,
|
79
|
+
authentication_type: CheckoutSdk::Sessions::AuthenticationType::REGULAR,
|
80
|
+
authentication_category: CheckoutSdk::Sessions::Category::PAYMENT,
|
81
|
+
challenge_indicator: CheckoutSdk::Common::ChallengeIndicator::NO_PREFERENCE,
|
82
|
+
transaction_type: CheckoutSdk::Sessions::TransactionType::GOODS_SERVICE)
|
83
|
+
@source = source
|
84
|
+
@authentication_type = authentication_type
|
85
|
+
@authentication_category = authentication_category
|
86
|
+
@challenge_indicator = challenge_indicator
|
87
|
+
@transaction_type = transaction_type
|
88
|
+
end
|
66
89
|
end
|
67
90
|
end
|
68
91
|
end
|
@@ -16,6 +16,13 @@ require 'checkout_sdk/sessions/sessions_billing_descriptor'
|
|
16
16
|
require 'checkout_sdk/sessions/shipping_indicator'
|
17
17
|
require 'checkout_sdk/sessions/transaction_type'
|
18
18
|
require 'checkout_sdk/sessions/three_ds_method_completion_request'
|
19
|
+
require 'checkout_sdk/sessions/three_ds_req_auth_method'
|
20
|
+
require 'checkout_sdk/sessions/three_ds_requestor_authentication_info'
|
21
|
+
require 'checkout_sdk/sessions/reorder_items_indicator_type'
|
22
|
+
require 'checkout_sdk/sessions/pre_order_purchase_indicator_type'
|
23
|
+
require 'checkout_sdk/sessions/optimized_properties'
|
24
|
+
require 'checkout_sdk/sessions/optimization'
|
25
|
+
require 'checkout_sdk/sessions/initial_transaction'
|
19
26
|
|
20
27
|
# channel
|
21
28
|
require 'checkout_sdk/sessions/channel/channel_data'
|
@@ -26,6 +33,8 @@ require 'checkout_sdk/sessions/channel/three_ds_method_completion'
|
|
26
33
|
require 'checkout_sdk/sessions/channel/uie_elements'
|
27
34
|
require 'checkout_sdk/sessions/channel/app_session'
|
28
35
|
require 'checkout_sdk/sessions/channel/browser_session'
|
36
|
+
require 'checkout_sdk/sessions/channel/request_type'
|
37
|
+
require 'checkout_sdk/sessions/channel/merchant_initiated_session'
|
29
38
|
|
30
39
|
# completion
|
31
40
|
require 'checkout_sdk/sessions/completion/completion_info'
|
@@ -1,9 +1,11 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
+
require 'checkout_sdk/sessions/channel/three_ds_method_completion'
|
4
|
+
|
3
5
|
module CheckoutSdk
|
4
6
|
module Sessions
|
5
7
|
# @!attribute three_ds_method_completion
|
6
|
-
# @return [String] {ThreeDsMethodCompletion}
|
8
|
+
# @return [String] {CheckoutSdk::Sessions::Channel::ThreeDsMethodCompletion}
|
7
9
|
class ThreeDsMethodCompletionRequest
|
8
10
|
attr_accessor :three_ds_method_completion
|
9
11
|
end
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module CheckoutSdk
|
4
|
+
module Sessions
|
5
|
+
module ThreeDsReqAuthMethod
|
6
|
+
NO_THREEDS_REQUESTOR_AUTHENTICATION_OCCURRED = 'no_threeds_requestor_authentication_occurred'
|
7
|
+
THREE3DS_REQUESTOR_OWN_CREDENTIALS = 'three3ds_requestor_own_credentials'
|
8
|
+
FEDERATED_ID = 'federated_id'
|
9
|
+
ISSUER_CREDENTIALS = 'issuer_credentials'
|
10
|
+
THIRD_PARTY_AUTHENTICATION = 'third_party_authentication'
|
11
|
+
FIDO_AUTHENTICATOR = 'fido_authenticator'
|
12
|
+
FIDO_AUTHENTICATOR_FIDO_ASSURANCE_DATA_SIGNED = 'fido_authenticator_fido_assurance_data_signed'
|
13
|
+
SRC_ASSURANCE_DATA = 'src_assurance_data'
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
@@ -0,0 +1,17 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
module CheckoutSdk
|
4
|
+
module Sessions
|
5
|
+
# @!attribute three_ds_req_auth_method
|
6
|
+
# @return [String] {ThreeDsReqAuthMethod}
|
7
|
+
# @!attribute three_ds_req_auth_timestamp
|
8
|
+
# @return [Time]
|
9
|
+
# @!attribute three_ds_req_auth_data
|
10
|
+
# @return [String]
|
11
|
+
class ThreeDsRequestorAuthenticationInfo
|
12
|
+
attr_accessor :three_ds_req_auth_method,
|
13
|
+
:three_ds_req_auth_timestamp,
|
14
|
+
:three_ds_req_auth_data
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
@@ -3,11 +3,11 @@
|
|
3
3
|
module CheckoutSdk
|
4
4
|
module Sessions
|
5
5
|
module TransactionType
|
6
|
-
GOODS_SERVICE = 'goods_service'
|
7
|
-
CHECK_ACCEPTANCE = 'check_acceptance'
|
8
6
|
ACCOUNT_FUNDING = 'account_funding'
|
9
|
-
|
7
|
+
CHECK_ACCEPTANCE = 'check_acceptance'
|
8
|
+
GOODS_SERVICE = 'goods_service'
|
10
9
|
PREPAID_ACTIVATION_AND_LOAD = 'prepaid_activation_and_load'
|
10
|
+
QUASHI_CARD_TRANSACTION = 'quashi_card_transaction'
|
11
11
|
end
|
12
12
|
end
|
13
13
|
end
|
data/lib/checkout_sdk/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: checkout_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Checkout
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -129,12 +129,18 @@ files:
|
|
129
129
|
- lib/checkout_sdk/accounts/account_holder.rb
|
130
130
|
- lib/checkout_sdk/accounts/accounts.rb
|
131
131
|
- lib/checkout_sdk/accounts/accounts_client.rb
|
132
|
+
- lib/checkout_sdk/accounts/additional_document.rb
|
133
|
+
- lib/checkout_sdk/accounts/additional_info.rb
|
134
|
+
- lib/checkout_sdk/accounts/articles_of_association_type.rb
|
135
|
+
- lib/checkout_sdk/accounts/bank_verification.rb
|
136
|
+
- lib/checkout_sdk/accounts/bank_verification_type.rb
|
132
137
|
- lib/checkout_sdk/accounts/business_type.rb
|
133
138
|
- lib/checkout_sdk/accounts/company.rb
|
134
139
|
- lib/checkout_sdk/accounts/company_verification.rb
|
135
140
|
- lib/checkout_sdk/accounts/company_verification_type.rb
|
136
141
|
- lib/checkout_sdk/accounts/contact_details.rb
|
137
142
|
- lib/checkout_sdk/accounts/date_of_birth.rb
|
143
|
+
- lib/checkout_sdk/accounts/date_of_incorporation.rb
|
138
144
|
- lib/checkout_sdk/accounts/document.rb
|
139
145
|
- lib/checkout_sdk/accounts/document_type.rb
|
140
146
|
- lib/checkout_sdk/accounts/entity_document.rb
|
@@ -142,6 +148,8 @@ files:
|
|
142
148
|
- lib/checkout_sdk/accounts/entity_financial_details.rb
|
143
149
|
- lib/checkout_sdk/accounts/entity_financial_documents.rb
|
144
150
|
- lib/checkout_sdk/accounts/file_request.rb
|
151
|
+
- lib/checkout_sdk/accounts/financial_verification.rb
|
152
|
+
- lib/checkout_sdk/accounts/financial_verification_type.rb
|
145
153
|
- lib/checkout_sdk/accounts/headers.rb
|
146
154
|
- lib/checkout_sdk/accounts/identification.rb
|
147
155
|
- lib/checkout_sdk/accounts/individual.rb
|
@@ -150,6 +158,7 @@ files:
|
|
150
158
|
- lib/checkout_sdk/accounts/instrument_details_faster_payments.rb
|
151
159
|
- lib/checkout_sdk/accounts/instrument_details_sepa.rb
|
152
160
|
- lib/checkout_sdk/accounts/instrument_document.rb
|
161
|
+
- lib/checkout_sdk/accounts/invitee.rb
|
153
162
|
- lib/checkout_sdk/accounts/onboard_entity.rb
|
154
163
|
- lib/checkout_sdk/accounts/onboard_sub_entity_documents.rb
|
155
164
|
- lib/checkout_sdk/accounts/payment_instrument.rb
|
@@ -157,13 +166,20 @@ files:
|
|
157
166
|
- lib/checkout_sdk/accounts/payment_instruments_query.rb
|
158
167
|
- lib/checkout_sdk/accounts/phone.rb
|
159
168
|
- lib/checkout_sdk/accounts/place_of_birth.rb
|
169
|
+
- lib/checkout_sdk/accounts/processing_details.rb
|
160
170
|
- lib/checkout_sdk/accounts/profile.rb
|
171
|
+
- lib/checkout_sdk/accounts/proof_of_legality.rb
|
172
|
+
- lib/checkout_sdk/accounts/proof_of_legality_type.rb
|
173
|
+
- lib/checkout_sdk/accounts/proof_of_principal_address.rb
|
174
|
+
- lib/checkout_sdk/accounts/proof_of_principal_address_type.rb
|
161
175
|
- lib/checkout_sdk/accounts/representative.rb
|
162
176
|
- lib/checkout_sdk/accounts/schedule_frequency_daily.rb
|
163
177
|
- lib/checkout_sdk/accounts/schedule_frequency_monthly.rb
|
164
178
|
- lib/checkout_sdk/accounts/schedule_frequency_type.rb
|
165
179
|
- lib/checkout_sdk/accounts/schedule_frequency_weekly.rb
|
166
180
|
- lib/checkout_sdk/accounts/schedule_request.rb
|
181
|
+
- lib/checkout_sdk/accounts/shareholder_structure.rb
|
182
|
+
- lib/checkout_sdk/accounts/shareholder_structure_type.rb
|
167
183
|
- lib/checkout_sdk/accounts/tax_verification.rb
|
168
184
|
- lib/checkout_sdk/accounts/tax_verification_type.rb
|
169
185
|
- lib/checkout_sdk/accounts/update_payment_instrument_request.rb
|
@@ -187,21 +203,27 @@ files:
|
|
187
203
|
- lib/checkout_sdk/checkout_static_keys_sdk_builder.rb
|
188
204
|
- lib/checkout_sdk/checkout_utils.rb
|
189
205
|
- lib/checkout_sdk/client.rb
|
206
|
+
- lib/checkout_sdk/common/account_change_indicator_type.rb
|
190
207
|
- lib/checkout_sdk/common/account_holder.rb
|
191
208
|
- lib/checkout_sdk/common/account_holder_identification.rb
|
192
209
|
- lib/checkout_sdk/common/account_holder_identification_type.rb
|
193
210
|
- lib/checkout_sdk/common/account_holder_type.rb
|
211
|
+
- lib/checkout_sdk/common/account_password_change_indicator_type.rb
|
194
212
|
- lib/checkout_sdk/common/account_type.rb
|
213
|
+
- lib/checkout_sdk/common/account_type_card_product_type.rb
|
195
214
|
- lib/checkout_sdk/common/address.rb
|
196
215
|
- lib/checkout_sdk/common/amount_allocations.rb
|
197
216
|
- lib/checkout_sdk/common/bank_details.rb
|
217
|
+
- lib/checkout_sdk/common/cardholder_account_age_indicator_type.rb
|
198
218
|
- lib/checkout_sdk/common/challenge_indicator.rb
|
199
219
|
- lib/checkout_sdk/common/commission.rb
|
200
220
|
- lib/checkout_sdk/common/common.rb
|
201
221
|
- lib/checkout_sdk/common/country.rb
|
202
222
|
- lib/checkout_sdk/common/currency.rb
|
203
223
|
- lib/checkout_sdk/common/customer_request.rb
|
224
|
+
- lib/checkout_sdk/common/customer_retry.rb
|
204
225
|
- lib/checkout_sdk/common/date_range_query_filter.rb
|
226
|
+
- lib/checkout_sdk/common/destination.rb
|
205
227
|
- lib/checkout_sdk/common/file_purpose.rb
|
206
228
|
- lib/checkout_sdk/common/file_request.rb
|
207
229
|
- lib/checkout_sdk/common/instrument_type.rb
|
@@ -297,6 +319,7 @@ files:
|
|
297
319
|
- lib/checkout_sdk/payments/merchant_initiated_reason.rb
|
298
320
|
- lib/checkout_sdk/payments/network_token_type.rb
|
299
321
|
- lib/checkout_sdk/payments/os_type.rb
|
322
|
+
- lib/checkout_sdk/payments/partial_authorization.rb
|
300
323
|
- lib/checkout_sdk/payments/passenger.rb
|
301
324
|
- lib/checkout_sdk/payments/passenger_name.rb
|
302
325
|
- lib/checkout_sdk/payments/payer.rb
|
@@ -373,11 +396,13 @@ files:
|
|
373
396
|
- lib/checkout_sdk/payments/sessions/store_payment_details_type.rb
|
374
397
|
- lib/checkout_sdk/payments/shipping_details.rb
|
375
398
|
- lib/checkout_sdk/payments/shipping_preference.rb
|
399
|
+
- lib/checkout_sdk/payments/source/apm/ach_source.rb
|
376
400
|
- lib/checkout_sdk/payments/source/apm/after_pay_source.rb
|
377
401
|
- lib/checkout_sdk/payments/source/apm/alipay_plus_source.rb
|
378
402
|
- lib/checkout_sdk/payments/source/apm/alma_source.rb
|
379
403
|
- lib/checkout_sdk/payments/source/apm/bancontact_source.rb
|
380
404
|
- lib/checkout_sdk/payments/source/apm/benefit_source.rb
|
405
|
+
- lib/checkout_sdk/payments/source/apm/bizum_source.rb
|
381
406
|
- lib/checkout_sdk/payments/source/apm/cv_connect_source.rb
|
382
407
|
- lib/checkout_sdk/payments/source/apm/eps_source.rb
|
383
408
|
- lib/checkout_sdk/payments/source/apm/fawry_product.rb
|
@@ -389,11 +414,14 @@ files:
|
|
389
414
|
- lib/checkout_sdk/payments/source/apm/knet_source.rb
|
390
415
|
- lib/checkout_sdk/payments/source/apm/mbway_source.rb
|
391
416
|
- lib/checkout_sdk/payments/source/apm/multi_banco_source.rb
|
417
|
+
- lib/checkout_sdk/payments/source/apm/octopus_source.rb
|
392
418
|
- lib/checkout_sdk/payments/source/apm/p24_source.rb
|
393
419
|
- lib/checkout_sdk/payments/source/apm/paypal_source.rb
|
420
|
+
- lib/checkout_sdk/payments/source/apm/plaid_source.rb
|
394
421
|
- lib/checkout_sdk/payments/source/apm/post_finance_source.rb
|
395
422
|
- lib/checkout_sdk/payments/source/apm/qpay_source.rb
|
396
423
|
- lib/checkout_sdk/payments/source/apm/sepa_source.rb
|
424
|
+
- lib/checkout_sdk/payments/source/apm/sequra_source.rb
|
397
425
|
- lib/checkout_sdk/payments/source/apm/sofort_source.rb
|
398
426
|
- lib/checkout_sdk/payments/source/apm/stcpay_source.rb
|
399
427
|
- lib/checkout_sdk/payments/source/apm/tamara_source.rb
|
@@ -452,6 +480,8 @@ files:
|
|
452
480
|
- lib/checkout_sdk/sessions/channel/browser_session.rb
|
453
481
|
- lib/checkout_sdk/sessions/channel/channel_data.rb
|
454
482
|
- lib/checkout_sdk/sessions/channel/channel_data_type.rb
|
483
|
+
- lib/checkout_sdk/sessions/channel/merchant_initiated_session.rb
|
484
|
+
- lib/checkout_sdk/sessions/channel/request_type.rb
|
455
485
|
- lib/checkout_sdk/sessions/channel/sdk_ephemeral_public_key.rb
|
456
486
|
- lib/checkout_sdk/sessions/channel/sdk_interface_type.rb
|
457
487
|
- lib/checkout_sdk/sessions/channel/three_ds_method_completion.rb
|
@@ -461,9 +491,14 @@ files:
|
|
461
491
|
- lib/checkout_sdk/sessions/completion/hosted_completion_info.rb
|
462
492
|
- lib/checkout_sdk/sessions/completion/non_hosted_completion_info.rb
|
463
493
|
- lib/checkout_sdk/sessions/delivery_timeframe.rb
|
494
|
+
- lib/checkout_sdk/sessions/initial_transaction.rb
|
464
495
|
- lib/checkout_sdk/sessions/installment.rb
|
465
496
|
- lib/checkout_sdk/sessions/merchant_risk_info.rb
|
497
|
+
- lib/checkout_sdk/sessions/optimization.rb
|
498
|
+
- lib/checkout_sdk/sessions/optimized_properties.rb
|
499
|
+
- lib/checkout_sdk/sessions/pre_order_purchase_indicator_type.rb
|
466
500
|
- lib/checkout_sdk/sessions/recurring.rb
|
501
|
+
- lib/checkout_sdk/sessions/reorder_items_indicator_type.rb
|
467
502
|
- lib/checkout_sdk/sessions/session_address.rb
|
468
503
|
- lib/checkout_sdk/sessions/session_marketplace_data.rb
|
469
504
|
- lib/checkout_sdk/sessions/session_request.rb
|
@@ -480,6 +515,8 @@ files:
|
|
480
515
|
- lib/checkout_sdk/sessions/source/session_source.rb
|
481
516
|
- lib/checkout_sdk/sessions/source/token_source.rb
|
482
517
|
- lib/checkout_sdk/sessions/three_ds_method_completion_request.rb
|
518
|
+
- lib/checkout_sdk/sessions/three_ds_req_auth_method.rb
|
519
|
+
- lib/checkout_sdk/sessions/three_ds_requestor_authentication_info.rb
|
483
520
|
- lib/checkout_sdk/sessions/transaction_type.rb
|
484
521
|
- lib/checkout_sdk/simple_logger.rb
|
485
522
|
- lib/checkout_sdk/sources/mandate_type.rb
|