Class: CheckoutSdk::CheckoutApi
- Inherits:
-
Object
- Object
- CheckoutSdk::CheckoutApi
- Defined in:
- lib/checkout_sdk/checkout_api.rb
Instance Attribute Summary collapse
- #accounts ⇒ CheckoutSdk::Accounts::AccountsClient
- #address_document_verification ⇒ CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient
- #agentic_commerce ⇒ CheckoutSdk::AgenticCommerce::AgenticCommerceClient
- #aml_screening ⇒ CheckoutSdk::Identities::AmlScreening::AmlScreeningClient
- #apple_pay ⇒ CheckoutSdk::Payments::ApplePayClient
- #applicants ⇒ CheckoutSdk::Identities::Applicants::ApplicantsClient
- #balances ⇒ CheckoutSdk::Balances::BalancesClient
- #compliance_requests ⇒ CheckoutSdk::ComplianceRequests::ComplianceRequestsClient
- #contexts ⇒ CheckoutSdk::Payments::PaymentContextsClient
- #customers ⇒ CheckoutSdk::Customers::CustomersClient
- #disputes ⇒ CheckoutSdk::Disputes::DisputesClient
- #face_authentication ⇒ CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient
- #financial ⇒ CheckoutSdk::Financial::FinancialClient
- #flow ⇒ CheckoutSdk::Payments::FlowClient
- #forex ⇒ CheckoutSdk::Forex::ForexClient
- #forward ⇒ CheckoutSdk::Forward::ForwardClient
- #google_pay ⇒ CheckoutSdk::Payments::GooglePayClient
- #hosted ⇒ CheckoutSdk::Payments::HostedPaymentsClient
- #id_document_verification ⇒ CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient
- #ideal ⇒ CheckoutSdk::Apm::IdealClient
- #identity_verification ⇒ CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient
- #instruments ⇒ CheckoutSdk::Instruments::InstrumentsClient
- #issuing ⇒ CheckoutSdk::Issuing::IssuingClient
- #links ⇒ CheckoutSdk::Payments::PaymentsLinksClient
- #metadata ⇒ CheckoutSdk::Metadata::MetadataClient
- #network_tokens ⇒ CheckoutSdk::NetworkTokens::NetworkTokensClient
- #onboarding_simulator ⇒ CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient
- #payment_methods ⇒ CheckoutSdk::PaymentMethods::PaymentMethodsClient
- #payment_sessions ⇒ CheckoutSdk::Payments::PaymentSessionsClient
- #payments ⇒ CheckoutSdk::Payments::PaymentsClient
- #payments_setups ⇒ CheckoutSdk::Payments::PaymentSetupsClient
- #reports ⇒ CheckoutSdk::Reports::ReportsClient
- #risk ⇒ CheckoutSdk::Risk::RiskClient
- #sessions ⇒ CheckoutSdk::Sessions::SessionsClient
- #standalone_account_updater ⇒ CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient
- #tokens ⇒ CheckoutSdk::Tokens::TokensClient
- #transfers ⇒ CheckoutSdk::Transfers::TransfersClient
- #workflows ⇒ CheckoutSdk::Workflows::WorkflowsClient
Instance Method Summary collapse
-
#initialize(configuration) ⇒ CheckoutApi
constructor
A new instance of CheckoutApi.
Constructor Details
#initialize(configuration) ⇒ CheckoutApi
Returns a new instance of CheckoutApi.
121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
# File 'lib/checkout_sdk/checkout_api.rb', line 121 def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end |
Instance Attribute Details
#accounts ⇒ CheckoutSdk::Accounts::AccountsClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#address_document_verification ⇒ CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#agentic_commerce ⇒ CheckoutSdk::AgenticCommerce::AgenticCommerceClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#aml_screening ⇒ CheckoutSdk::Identities::AmlScreening::AmlScreeningClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#apple_pay ⇒ CheckoutSdk::Payments::ApplePayClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#applicants ⇒ CheckoutSdk::Identities::Applicants::ApplicantsClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#balances ⇒ CheckoutSdk::Balances::BalancesClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#compliance_requests ⇒ CheckoutSdk::ComplianceRequests::ComplianceRequestsClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#contexts ⇒ CheckoutSdk::Payments::PaymentContextsClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#customers ⇒ CheckoutSdk::Customers::CustomersClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#disputes ⇒ CheckoutSdk::Disputes::DisputesClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#face_authentication ⇒ CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#financial ⇒ CheckoutSdk::Financial::FinancialClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#flow ⇒ CheckoutSdk::Payments::FlowClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#forex ⇒ CheckoutSdk::Forex::ForexClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#forward ⇒ CheckoutSdk::Forward::ForwardClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#google_pay ⇒ CheckoutSdk::Payments::GooglePayClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#hosted ⇒ CheckoutSdk::Payments::HostedPaymentsClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#id_document_verification ⇒ CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#ideal ⇒ CheckoutSdk::Apm::IdealClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#identity_verification ⇒ CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#instruments ⇒ CheckoutSdk::Instruments::InstrumentsClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#issuing ⇒ CheckoutSdk::Issuing::IssuingClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#links ⇒ CheckoutSdk::Payments::PaymentsLinksClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#metadata ⇒ CheckoutSdk::Metadata::MetadataClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#network_tokens ⇒ CheckoutSdk::NetworkTokens::NetworkTokensClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#onboarding_simulator ⇒ CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#payment_methods ⇒ CheckoutSdk::PaymentMethods::PaymentMethodsClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#payment_sessions ⇒ CheckoutSdk::Payments::PaymentSessionsClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#payments ⇒ CheckoutSdk::Payments::PaymentsClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#payments_setups ⇒ CheckoutSdk::Payments::PaymentSetupsClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#reports ⇒ CheckoutSdk::Reports::ReportsClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#risk ⇒ CheckoutSdk::Risk::RiskClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#sessions ⇒ CheckoutSdk::Sessions::SessionsClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#standalone_account_updater ⇒ CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#tokens ⇒ CheckoutSdk::Tokens::TokensClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#transfers ⇒ CheckoutSdk::Transfers::TransfersClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |
#workflows ⇒ CheckoutSdk::Workflows::WorkflowsClient
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 |
# File 'lib/checkout_sdk/checkout_api.rb', line 80 class CheckoutApi attr_reader :customers, :disputes, :forex, :hosted, :instruments, :links, :payments, :payments_setups, :flow, :reports, :sessions, :tokens, :ideal, :accounts, :workflows, :risk, :balances, :transfers, :metadata, :financial, :issuing, :contexts, :payment_sessions, :forward, :onboarding_simulator, :agentic_commerce, :compliance_requests, :standalone_account_updater, :network_tokens, :payment_methods, :applicants, :aml_screening, :id_document_verification, :address_document_verification, :identity_verification, :face_authentication, :apple_pay, :google_pay # @param [CheckoutConfiguration] configuration def initialize(configuration) api_client = base_api_client configuration @customers = CheckoutSdk::Customers::CustomersClient.new api_client, configuration @disputes = CheckoutSdk::Disputes::DisputesClient.new api_client, configuration @forex = CheckoutSdk::Forex::ForexClient.new api_client, configuration @hosted = CheckoutSdk::Payments::HostedPaymentsClient.new api_client, configuration @instruments = CheckoutSdk::Instruments::InstrumentsClient.new api_client, configuration @links = CheckoutSdk::Payments::PaymentsLinksClient.new api_client, configuration @payments = CheckoutSdk::Payments::PaymentsClient.new api_client, configuration @reports = CheckoutSdk::Reports::ReportsClient.new api_client, configuration @sessions = CheckoutSdk::Sessions::SessionsClient.new api_client, configuration @tokens = CheckoutSdk::Tokens::TokensClient.new api_client, configuration @ideal = CheckoutSdk::Apm::IdealClient.new api_client, configuration @workflows = CheckoutSdk::Workflows::WorkflowsClient.new api_client, configuration @accounts = CheckoutSdk::Accounts::AccountsClient.new(api_client, files_client(configuration), configuration) @risk = CheckoutSdk::Risk::RiskClient.new api_client, configuration @balances = CheckoutSdk::Balances::BalancesClient.new(balances_client(configuration), configuration) @transfers = CheckoutSdk::Transfers::TransfersClient.new(transfers_client(configuration), configuration) @metadata = CheckoutSdk::Metadata::MetadataClient.new api_client, configuration @financial = CheckoutSdk::Financial::FinancialClient.new api_client, configuration @issuing = CheckoutSdk::Issuing::IssuingClient.new api_client, configuration @contexts = CheckoutSdk::Payments::PaymentContextsClient.new api_client, configuration @payment_sessions = CheckoutSdk::Payments::PaymentSessionsClient.new api_client, configuration @payments_setups = CheckoutSdk::Payments::PaymentSetupsClient.new api_client, configuration @flow = CheckoutSdk::Payments::FlowClient.new api_client, configuration @forward = CheckoutSdk::Forward::ForwardClient.new(api_client, configuration) @onboarding_simulator = CheckoutSdk::OnboardingSimulator::OnboardingSimulatorClient.new(api_client, configuration) @agentic_commerce = CheckoutSdk::AgenticCommerce::AgenticCommerceClient.new(api_client, configuration) @compliance_requests = CheckoutSdk::ComplianceRequests::ComplianceRequestsClient.new(api_client, configuration) @standalone_account_updater = CheckoutSdk::StandaloneAccountUpdater::StandaloneAccountUpdaterClient.new(api_client, configuration) @network_tokens = CheckoutSdk::NetworkTokens::NetworkTokensClient.new(api_client, configuration) @payment_methods = CheckoutSdk::PaymentMethods::PaymentMethodsClient.new(api_client, configuration) @applicants = CheckoutSdk::Identities::Applicants::ApplicantsClient.new(api_client, configuration) @aml_screening = CheckoutSdk::Identities::AmlScreening::AmlScreeningClient.new(api_client, configuration) @id_document_verification = CheckoutSdk::Identities::IdDocumentVerification::IdDocumentVerificationClient.new(api_client, configuration) @address_document_verification = CheckoutSdk::Identities::AddressDocumentVerification::AddressDocumentVerificationClient.new(api_client, configuration) @identity_verification = CheckoutSdk::Identities::IdentityVerification::IdentityVerificationClient.new(api_client, configuration) @face_authentication = CheckoutSdk::Identities::FaceAuthentication::FaceAuthenticationClient.new(api_client, configuration) @apple_pay = CheckoutSdk::Payments::ApplePayClient.new(api_client, configuration) @google_pay = CheckoutSdk::Payments::GooglePayClient.new(api_client, configuration) end private # @param [CheckoutConfiguration] configuration # @return [ApiClient] def base_api_client(configuration) base_uri = configuration.environment.base_uri subdomain = configuration.environment_subdomain base_uri = subdomain.base_uri if subdomain&.base_uri ApiClient.new(configuration, base_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def files_client(configuration) ApiClient.new(configuration, configuration.environment.files_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def balances_client(configuration) ApiClient.new(configuration, configuration.environment.balances_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def transfers_client(configuration) ApiClient.new(configuration, configuration.environment.transfers_uri) end # @param [CheckoutConfiguration] configuration # @return [ApiClient] def forward_client(configuration) ApiClient.new(configuration, configuration.environment.forward_uri) end end |