adyen-ruby-api-library 7.0.0 → 7.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/CODEOWNERS +1 -1
- data/.github/release.yml +18 -0
- data/.github/workflows/gh_release.yml +16 -0
- data/.github/workflows/release_request.yml +15 -0
- data/.github/workflows/ruby.yml +1 -1
- data/.github/workflows/services.yml +28 -0
- data/.rubocop.yml +8 -0
- data/Gemfile +7 -7
- data/Makefile +14 -10
- data/README.md +13 -10
- data/Rakefile +3 -3
- data/adyen-ruby-api-library.gemspec +6 -3
- data/bin/console +2 -2
- data/lib/adyen/client.rb +96 -76
- data/lib/adyen/errors.rb +23 -18
- data/lib/adyen/hash_with_accessors.rb +12 -7
- data/lib/adyen/services/balanceControlService.rb +7 -14
- data/lib/adyen/services/balancePlatform/account_holders_api.rb +22 -38
- data/lib/adyen/services/balancePlatform/balance_accounts_api.rb +48 -79
- data/lib/adyen/services/balancePlatform/bank_account_validation_api.rb +6 -13
- data/lib/adyen/services/balancePlatform/grant_accounts_api.rb +6 -13
- data/lib/adyen/services/balancePlatform/grant_offers_api.rb +12 -22
- data/lib/adyen/services/balancePlatform/payment_instrument_groups_api.rb +16 -29
- data/lib/adyen/services/balancePlatform/payment_instruments_api.rb +26 -45
- data/lib/adyen/services/balancePlatform/platform_api.rb +12 -22
- data/lib/adyen/services/balancePlatform/transaction_rules_api.rb +21 -37
- data/lib/adyen/services/balancePlatform.rb +38 -40
- data/lib/adyen/services/binLookup.rb +12 -22
- data/lib/adyen/services/checkout/classic_checkout_sdk_api.rb +11 -21
- data/lib/adyen/services/checkout/modifications_api.rb +31 -53
- data/lib/adyen/services/checkout/orders_api.rb +16 -29
- data/lib/adyen/services/checkout/payment_links_api.rb +16 -29
- data/lib/adyen/services/checkout/payments_api.rb +40 -53
- data/lib/adyen/services/checkout/recurring_api.rb +13 -23
- data/lib/adyen/services/checkout/utility_api.rb +11 -21
- data/lib/adyen/services/checkout.rb +32 -34
- data/lib/adyen/services/dataProtection.rb +7 -14
- data/lib/adyen/services/dispute.rb +6 -5
- data/lib/adyen/services/legalEntityManagement/business_lines_api.rb +21 -37
- data/lib/adyen/services/legalEntityManagement/documents_api.rb +21 -37
- data/lib/adyen/services/legalEntityManagement/hosted_onboarding_api.rb +16 -29
- data/lib/adyen/services/legalEntityManagement/legal_entities_api.rb +26 -45
- data/lib/adyen/services/legalEntityManagement/pci_questionnaires_api.rb +21 -37
- data/lib/adyen/services/legalEntityManagement/terms_of_service_api.rb +25 -29
- data/lib/adyen/services/legalEntityManagement/transfer_instruments_api.rb +21 -37
- data/lib/adyen/services/legalEntityManagement.rb +32 -34
- data/lib/adyen/services/management/account_company_level_api.rb +18 -31
- data/lib/adyen/services/management/account_merchant_level_api.rb +22 -38
- data/lib/adyen/services/management/account_store_level_api.rb +43 -71
- data/lib/adyen/services/management/allowed_origins_company_level_api.rb +21 -37
- data/lib/adyen/services/management/allowed_origins_merchant_level_api.rb +21 -37
- data/lib/adyen/services/management/api_credentials_company_level_api.rb +22 -38
- data/lib/adyen/services/management/api_credentials_merchant_level_api.rb +22 -38
- data/lib/adyen/services/management/api_key_company_level_api.rb +6 -13
- data/lib/adyen/services/management/api_key_merchant_level_api.rb +6 -13
- data/lib/adyen/services/management/client_key_company_level_api.rb +6 -13
- data/lib/adyen/services/management/client_key_merchant_level_api.rb +6 -13
- data/lib/adyen/services/management/my_api_credential_api.rb +26 -45
- data/lib/adyen/services/management/payment_methods_merchant_level_api.rb +32 -54
- data/lib/adyen/services/management/payout_settings_merchant_level_api.rb +26 -45
- data/lib/adyen/services/management/split_configuration_merchant_level_api.rb +92 -0
- data/lib/adyen/services/management/terminal_actions_company_level_api.rb +24 -40
- data/lib/adyen/services/management/terminal_actions_terminal_level_api.rb +6 -13
- data/lib/adyen/services/management/terminal_orders_company_level_api.rb +55 -89
- data/lib/adyen/services/management/terminal_orders_merchant_level_api.rb +55 -89
- data/lib/adyen/services/management/terminal_settings_company_level_api.rb +23 -39
- data/lib/adyen/services/management/terminal_settings_merchant_level_api.rb +23 -39
- data/lib/adyen/services/management/terminal_settings_store_level_api.rb +45 -73
- data/lib/adyen/services/management/terminal_settings_terminal_level_api.rb +21 -37
- data/lib/adyen/services/management/terminals_terminal_level_api.rb +7 -14
- data/lib/adyen/services/management/users_company_level_api.rb +22 -38
- data/lib/adyen/services/management/users_merchant_level_api.rb +22 -38
- data/lib/adyen/services/management/webhooks_company_level_api.rb +37 -62
- data/lib/adyen/services/management/webhooks_merchant_level_api.rb +37 -62
- data/lib/adyen/services/management.rb +99 -96
- data/lib/adyen/services/marketpay.rb +42 -36
- data/lib/adyen/services/payment/general_api.rb +56 -0
- data/lib/adyen/services/payment/modifications_api.rb +83 -0
- data/lib/adyen/services/payment.rb +10 -158
- data/lib/adyen/services/payout/initialization_api.rb +16 -29
- data/lib/adyen/services/payout/instant_payouts_api.rb +6 -13
- data/lib/adyen/services/payout/reviewing_api.rb +11 -21
- data/lib/adyen/services/payout.rb +19 -21
- data/lib/adyen/services/posTerminalManagement.rb +27 -46
- data/lib/adyen/services/recurring.rb +32 -54
- data/lib/adyen/services/service.rb +5 -4
- data/lib/adyen/services/storedValue.rb +32 -54
- data/lib/adyen/services/transfers/capital_api.rb +38 -0
- data/lib/adyen/services/transfers/transactions_api.rb +12 -22
- data/lib/adyen/services/transfers/transfers_api.rb +6 -13
- data/lib/adyen/services/transfers.rb +20 -17
- data/lib/adyen/utils/hmac_validator.rb +9 -9
- data/lib/adyen/version.rb +3 -3
- data/lib/adyen-ruby-api-library.rb +21 -21
- data/spec/account_spec.rb +20 -20
- data/spec/balance_control_spec.rb +28 -29
- data/spec/balance_platform_spec.rb +108 -102
- data/spec/bin_lookup_spec.rb +50 -50
- data/spec/checkout_spec.rb +581 -515
- data/spec/client_spec.rb +118 -71
- data/spec/data_protection_spec.rb +4 -4
- data/spec/dispute_spec.rb +7 -7
- data/spec/errors_spec.rb +37 -17
- data/spec/fund_spec.rb +10 -10
- data/spec/hash_with_accessors_spec.rb +18 -8
- data/spec/hop_spec.rb +4 -4
- data/spec/lem_spec.rb +44 -49
- data/spec/management_spec.rb +46 -48
- data/spec/notification_spec.rb +9 -9
- data/spec/payments_spec.rb +31 -32
- data/spec/payouts_spec.rb +29 -32
- data/spec/pos_terminal_management_spec.rb +30 -32
- data/spec/recurring_spec.rb +8 -8
- data/spec/service_spec.rb +4 -0
- data/spec/spec_helper.rb +37 -35
- data/spec/stored_value_spec.rb +28 -27
- data/spec/transfers_spec.rb +48 -47
- data/spec/utils/hmac_validator_spec.rb +15 -14
- data/templates/api-single.mustache +13 -15
- data/templates/api-small.mustache +8 -15
- data/templates/api.mustache +7 -14
- metadata +27 -18
- data/.github/dependabot.yml +0 -8
- /data/spec/mocks/responses/Webhooks/{backslash_notification.json → backslash_webhook.json} +0 -0
- /data/spec/mocks/responses/Webhooks/{colon_notification.json → colon_webhook.json} +0 -0
- /data/spec/mocks/responses/Webhooks/{forwardslash_notification.json → forwardslash_webhook.json} +0 -0
- /data/spec/mocks/responses/Webhooks/{mixed_notification.json → mixed_webhook.json} +0 -0
@@ -1,97 +1,72 @@
|
|
1
1
|
require_relative '../service'
|
2
2
|
module Adyen
|
3
|
-
|
4
|
-
|
5
3
|
class WebhooksMerchantLevelApi < Service
|
6
4
|
attr_accessor :service, :version
|
7
5
|
|
8
6
|
def initialize(client, version = DEFAULT_VERSION)
|
9
|
-
|
10
|
-
@client = client
|
11
|
-
@version = version
|
7
|
+
super(client, version, 'Management')
|
12
8
|
end
|
13
9
|
|
14
|
-
def remove_webhook(
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
endpoint = "/merchants/{merchantId}/webhooks/{webhookId}".gsub(/{.+?}/, '%s')
|
19
|
-
endpoint = endpoint.gsub(/^\//, "")
|
20
|
-
endpoint = endpoint % [merchantId,webhookId]
|
10
|
+
def remove_webhook(merchant_id, webhook_id, headers: {})
|
11
|
+
endpoint = '/merchants/{merchantId}/webhooks/{webhookId}'.gsub(/{.+?}/, '%s')
|
12
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
13
|
+
endpoint = format(endpoint, merchant_id, webhook_id)
|
21
14
|
|
22
|
-
action = { method:
|
15
|
+
action = { method: 'delete', url: endpoint }
|
23
16
|
@client.call_adyen_api(@service, action, {}, headers, @version)
|
24
17
|
end
|
25
18
|
|
26
|
-
def list_all_webhooks(
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
endpoint
|
31
|
-
|
32
|
-
endpoint = endpoint % [merchantId]
|
33
|
-
endpoint = endpoint + create_query_string(queryParams)
|
34
|
-
action = { method: "get", url: endpoint}
|
19
|
+
def list_all_webhooks(merchant_id, headers: {}, query_params: {})
|
20
|
+
endpoint = '/merchants/{merchantId}/webhooks'.gsub(/{.+?}/, '%s')
|
21
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
22
|
+
endpoint = format(endpoint, merchant_id)
|
23
|
+
endpoint += create_query_string(query_params)
|
24
|
+
action = { method: 'get', url: endpoint }
|
35
25
|
@client.call_adyen_api(@service, action, {}, headers, @version)
|
36
26
|
end
|
37
27
|
|
38
|
-
def get_webhook(
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
endpoint = "/merchants/{merchantId}/webhooks/{webhookId}".gsub(/{.+?}/, '%s')
|
43
|
-
endpoint = endpoint.gsub(/^\//, "")
|
44
|
-
endpoint = endpoint % [merchantId,webhookId]
|
28
|
+
def get_webhook(merchant_id, webhook_id, headers: {})
|
29
|
+
endpoint = '/merchants/{merchantId}/webhooks/{webhookId}'.gsub(/{.+?}/, '%s')
|
30
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
31
|
+
endpoint = format(endpoint, merchant_id, webhook_id)
|
45
32
|
|
46
|
-
action = { method:
|
33
|
+
action = { method: 'get', url: endpoint }
|
47
34
|
@client.call_adyen_api(@service, action, {}, headers, @version)
|
48
35
|
end
|
49
36
|
|
50
|
-
def update_webhook(request,
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
endpoint = "/merchants/{merchantId}/webhooks/{webhookId}".gsub(/{.+?}/, '%s')
|
55
|
-
endpoint = endpoint.gsub(/^\//, "")
|
56
|
-
endpoint = endpoint % [merchantId,webhookId]
|
37
|
+
def update_webhook(request, merchant_id, webhook_id, headers: {})
|
38
|
+
endpoint = '/merchants/{merchantId}/webhooks/{webhookId}'.gsub(/{.+?}/, '%s')
|
39
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
40
|
+
endpoint = format(endpoint, merchant_id, webhook_id)
|
57
41
|
|
58
|
-
action = { method:
|
42
|
+
action = { method: 'patch', url: endpoint }
|
59
43
|
@client.call_adyen_api(@service, action, request, headers, @version)
|
60
44
|
end
|
61
45
|
|
62
|
-
def set_up_webhook(request,
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
endpoint = "/merchants/{merchantId}/webhooks".gsub(/{.+?}/, '%s')
|
67
|
-
endpoint = endpoint.gsub(/^\//, "")
|
68
|
-
endpoint = endpoint % [merchantId]
|
46
|
+
def set_up_webhook(request, merchant_id, headers: {})
|
47
|
+
endpoint = '/merchants/{merchantId}/webhooks'.gsub(/{.+?}/, '%s')
|
48
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
49
|
+
endpoint = format(endpoint, merchant_id)
|
69
50
|
|
70
|
-
action = { method:
|
51
|
+
action = { method: 'post', url: endpoint }
|
71
52
|
@client.call_adyen_api(@service, action, request, headers, @version)
|
72
53
|
end
|
73
54
|
|
74
|
-
def generate_hmac_key(
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
endpoint = "/merchants/{merchantId}/webhooks/{webhookId}/generateHmac".gsub(/{.+?}/, '%s')
|
79
|
-
endpoint = endpoint.gsub(/^\//, "")
|
80
|
-
endpoint = endpoint % [merchantId,webhookId]
|
55
|
+
def generate_hmac_key(merchant_id, webhook_id, headers: {})
|
56
|
+
endpoint = '/merchants/{merchantId}/webhooks/{webhookId}/generateHmac'.gsub(/{.+?}/, '%s')
|
57
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
58
|
+
endpoint = format(endpoint, merchant_id, webhook_id)
|
81
59
|
|
82
|
-
action = { method:
|
60
|
+
action = { method: 'post', url: endpoint }
|
83
61
|
@client.call_adyen_api(@service, action, {}, headers, @version)
|
84
62
|
end
|
85
63
|
|
86
|
-
def test_webhook(request,
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
endpoint = "/merchants/{merchantId}/webhooks/{webhookId}/test".gsub(/{.+?}/, '%s')
|
91
|
-
endpoint = endpoint.gsub(/^\//, "")
|
92
|
-
endpoint = endpoint % [merchantId,webhookId]
|
64
|
+
def test_webhook(request, merchant_id, webhook_id, headers: {})
|
65
|
+
endpoint = '/merchants/{merchantId}/webhooks/{webhookId}/test'.gsub(/{.+?}/, '%s')
|
66
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
67
|
+
endpoint = format(endpoint, merchant_id, webhook_id)
|
93
68
|
|
94
|
-
action = { method:
|
69
|
+
action = { method: 'post', url: endpoint }
|
95
70
|
@client.call_adyen_api(@service, action, request, headers, @version)
|
96
71
|
end
|
97
72
|
|
@@ -12,6 +12,7 @@ require_relative 'management/client_key_merchant_level_api'
|
|
12
12
|
require_relative 'management/my_api_credential_api'
|
13
13
|
require_relative 'management/payment_methods_merchant_level_api'
|
14
14
|
require_relative 'management/payout_settings_merchant_level_api'
|
15
|
+
require_relative 'management/split_configuration_merchant_level_api'
|
15
16
|
require_relative 'management/terminal_actions_company_level_api'
|
16
17
|
require_relative 'management/terminal_actions_terminal_level_api'
|
17
18
|
require_relative 'management/terminal_orders_company_level_api'
|
@@ -27,125 +28,127 @@ require_relative 'management/webhooks_company_level_api'
|
|
27
28
|
require_relative 'management/webhooks_merchant_level_api'
|
28
29
|
|
29
30
|
module Adyen
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
@api_key_company_level_api ||= Adyen::APIKeyCompanyLevelApi.new(@client, @version)
|
52
|
-
end
|
31
|
+
class Management
|
32
|
+
attr_accessor :service, :version
|
33
|
+
|
34
|
+
DEFAULT_VERSION = 1
|
35
|
+
def initialize(client, version = DEFAULT_VERSION)
|
36
|
+
@service = 'Management'
|
37
|
+
@client = client
|
38
|
+
@version = version
|
39
|
+
end
|
40
|
+
|
41
|
+
def api_credentials_company_level_api
|
42
|
+
@api_credentials_company_level_api ||= Adyen::APICredentialsCompanyLevelApi.new(@client, @version)
|
43
|
+
end
|
44
|
+
|
45
|
+
def api_credentials_merchant_level_api
|
46
|
+
@api_credentials_merchant_level_api ||= Adyen::APICredentialsMerchantLevelApi.new(@client, @version)
|
47
|
+
end
|
48
|
+
|
49
|
+
def api_key_company_level_api
|
50
|
+
@api_key_company_level_api ||= Adyen::APIKeyCompanyLevelApi.new(@client, @version)
|
51
|
+
end
|
53
52
|
|
54
|
-
|
55
|
-
|
56
|
-
|
53
|
+
def api_key_merchant_level_api
|
54
|
+
@api_key_merchant_level_api ||= Adyen::APIKeyMerchantLevelApi.new(@client, @version)
|
55
|
+
end
|
57
56
|
|
58
|
-
|
59
|
-
|
60
|
-
|
57
|
+
def account_company_level_api
|
58
|
+
@account_company_level_api ||= Adyen::AccountCompanyLevelApi.new(@client, @version)
|
59
|
+
end
|
61
60
|
|
62
|
-
|
63
|
-
|
64
|
-
|
61
|
+
def account_merchant_level_api
|
62
|
+
@account_merchant_level_api ||= Adyen::AccountMerchantLevelApi.new(@client, @version)
|
63
|
+
end
|
65
64
|
|
66
|
-
|
67
|
-
|
68
|
-
|
65
|
+
def account_store_level_api
|
66
|
+
@account_store_level_api ||= Adyen::AccountStoreLevelApi.new(@client, @version)
|
67
|
+
end
|
69
68
|
|
70
|
-
|
71
|
-
|
72
|
-
|
69
|
+
def allowed_origins_company_level_api
|
70
|
+
@allowed_origins_company_level_api ||= Adyen::AllowedOriginsCompanyLevelApi.new(@client, @version)
|
71
|
+
end
|
73
72
|
|
74
|
-
|
75
|
-
|
76
|
-
|
73
|
+
def allowed_origins_merchant_level_api
|
74
|
+
@allowed_origins_merchant_level_api ||= Adyen::AllowedOriginsMerchantLevelApi.new(@client, @version)
|
75
|
+
end
|
77
76
|
|
78
|
-
|
79
|
-
|
80
|
-
|
77
|
+
def client_key_company_level_api
|
78
|
+
@client_key_company_level_api ||= Adyen::ClientKeyCompanyLevelApi.new(@client, @version)
|
79
|
+
end
|
81
80
|
|
82
|
-
|
83
|
-
|
84
|
-
|
81
|
+
def client_key_merchant_level_api
|
82
|
+
@client_key_merchant_level_api ||= Adyen::ClientKeyMerchantLevelApi.new(@client, @version)
|
83
|
+
end
|
85
84
|
|
86
|
-
|
87
|
-
|
88
|
-
|
85
|
+
def my_api_credential_api
|
86
|
+
@my_api_credential_api ||= Adyen::MyAPICredentialApi.new(@client, @version)
|
87
|
+
end
|
89
88
|
|
90
|
-
|
91
|
-
|
92
|
-
|
89
|
+
def payment_methods_merchant_level_api
|
90
|
+
@payment_methods_merchant_level_api ||= Adyen::PaymentMethodsMerchantLevelApi.new(@client, @version)
|
91
|
+
end
|
93
92
|
|
94
|
-
|
95
|
-
|
96
|
-
|
93
|
+
def payout_settings_merchant_level_api
|
94
|
+
@payout_settings_merchant_level_api ||= Adyen::PayoutSettingsMerchantLevelApi.new(@client, @version)
|
95
|
+
end
|
97
96
|
|
98
|
-
|
99
|
-
|
100
|
-
|
97
|
+
def split_configuration_merchant_level_api
|
98
|
+
@split_configuration_merchant_level_api ||= Adyen::SplitConfigurationMerchantLevelApi.new(@client, @version)
|
99
|
+
end
|
101
100
|
|
102
|
-
|
103
|
-
|
104
|
-
|
101
|
+
def terminal_actions_company_level_api
|
102
|
+
@terminal_actions_company_level_api ||= Adyen::TerminalActionsCompanyLevelApi.new(@client, @version)
|
103
|
+
end
|
105
104
|
|
106
|
-
|
107
|
-
|
108
|
-
|
105
|
+
def terminal_actions_terminal_level_api
|
106
|
+
@terminal_actions_terminal_level_api ||= Adyen::TerminalActionsTerminalLevelApi.new(@client, @version)
|
107
|
+
end
|
109
108
|
|
110
|
-
|
111
|
-
|
112
|
-
|
109
|
+
def terminal_orders_company_level_api
|
110
|
+
@terminal_orders_company_level_api ||= Adyen::TerminalOrdersCompanyLevelApi.new(@client, @version)
|
111
|
+
end
|
113
112
|
|
114
|
-
|
115
|
-
|
116
|
-
|
113
|
+
def terminal_orders_merchant_level_api
|
114
|
+
@terminal_orders_merchant_level_api ||= Adyen::TerminalOrdersMerchantLevelApi.new(@client, @version)
|
115
|
+
end
|
117
116
|
|
118
|
-
|
119
|
-
|
120
|
-
|
117
|
+
def terminal_settings_company_level_api
|
118
|
+
@terminal_settings_company_level_api ||= Adyen::TerminalSettingsCompanyLevelApi.new(@client, @version)
|
119
|
+
end
|
121
120
|
|
122
|
-
|
123
|
-
|
124
|
-
|
121
|
+
def terminal_settings_merchant_level_api
|
122
|
+
@terminal_settings_merchant_level_api ||= Adyen::TerminalSettingsMerchantLevelApi.new(@client, @version)
|
123
|
+
end
|
125
124
|
|
126
|
-
|
127
|
-
|
128
|
-
|
125
|
+
def terminal_settings_store_level_api
|
126
|
+
@terminal_settings_store_level_api ||= Adyen::TerminalSettingsStoreLevelApi.new(@client, @version)
|
127
|
+
end
|
129
128
|
|
130
|
-
|
131
|
-
|
132
|
-
|
129
|
+
def terminal_settings_terminal_level_api
|
130
|
+
@terminal_settings_terminal_level_api ||= Adyen::TerminalSettingsTerminalLevelApi.new(@client, @version)
|
131
|
+
end
|
133
132
|
|
134
|
-
|
135
|
-
|
136
|
-
|
133
|
+
def terminals_terminal_level_api
|
134
|
+
@terminals_terminal_level_api ||= Adyen::TerminalsTerminalLevelApi.new(@client, @version)
|
135
|
+
end
|
137
136
|
|
138
|
-
|
139
|
-
|
140
|
-
|
137
|
+
def users_company_level_api
|
138
|
+
@users_company_level_api ||= Adyen::UsersCompanyLevelApi.new(@client, @version)
|
139
|
+
end
|
141
140
|
|
142
|
-
|
143
|
-
|
144
|
-
|
141
|
+
def users_merchant_level_api
|
142
|
+
@users_merchant_level_api ||= Adyen::UsersMerchantLevelApi.new(@client, @version)
|
143
|
+
end
|
145
144
|
|
146
|
-
|
147
|
-
|
148
|
-
|
145
|
+
def webhooks_company_level_api
|
146
|
+
@webhooks_company_level_api ||= Adyen::WebhooksCompanyLevelApi.new(@client, @version)
|
147
|
+
end
|
149
148
|
|
149
|
+
def webhooks_merchant_level_api
|
150
|
+
@webhooks_merchant_level_api ||= Adyen::WebhooksMerchantLevelApi.new(@client, @version)
|
150
151
|
end
|
151
|
-
|
152
|
+
|
153
|
+
end
|
154
|
+
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# rubocop:disable Metrics/MethodLength
|
2
|
+
|
1
3
|
require_relative 'service'
|
2
4
|
|
3
5
|
module Adyen
|
@@ -7,7 +9,7 @@ module Adyen
|
|
7
9
|
|
8
10
|
def initialize(client)
|
9
11
|
@client = client
|
10
|
-
@service =
|
12
|
+
@service = ''
|
11
13
|
end
|
12
14
|
|
13
15
|
def account
|
@@ -29,28 +31,29 @@ module Adyen
|
|
29
31
|
|
30
32
|
class Account < Service
|
31
33
|
attr_accessor :version
|
34
|
+
|
32
35
|
DEFAULT_VERSION = 6
|
33
36
|
|
34
37
|
def initialize(client, version = DEFAULT_VERSION)
|
35
38
|
service = 'Account'
|
36
|
-
method_names = [
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
39
|
+
method_names = %i[
|
40
|
+
create_account_holder
|
41
|
+
update_account_holder
|
42
|
+
create_account
|
43
|
+
update_account
|
44
|
+
upload_document
|
45
|
+
get_uploaded_documents
|
46
|
+
get_account_holder
|
47
|
+
update_account_holder_state
|
48
|
+
delete_bank_accounts
|
49
|
+
delete_shareholders
|
50
|
+
delete_signatories
|
51
|
+
close_account
|
52
|
+
close_account_holder
|
53
|
+
suspend_account_holder
|
54
|
+
un_suspend_account_holder
|
55
|
+
delete_payout_methods
|
56
|
+
check_account_holder
|
54
57
|
]
|
55
58
|
|
56
59
|
super(client, version, service, method_names)
|
@@ -59,37 +62,38 @@ module Adyen
|
|
59
62
|
|
60
63
|
class Fund < Service
|
61
64
|
attr_accessor :version
|
65
|
+
|
62
66
|
DEFAULT_VERSION = 6
|
63
67
|
|
64
68
|
def initialize(client, version = DEFAULT_VERSION)
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
:refund_funds_transfer
|
69
|
+
method_names = %i[
|
70
|
+
payout_account_holder
|
71
|
+
account_holder_balance
|
72
|
+
account_holder_transaction_list
|
73
|
+
refund_not_paid_out_transfers
|
74
|
+
setup_beneficiary
|
75
|
+
transfer_funds
|
76
|
+
refund_funds_transfer
|
74
77
|
]
|
75
78
|
|
76
|
-
super(client, version,
|
79
|
+
super(client, version, 'Fund', method_names)
|
77
80
|
end
|
78
81
|
end
|
79
82
|
|
80
83
|
class Notification < Service
|
81
84
|
attr_accessor :version
|
85
|
+
|
82
86
|
DEFAULT_VERSION = 6
|
83
87
|
|
84
88
|
def initialize(client, version = DEFAULT_VERSION)
|
85
89
|
service = 'Notification'
|
86
|
-
method_names = [
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
90
|
+
method_names = %i[
|
91
|
+
create_notification_configuration
|
92
|
+
update_notification_configuration
|
93
|
+
get_notification_configuration
|
94
|
+
delete_notification_configurations
|
95
|
+
get_notification_configuration_list
|
96
|
+
test_notification_configuration
|
93
97
|
]
|
94
98
|
|
95
99
|
super(client, version, service, method_names)
|
@@ -98,6 +102,7 @@ module Adyen
|
|
98
102
|
|
99
103
|
class Hop < Service
|
100
104
|
attr_accessor :version
|
105
|
+
|
101
106
|
DEFAULT_VERSION = 6
|
102
107
|
|
103
108
|
def initialize(client, version = DEFAULT_VERSION)
|
@@ -111,3 +116,4 @@ module Adyen
|
|
111
116
|
end
|
112
117
|
end
|
113
118
|
end
|
119
|
+
# rubocop:enable Metrics/MethodLength
|
@@ -0,0 +1,56 @@
|
|
1
|
+
require_relative '../service'
|
2
|
+
module Adyen
|
3
|
+
class GeneralApi < Service
|
4
|
+
attr_accessor :service, :version
|
5
|
+
|
6
|
+
def initialize(client, version = DEFAULT_VERSION)
|
7
|
+
super(client, version, 'Payment')
|
8
|
+
end
|
9
|
+
|
10
|
+
def authorise(request, headers: {})
|
11
|
+
endpoint = '/authorise'.gsub(/{.+?}/, '%s')
|
12
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
13
|
+
endpoint = format(endpoint)
|
14
|
+
|
15
|
+
action = { method: 'post', url: endpoint }
|
16
|
+
@client.call_adyen_api(@service, action, request, headers, @version)
|
17
|
+
end
|
18
|
+
|
19
|
+
def authorise3d(request, headers: {})
|
20
|
+
endpoint = '/authorise3d'.gsub(/{.+?}/, '%s')
|
21
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
22
|
+
endpoint = format(endpoint)
|
23
|
+
|
24
|
+
action = { method: 'post', url: endpoint }
|
25
|
+
@client.call_adyen_api(@service, action, request, headers, @version)
|
26
|
+
end
|
27
|
+
|
28
|
+
def authorise3ds2(request, headers: {})
|
29
|
+
endpoint = '/authorise3ds2'.gsub(/{.+?}/, '%s')
|
30
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
31
|
+
endpoint = format(endpoint)
|
32
|
+
|
33
|
+
action = { method: 'post', url: endpoint }
|
34
|
+
@client.call_adyen_api(@service, action, request, headers, @version)
|
35
|
+
end
|
36
|
+
|
37
|
+
def get_authentication_result(request, headers: {})
|
38
|
+
endpoint = '/getAuthenticationResult'.gsub(/{.+?}/, '%s')
|
39
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
40
|
+
endpoint = format(endpoint)
|
41
|
+
|
42
|
+
action = { method: 'post', url: endpoint }
|
43
|
+
@client.call_adyen_api(@service, action, request, headers, @version)
|
44
|
+
end
|
45
|
+
|
46
|
+
def retrieve3ds2_result(request, headers: {})
|
47
|
+
endpoint = '/retrieve3ds2Result'.gsub(/{.+?}/, '%s')
|
48
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
49
|
+
endpoint = format(endpoint)
|
50
|
+
|
51
|
+
action = { method: 'post', url: endpoint }
|
52
|
+
@client.call_adyen_api(@service, action, request, headers, @version)
|
53
|
+
end
|
54
|
+
|
55
|
+
end
|
56
|
+
end
|
@@ -0,0 +1,83 @@
|
|
1
|
+
require_relative '../service'
|
2
|
+
module Adyen
|
3
|
+
class ModificationsApi < Service
|
4
|
+
attr_accessor :service, :version
|
5
|
+
|
6
|
+
def initialize(client, version = DEFAULT_VERSION)
|
7
|
+
super(client, version, 'Payment')
|
8
|
+
end
|
9
|
+
|
10
|
+
def adjust_authorisation(request, headers: {})
|
11
|
+
endpoint = '/adjustAuthorisation'.gsub(/{.+?}/, '%s')
|
12
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
13
|
+
endpoint = format(endpoint)
|
14
|
+
|
15
|
+
action = { method: 'post', url: endpoint }
|
16
|
+
@client.call_adyen_api(@service, action, request, headers, @version)
|
17
|
+
end
|
18
|
+
|
19
|
+
def cancel(request, headers: {})
|
20
|
+
endpoint = '/cancel'.gsub(/{.+?}/, '%s')
|
21
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
22
|
+
endpoint = format(endpoint)
|
23
|
+
|
24
|
+
action = { method: 'post', url: endpoint }
|
25
|
+
@client.call_adyen_api(@service, action, request, headers, @version)
|
26
|
+
end
|
27
|
+
|
28
|
+
def cancel_or_refund(request, headers: {})
|
29
|
+
endpoint = '/cancelOrRefund'.gsub(/{.+?}/, '%s')
|
30
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
31
|
+
endpoint = format(endpoint)
|
32
|
+
|
33
|
+
action = { method: 'post', url: endpoint }
|
34
|
+
@client.call_adyen_api(@service, action, request, headers, @version)
|
35
|
+
end
|
36
|
+
|
37
|
+
def capture(request, headers: {})
|
38
|
+
endpoint = '/capture'.gsub(/{.+?}/, '%s')
|
39
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
40
|
+
endpoint = format(endpoint)
|
41
|
+
|
42
|
+
action = { method: 'post', url: endpoint }
|
43
|
+
@client.call_adyen_api(@service, action, request, headers, @version)
|
44
|
+
end
|
45
|
+
|
46
|
+
def donate(request, headers: {})
|
47
|
+
endpoint = '/donate'.gsub(/{.+?}/, '%s')
|
48
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
49
|
+
endpoint = format(endpoint)
|
50
|
+
|
51
|
+
action = { method: 'post', url: endpoint }
|
52
|
+
@client.call_adyen_api(@service, action, request, headers, @version)
|
53
|
+
end
|
54
|
+
|
55
|
+
def refund(request, headers: {})
|
56
|
+
endpoint = '/refund'.gsub(/{.+?}/, '%s')
|
57
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
58
|
+
endpoint = format(endpoint)
|
59
|
+
|
60
|
+
action = { method: 'post', url: endpoint }
|
61
|
+
@client.call_adyen_api(@service, action, request, headers, @version)
|
62
|
+
end
|
63
|
+
|
64
|
+
def technical_cancel(request, headers: {})
|
65
|
+
endpoint = '/technicalCancel'.gsub(/{.+?}/, '%s')
|
66
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
67
|
+
endpoint = format(endpoint)
|
68
|
+
|
69
|
+
action = { method: 'post', url: endpoint }
|
70
|
+
@client.call_adyen_api(@service, action, request, headers, @version)
|
71
|
+
end
|
72
|
+
|
73
|
+
def void_pending_refund(request, headers: {})
|
74
|
+
endpoint = '/voidPendingRefund'.gsub(/{.+?}/, '%s')
|
75
|
+
endpoint = endpoint.gsub(%r{^/}, '')
|
76
|
+
endpoint = format(endpoint)
|
77
|
+
|
78
|
+
action = { method: 'post', url: endpoint }
|
79
|
+
@client.call_adyen_api(@service, action, request, headers, @version)
|
80
|
+
end
|
81
|
+
|
82
|
+
end
|
83
|
+
end
|