- API version: 2.0
The Wallee Ruby SDK is used to interact with Wallee's REST API.
Ruby 3.2.0 or later.
gem install wallee-ruby-sdkPlease follow the installation instructions, then run the following example:
require 'wallee-ruby-sdk'
application_user_id = '512'
authentication_key = 'FKrO76r5VwJtBrqZawBspljbBNOxp5veKQQkOnZxucQ='
WalleeRubySdk.configure do |config|
config.user_id = application_user_id
config.authentication_key = authentication_key
end
transactions_service = WalleeRubySdk::TransactionsService.new
space_id = '405'
transaction_id = 367155626
expand_set = ['group']
begin
transaction = transactions_service.get_payment_transactions_id(
transaction_id,
space_id,
{ expand: expand_set }
)
puts "Transaction:"
puts transaction
rescue Exception => e
puts "Exception when calling api: #{e}"
endAdditional API services documentation: link
Web API client: link
Click here to see full list of services
All URIs are relative to https://app-wallee.com/
API Services:
- AccountsService
*delete_accounts_idDELETE /accounts/{id} Delete an account - AccountsService
*get_accountsGET /accounts List all accounts - AccountsService
*get_accounts_idGET /accounts/{id} Retrieve an account - AccountsService
*get_accounts_searchGET /accounts/search Search accounts - AccountsService
*patch_accounts_idPATCH /accounts/{id} Update an account - AccountsService
*post_accountsPOST /accounts Create an account - AccountsService
*post_accounts_id_activatePOST /accounts/{id}/activate Activate an account - AccountsService
*post_accounts_id_deactivatePOST /accounts/{id}/deactivate Deactivate an account - AnalyticsQueriesService
*delete_analytics_queries_query_external_id_query_external_idDELETE /analytics/queries/queryExternalId/{queryExternalId} Cancel a query execution, identifying it by its external id. - AnalyticsQueriesService
*delete_analytics_queries_query_token_query_tokenDELETE /analytics/queries/queryToken/{queryToken} Cancel a query execution, identifying it by its query token. - AnalyticsQueriesService
*get_analytics_queriesGET /analytics/queries Get portion of query executions for account - AnalyticsQueriesService
*get_analytics_queries_query_external_id_query_external_idGET /analytics/queries/queryExternalId/{queryExternalId} Retrieve a query execution information by its external id - AnalyticsQueriesService
*get_analytics_queries_query_external_id_query_external_id_resultGET /analytics/queries/queryExternalId/{queryExternalId}/result Generate a temporary URL to download the query result. It retrieves the query by its external id - AnalyticsQueriesService
*get_analytics_queries_query_token_query_tokenGET /analytics/queries/queryToken/{queryToken} Retrieve a query execution information by its query token - AnalyticsQueriesService
*get_analytics_queries_query_token_query_token_resultGET /analytics/queries/queryToken/{queryToken}/result Generate a temporary URL to download the query result. It retrieves the query by its query token - AnalyticsQueriesService
*post_analytics_queries_submitPOST /analytics/queries/submit Submit a query execution - ApplicationUsersService
*delete_application_users_idDELETE /application-users/{id} Delete an application user - ApplicationUsersService
*delete_application_users_user_id_keys_idDELETE /application-users/{userId}/keys/{id} Deactivate an authentication key - ApplicationUsersService
*get_application_usersGET /application-users List all application users - ApplicationUsersService
*get_application_users_idGET /application-users/{id} Retrieve an application user - ApplicationUsersService
*get_application_users_searchGET /application-users/search Search application users - ApplicationUsersService
*get_application_users_user_id_keysGET /application-users/{userId}/keys List a user's authentication keys - ApplicationUsersService
*patch_application_users_idPATCH /application-users/{id} Update an application user - ApplicationUsersService
*post_application_usersPOST /application-users Create an application user - ApplicationUsersService
*post_application_users_user_id_keysPOST /application-users/{userId}/keys Generate a new authentication key - ApplicationUsersRolesService
*delete_application_users_user_id_account_rolesDELETE /application-users/{userId}/account-roles Unassign a role from an application user for an account - ApplicationUsersRolesService
*delete_application_users_user_id_space_rolesDELETE /application-users/{userId}/space-roles Unassign a role from an application user for a space - ApplicationUsersRolesService
*get_application_users_user_id_account_rolesGET /application-users/{userId}/account-roles List all roles of an application user for an account - ApplicationUsersRolesService
*get_application_users_user_id_space_rolesGET /application-users/{userId}/space-roles List all roles of an application user for a space - ApplicationUsersRolesService
*post_application_users_user_id_account_rolesPOST /application-users/{userId}/account-roles Assign a role to an application user for an account - ApplicationUsersRolesService
*post_application_users_user_id_space_rolesPOST /application-users/{userId}/space-roles Assign a role to an application user for a space - BankAccountsService
*get_payment_bank_accountsGET /payment/bank-accounts List all bank accounts - BankAccountsService
*get_payment_bank_accounts_idGET /payment/bank-accounts/{id} Retrieve a bank account - BankAccountsService
*get_payment_bank_accounts_searchGET /payment/bank-accounts/search Search bank accounts - BankTransactionsService
*get_payment_bank_transactionsGET /payment/bank-transactions List all bank transactions - BankTransactionsService
*get_payment_bank_transactions_idGET /payment/bank-transactions/{id} Retrieve a bank transaction - BankTransactionsService
*get_payment_bank_transactions_searchGET /payment/bank-transactions/search Search bank transactions - ChargeAttemptsService
*get_payment_charge_attemptsGET /payment/charge-attempts List all charge attempts - ChargeAttemptsService
*get_payment_charge_attempts_idGET /payment/charge-attempts/{id} Retrieve a charge attempt - ChargeAttemptsService
*get_payment_charge_attempts_searchGET /payment/charge-attempts/search Search charge attempts - ChargeBankTransactionsService
*get_payment_bank_transactions_chargesGET /payment/bank-transactions/charges List all charge bank transactions - ChargeBankTransactionsService
*get_payment_bank_transactions_charges_idGET /payment/bank-transactions/charges/{id} Retrieve a charge bank transaction - ChargeBankTransactionsService
*get_payment_bank_transactions_charges_searchGET /payment/bank-transactions/charges/search Search charge bank transactions - ChargeFlowLevelsService
*get_payment_charge_flows_levelsGET /payment/charge-flows/levels List all charge flow levels - ChargeFlowLevelsService
*get_payment_charge_flows_levels_idGET /payment/charge-flows/levels/{id} Retrieve a charge flow level - ChargeFlowLevelsService
*get_payment_charge_flows_levels_searchGET /payment/charge-flows/levels/search Search charge flow levels - ChargeFlowLevelsService
*post_payment_charge_flows_levels_id_send_messagePOST /payment/charge-flows/levels/{id}/send-message Send a payment link - ChargeFlowsService
*get_payment_charge_flowsGET /payment/charge-flows List all charge flows - ChargeFlowsService
*get_payment_charge_flows_idGET /payment/charge-flows/{id} Retrieve a charge flow - ChargeFlowsService
*get_payment_charge_flows_searchGET /payment/charge-flows/search Search charge flows - ChargeFlowsLevelPaymentLinksService
*get_payment_charge_flows_levels_payment_linksGET /payment/charge-flows/levels/payment-links List all charge flow payment links - ChargeFlowsLevelPaymentLinksService
*get_payment_charge_flows_levels_payment_links_idGET /payment/charge-flows/levels/payment-links/{id} Retrieve a charge flow payment link - ChargeFlowsLevelPaymentLinksService
*get_payment_charge_flows_levels_payment_links_searchGET /payment/charge-flows/levels/payment-links/search Search charge flow payment links - ConditionTypesService
*get_payment_condition_typesGET /payment/condition-types List all condition types. - ConditionTypesService
*get_payment_condition_types_idGET /payment/condition-types/{id} Retrieve a condition type. - ConditionTypesService
*get_payment_condition_types_searchGET /payment/condition-types/search Search condition types. - ConsumedResourcesService
*get_spaces_consumed_resourcesGET /spaces/consumed-resources List consumed resources - CountriesService
*get_countriesGET /countries List all countries - CountriesService
*get_countries_codeGET /countries/{code} Retrieve a country - CountriesService
*get_countries_country_code_statesGET /countries/{countryCode}/states List all states for a country - CountriesService
*get_countries_searchGET /countries/search Search countries - CountriesService
*get_countries_statesGET /countries/states List all country states - CountriesService
*get_countries_states_idGET /countries/states/{id} Retrieve a country state - CurrenciesService
*get_currenciesGET /currencies List all currencies - CurrenciesService
*get_currencies_codeGET /currencies/{code} Retrieve a currency - CurrenciesService
*get_currencies_searchGET /currencies/search Search currencies - CurrencyBankAccountsService
*get_payment_currency_bank_accountsGET /payment/currency-bank-accounts List all currency bank accounts - CurrencyBankAccountsService
*get_payment_currency_bank_accounts_idGET /payment/currency-bank-accounts/{id} Retrieve a currency bank account - CurrencyBankAccountsService
*get_payment_currency_bank_accounts_searchGET /payment/currency-bank-accounts/search Search currency bank accounts - CustomerAddressesService
*delete_customers_customer_id_addresses_idDELETE /customers/{customerId}/addresses/{id} Delete a customer address - CustomerAddressesService
*get_customers_customer_id_addressesGET /customers/{customerId}/addresses List all customer addresses - CustomerAddressesService
*get_customers_customer_id_addresses_idGET /customers/{customerId}/addresses/{id} Retrieve a customer address - CustomerAddressesService
*get_customers_customer_id_addresses_searchGET /customers/{customerId}/addresses/search Search customer addresses - CustomerAddressesService
*patch_customers_customer_id_addresses_idPATCH /customers/{customerId}/addresses/{id} Update a customer address - CustomerAddressesService
*post_customers_customer_id_addressesPOST /customers/{customerId}/addresses Create a customer address - CustomerAddressesService
*post_customers_customer_id_addresses_id_defaultPOST /customers/{customerId}/addresses/{id}/default Set the default address for a customer - CustomerCommentsService
*delete_customers_customer_id_comments_idDELETE /customers/{customerId}/comments/{id} Delete a customer comment - CustomerCommentsService
*get_customers_customer_id_commentsGET /customers/{customerId}/comments List all customer comments - CustomerCommentsService
*get_customers_customer_id_comments_idGET /customers/{customerId}/comments/{id} Retrieve a customer comment - CustomerCommentsService
*get_customers_customer_id_comments_searchGET /customers/{customerId}/comments/search Search customer comments - CustomerCommentsService
*patch_customers_customer_id_comments_idPATCH /customers/{customerId}/comments/{id} Update a customer comment - CustomerCommentsService
*post_customers_customer_id_commentsPOST /customers/{customerId}/comments Create a customer comment - CustomerCommentsService
*post_customers_customer_id_comments_id_pinPOST /customers/{customerId}/comments/{id}/pin Pin a comment to the top - CustomerCommentsService
*post_customers_customer_id_comments_id_unpinPOST /customers/{customerId}/comments/{id}/unpin Remove a pinned comment from the top - CustomersService
*delete_customers_bulkDELETE /customers/bulk Delete multiple customers - CustomersService
*delete_customers_idDELETE /customers/{id} Delete a customer - CustomersService
*get_customersGET /customers List all customers - CustomersService
*get_customers_idGET /customers/{id} Retrieve a customer - CustomersService
*get_customers_id_email_addressesGET /customers/{id}/email-addresses List a customer's email addresses - CustomersService
*get_customers_searchGET /customers/search Search customers - CustomersService
*patch_customers_bulkPATCH /customers/bulk Update multiple customers - CustomersService
*patch_customers_idPATCH /customers/{id} Update a customer - CustomersService
*post_customersPOST /customers Create a customer - CustomersService
*post_customers_bulkPOST /customers/bulk Create multiple customers - CustomersService
*post_customers_id_merge_otherPOST /customers/{id}/merge/{other} Merge two customers - DebtCollectionCasesService
*delete_debt_collection_cases_idDELETE /debt-collection/cases/{id} Delete a debt collection case - DebtCollectionCasesService
*get_debt_collection_casesGET /debt-collection/cases List all debt collection cases - DebtCollectionCasesService
*get_debt_collection_cases_idGET /debt-collection/cases/{id} Retrieve a debt collection case - DebtCollectionCasesService
*get_debt_collection_cases_id_documentsGET /debt-collection/cases/{id}/documents Retrieve all documents of a debt collection case - DebtCollectionCasesService
*get_debt_collection_cases_searchGET /debt-collection/cases/search Search debt collection cases - DebtCollectionCasesService
*patch_debt_collection_cases_idPATCH /debt-collection/cases/{id} Update a debt collection case - DebtCollectionCasesService
*post_debt_collection_casesPOST /debt-collection/cases Create a debt collection case - DebtCollectionCasesService
*post_debt_collection_cases_id_closePOST /debt-collection/cases/{id}/close Close a debt collection case - DebtCollectionCasesService
*post_debt_collection_cases_id_documentsPOST /debt-collection/cases/{id}/documents Attach a document to a debt collection case - DebtCollectionCasesService
*post_debt_collection_cases_id_mark_preparedPOST /debt-collection/cases/{id}/mark-prepared Mark a debt collection case as prepared - DebtCollectionCasesService
*post_debt_collection_cases_id_mark_reviewedPOST /debt-collection/cases/{id}/mark-reviewed Mark a debt collection case as reviewed - DebtCollectionCasesService
*post_debt_collection_cases_id_payment_receiptsPOST /debt-collection/cases/{id}/payment-receipts Create a payment receipt for a debt collection case - DebtCollectorConfigurationsService
*delete_debt_collection_configurations_idDELETE /debt-collection/configurations/{id} Delete a debt collector configuration - DebtCollectorConfigurationsService
*get_debt_collection_configurationsGET /debt-collection/configurations List all debt collector configurations - DebtCollectorConfigurationsService
*get_debt_collection_configurations_idGET /debt-collection/configurations/{id} Retrieve a debt collector configuration - DebtCollectorConfigurationsService
*get_debt_collection_configurations_searchGET /debt-collection/configurations/search Search debt collector configurations - DebtCollectorConfigurationsService
*patch_debt_collection_configurations_idPATCH /debt-collection/configurations/{id} Update a debt collector configuration - DebtCollectorConfigurationsService
*post_debt_collection_configurationsPOST /debt-collection/configurations Create a debt collector configuration - DebtCollectorsService
*get_debt_collection_collectorsGET /debt-collection/collectors List all debt collectors - DebtCollectorsService
*get_debt_collection_collectors_idGET /debt-collection/collectors/{id} Retrieve a debt collector - DebtCollectorsService
*get_debt_collection_collectors_searchGET /debt-collection/collectors/search Search debt collectors - DeliveryIndicationsService
*get_payment_delivery_indicationsGET /payment/delivery-indications List all delivery indications - DeliveryIndicationsService
*get_payment_delivery_indications_idGET /payment/delivery-indications/{id} Retrieve a delivery indication - DeliveryIndicationsService
*get_payment_delivery_indications_searchGET /payment/delivery-indications/search Search delivery indications - DeliveryIndicationsService
*post_payment_delivery_indications_id_mark_not_suitablePOST /payment/delivery-indications/{id}/mark-not-suitable Mark a delivery indication as not suitable. - DeliveryIndicationsService
*post_payment_delivery_indications_id_mark_suitablePOST /payment/delivery-indications/{id}/mark-suitable Mark a delivery indication as suitable. - DocumentTemplateTypesService
*get_document_templates_typesGET /document-templates/types List all document template types - DocumentTemplateTypesService
*get_document_templates_types_idGET /document-templates/types/{id} Retrieve a document template type - DocumentTemplateTypesService
*get_document_templates_types_searchGET /document-templates/types/search Search document template types - DocumentTemplatesService
*get_document_templatesGET /document-templates List all document templates - DocumentTemplatesService
*get_document_templates_idGET /document-templates/{id} Retrieve a document template - DocumentTemplatesService
*get_document_templates_searchGET /document-templates/search Search document templates - DunningCasesService
*get_payment_dunning_casesGET /payment/dunning-cases List all dunning cases - DunningCasesService
*get_payment_dunning_cases_idGET /payment/dunning-cases/{id} Retrieve a dunning case - DunningCasesService
*get_payment_dunning_cases_searchGET /payment/dunning-cases/search Search dunning cases - DunningCasesService
*post_payment_dunning_cases_id_suspendPOST /payment/dunning-cases/{id}/suspend Suspend a dunning case - DunningCasesService
*post_payment_dunning_cases_invoice_invoice_idPOST /payment/dunning-cases/invoice/{invoiceId} Create a dunning case for an invoice - DunningFlowLevelsService
*get_payment_dunning_flows_levelsGET /payment/dunning-flows/levels List all dunning flow levels - DunningFlowLevelsService
*get_payment_dunning_flows_levels_idGET /payment/dunning-flows/levels/{id} Retrieve a dunning flow level - DunningFlowLevelsService
*get_payment_dunning_flows_levels_searchGET /payment/dunning-flows/levels/search Search dunning flow levels - DunningFlowsService
*get_payment_dunning_flowsGET /payment/dunning-flows List all dunning flows - DunningFlowsService
*get_payment_dunning_flows_idGET /payment/dunning-flows/{id} Retrieve a dunning flow - DunningFlowsService
*get_payment_dunning_flows_searchGET /payment/dunning-flows/search Search dunning flows - ExpressCheckoutService
*post_express_checkout_create_sessionPOST /express-checkout/create-session Create a new Express Checkout Session - ExternalTransferBankTransactionsService
*get_payment_bank_transactions_external_transfersGET /payment/bank-transactions/external-transfers List all external transfer bank transactions - ExternalTransferBankTransactionsService
*get_payment_bank_transactions_external_transfers_idGET /payment/bank-transactions/external-transfers/{id} Retrieve an external transfer bank transaction - ExternalTransferBankTransactionsService
*get_payment_bank_transactions_external_transfers_searchGET /payment/bank-transactions/external-transfers/search Search external transfer bank transactions - HumanUsersService
*delete_human_users_idDELETE /human-users/{id} Delete a human user - HumanUsersService
*get_human_usersGET /human-users List all human users - HumanUsersService
*get_human_users_exportGET /human-users/export Export human users - HumanUsersService
*get_human_users_idGET /human-users/{id} Retrieve a human user - HumanUsersService
*get_human_users_searchGET /human-users/search Search human users - HumanUsersService
*patch_human_users_idPATCH /human-users/{id} Update a human user - HumanUsersService
*post_human_usersPOST /human-users Create a human user - HumanUsersRolesService
*delete_human_users_user_id_account_rolesDELETE /human-users/{userId}/account-roles Unassign a role from a human user for an account - HumanUsersRolesService
*delete_human_users_user_id_space_rolesDELETE /human-users/{userId}/space-roles Unassign a role from a human user for a space - HumanUsersRolesService
*get_human_users_user_id_account_rolesGET /human-users/{userId}/account-roles List all roles of a human user for an account - HumanUsersRolesService
*get_human_users_user_id_space_rolesGET /human-users/{userId}/space-roles List all roles of a human user for a space - HumanUsersRolesService
*post_human_users_user_id_account_rolesPOST /human-users/{userId}/account-roles Assign a role to a human user for an account - HumanUsersRolesService
*post_human_users_user_id_space_rolesPOST /human-users/{userId}/space-roles Assign a role to a human user for a space - InternalTransferBankTransactionsService
*get_payment_bank_transactions_internal_transfersGET /payment/bank-transactions/internal-transfers List all internal transfer bank transactions - InternalTransferBankTransactionsService
*get_payment_bank_transactions_internal_transfers_idGET /payment/bank-transactions/internal-transfers/{id} Retrieve an internal transfer bank transaction - InternalTransferBankTransactionsService
*get_payment_bank_transactions_internal_transfers_searchGET /payment/bank-transactions/internal-transfers/search Search internal transfer bank transactions - LabelDescriptorsService
*get_label_descriptorsGET /label-descriptors List all label descriptors - LabelDescriptorsService
*get_label_descriptors_groupsGET /label-descriptors/groups List all label descriptor groups - LabelDescriptorsService
*get_label_descriptors_groups_idGET /label-descriptors/groups/{id} Retrieve a label descriptor group - LabelDescriptorsService
*get_label_descriptors_groups_searchGET /label-descriptors/groups/search Search label descriptor groups - LabelDescriptorsService
*get_label_descriptors_idGET /label-descriptors/{id} Retrieve a label descriptor - LabelDescriptorsService
*get_label_descriptors_searchGET /label-descriptors/search Search label descriptors - LanguagesService
*get_languagesGET /languages List all languages - LanguagesService
*get_languages_codeGET /languages/{code} Retrieve a language - LanguagesService
*get_languages_searchGET /languages/search Search languages - LegalOrganizationFormsService
*get_legal_organization_formsGET /legal-organization-forms List all legal organization forms - LegalOrganizationFormsService
*get_legal_organization_forms_idGET /legal-organization-forms/{id} Retrieve a legal organization form - LegalOrganizationFormsService
*get_legal_organization_forms_searchGET /legal-organization-forms/search Search legal organization forms - ManualTasksService
*get_manual_tasksGET /manual-tasks List all manual tasks - ManualTasksService
*get_manual_tasks_idGET /manual-tasks/{id} Retrieve a manual task - ManualTasksService
*get_manual_tasks_id_notificationGET /manual-tasks/{id}/notification Retrieve a manual task's notification message - ManualTasksService
*get_manual_tasks_searchGET /manual-tasks/search Search manual tasks - ManualTasksService
*post_manual_tasks_id_action_action_idPOST /manual-tasks/{id}/action/{actionId} Process a manual task's action - PaymentConnectorConfigurationsService
*delete_payment_connector_configurations_idDELETE /payment/connector-configurations/{id} Delete a payment connector configuration - PaymentConnectorConfigurationsService
*get_payment_connector_configurationsGET /payment/connector-configurations List all payment connector configurations - PaymentConnectorConfigurationsService
*get_payment_connector_configurations_idGET /payment/connector-configurations/{id} Retrieve a payment connector configuration - PaymentConnectorConfigurationsService
*get_payment_connector_configurations_searchGET /payment/connector-configurations/search Search payment connector configurations - PaymentConnectorConfigurationsService
*patch_payment_connector_configurations_idPATCH /payment/connector-configurations/{id} Update a payment connector configuration - PaymentConnectorConfigurationsService
*post_payment_connector_configurationsPOST /payment/connector-configurations Create a payment connector configuration - PaymentConnectorsService
*get_payment_connectorsGET /payment/connectors List all payment connectors. - PaymentConnectorsService
*get_payment_connectors_idGET /payment/connectors/{id} Retrieve a payment connector. - PaymentConnectorsService
*get_payment_connectors_searchGET /payment/connectors/search Search payment connectors. - PaymentLinksService
*delete_payment_links_idDELETE /payment/links/{id} Delete a payment link - PaymentLinksService
*get_payment_linksGET /payment/links List all payment links - PaymentLinksService
*get_payment_links_idGET /payment/links/{id} Retrieve a payment link - PaymentLinksService
*get_payment_links_searchGET /payment/links/search Search payment links - PaymentLinksService
*patch_payment_links_idPATCH /payment/links/{id} Update a payment link - PaymentLinksService
*post_payment_linksPOST /payment/links Create a payment link - PaymentMethodBrandsService
*get_payment_method_brandsGET /payment/method-brands List all payment method brands. - PaymentMethodBrandsService
*get_payment_method_brands_idGET /payment/method-brands/{id} Retrieve a payment method brand. - PaymentMethodBrandsService
*get_payment_method_brands_searchGET /payment/method-brands/search Search payment method brands. - PaymentMethodConfigurationsService
*delete_payment_method_configurations_idDELETE /payment/method-configurations/{id} Delete a payment method configuration - PaymentMethodConfigurationsService
*get_payment_method_configurationsGET /payment/method-configurations List all payment method configurations - PaymentMethodConfigurationsService
*get_payment_method_configurations_idGET /payment/method-configurations/{id} Retrieve a payment method configuration - PaymentMethodConfigurationsService
*get_payment_method_configurations_searchGET /payment/method-configurations/search Search payment method configurations - PaymentMethodConfigurationsService
*patch_payment_method_configurations_idPATCH /payment/method-configurations/{id} Update a payment method configuration - PaymentMethodConfigurationsService
*post_payment_method_configurationsPOST /payment/method-configurations Create a payment method configuration - PaymentMethodsService
*get_payment_methodsGET /payment/methods List all payment methods. - PaymentMethodsService
*get_payment_methods_idGET /payment/methods/{id} Retrieve a payment method. - PaymentMethodsService
*get_payment_methods_searchGET /payment/methods/search Search payment methods. - PaymentProcessorConfigurationsService
*delete_payment_processor_configurations_idDELETE /payment/processor-configurations/{id} Delete a payment processor configuration - PaymentProcessorConfigurationsService
*get_payment_processor_configurationsGET /payment/processor-configurations List all payment processor configurations - PaymentProcessorConfigurationsService
*get_payment_processor_configurations_idGET /payment/processor-configurations/{id} Retrieve a payment processor configuration - PaymentProcessorConfigurationsService
*get_payment_processor_configurations_searchGET /payment/processor-configurations/search Search payment processor configurations - PaymentProcessorConfigurationsService
*patch_payment_processor_configurations_idPATCH /payment/processor-configurations/{id} Update a payment processor configuration - PaymentProcessorConfigurationsService
*post_payment_processor_configurationsPOST /payment/processor-configurations Create a payment processor configuration - PaymentProcessorsService
*get_payment_processorsGET /payment/processors List all payment processors. - PaymentProcessorsService
*get_payment_processors_idGET /payment/processors/{id} Retrieve a payment processor. - PaymentProcessorsService
*get_payment_processors_searchGET /payment/processors/search Search payment processors. - PaymentSalesChannelsService
*get_payment_sales_channelsGET /payment/sales-channels List all payment sales channels. - PaymentSalesChannelsService
*get_payment_sales_channels_idGET /payment/sales-channels/{id} Retrieve a payment sales channel. - PaymentSalesChannelsService
*get_payment_sales_channels_searchGET /payment/sales-channels/search Search payment sales channels. - PaymentTerminalsService
*delete_payment_terminals_idDELETE /payment/terminals/{id} Delete a payment terminal - PaymentTerminalsService
*get_payment_terminalsGET /payment/terminals List all payment terminals - PaymentTerminalsService
*get_payment_terminals_idGET /payment/terminals/{id} Retrieve a payment terminal - PaymentTerminalsService
*get_payment_terminals_id_till_connection_credentialsGET /payment/terminals/{id}/till-connection-credentials Retrieve till connection credentials - PaymentTerminalsService
*get_payment_terminals_searchGET /payment/terminals/search Search payment terminals - PaymentTerminalsService
*patch_payment_terminals_idPATCH /payment/terminals/{id} Update a payment terminal - PaymentTerminalsService
*post_payment_terminalsPOST /payment/terminals Create a payment terminal - PaymentTerminalsService
*post_payment_terminals_by_identifier_identifier_perform_transactionPOST /payment/terminals/by-identifier/{identifier}/perform-transaction Perform a payment terminal transaction by identifier - PaymentTerminalsService
*post_payment_terminals_by_identifier_identifier_trigger_final_balancePOST /payment/terminals/by-identifier/{identifier}/trigger-final-balance Remotely trigger the final balance by identifier - PaymentTerminalsService
*post_payment_terminals_id_linkPOST /payment/terminals/{id}/link Link a device with a payment terminal - PaymentTerminalsService
*post_payment_terminals_id_perform_transactionPOST /payment/terminals/{id}/perform-transaction Perform a payment terminal transaction - PaymentTerminalsService
*post_payment_terminals_id_trigger_final_balancePOST /payment/terminals/{id}/trigger-final-balance Remotely trigger the final balance - PaymentTerminalsService
*post_payment_terminals_id_unlinkPOST /payment/terminals/{id}/unlink Unlink any device from a payment terminal - PaymentWebAppsService
*delete_payment_web_apps_connectors_connector_external_idDELETE /payment/web-apps/connectors/{connectorExternalId} Delete a connector - PaymentWebAppsService
*delete_payment_web_apps_processors_external_idDELETE /payment/web-apps/processors/{externalId} Delete a processor - PaymentWebAppsService
*patch_payment_web_apps_charge_attempts_idPATCH /payment/web-apps/charge-attempts/{id} Update a charge attempt - PaymentWebAppsService
*patch_payment_web_apps_completions_idPATCH /payment/web-apps/completions/{id} Update a completion - PaymentWebAppsService
*patch_payment_web_apps_connectors_connector_external_idPATCH /payment/web-apps/connectors/{connectorExternalId} Update a connector - PaymentWebAppsService
*patch_payment_web_apps_processors_external_idPATCH /payment/web-apps/processors/{externalId} Update a processor - PaymentWebAppsService
*patch_payment_web_apps_refunds_idPATCH /payment/web-apps/refunds/{id} Update a refund - PaymentWebAppsService
*patch_payment_web_apps_voids_idPATCH /payment/web-apps/voids/{id} Update a void - PaymentWebAppsService
*post_payment_web_apps_processorsPOST /payment/web-apps/processors Create a processor - PaymentWebAppsService
*post_payment_web_apps_processors_external_id_activate_for_productionPOST /payment/web-apps/processors/{externalId}/activate-for-production Activate a processor for production - PaymentWebAppsService
*post_payment_web_apps_processors_external_id_connectorsPOST /payment/web-apps/processors/{externalId}/connectors Create a connector - PermissionsService
*get_permissionsGET /permissions List all permissions - PermissionsService
*get_permissions_idGET /permissions/{id} Retrieve a permission - PermissionsService
*get_permissions_searchGET /permissions/search Search permissions - RefundBankTransactionsService
*get_payment_bank_transactions_refundsGET /payment/bank-transactions/refunds List all refund bank transactions - RefundBankTransactionsService
*get_payment_bank_transactions_refunds_idGET /payment/bank-transactions/refunds/{id} Retrieve a refund bank transaction - RefundBankTransactionsService
*get_payment_bank_transactions_refunds_searchGET /payment/bank-transactions/refunds/search Search refund bank transactions - RefundCommentsService
*delete_payment_refunds_refund_id_comments_idDELETE /payment/refunds/{refundId}/comments/{id} Delete a refund comment - RefundCommentsService
*get_payment_refunds_refund_id_commentsGET /payment/refunds/{refundId}/comments List all refund comments - RefundCommentsService
*get_payment_refunds_refund_id_comments_idGET /payment/refunds/{refundId}/comments/{id} Retrieve a refund comment - RefundCommentsService
*get_payment_refunds_refund_id_comments_searchGET /payment/refunds/{refundId}/comments/search Search refund comments - RefundCommentsService
*patch_payment_refunds_refund_id_comments_idPATCH /payment/refunds/{refundId}/comments/{id} Update a refund comment - RefundCommentsService
*post_payment_refunds_refund_id_commentsPOST /payment/refunds/{refundId}/comments Create a refund comment - RefundCommentsService
*post_payment_refunds_refund_id_comments_id_pinPOST /payment/refunds/{refundId}/comments/{id}/pin Pin a comment to the top - RefundCommentsService
*post_payment_refunds_refund_id_comments_id_unpinPOST /payment/refunds/{refundId}/comments/{id}/unpin Remove the pinned comment from the top - RefundRecoveryBankTransactionsService
*get_payment_bank_transactions_refund_recoveriesGET /payment/bank-transactions/refund-recoveries List all refund recovery bank transactions - RefundRecoveryBankTransactionsService
*get_payment_bank_transactions_refund_recoveries_idGET /payment/bank-transactions/refund-recoveries/{id} Retrieve a refund recovery bank transaction - RefundRecoveryBankTransactionsService
*get_payment_bank_transactions_refund_recoveries_searchGET /payment/bank-transactions/refund-recoveries/search Search refund recovery bank transactions - RefundsService
*get_payment_refundsGET /payment/refunds List all refunds - RefundsService
*get_payment_refunds_idGET /payment/refunds/{id} Retrieve a refund - RefundsService
*get_payment_refunds_id_documentGET /payment/refunds/{id}/document Retrieve a refund document - RefundsService
*get_payment_refunds_searchGET /payment/refunds/search Search refunds - RefundsService
*post_payment_refundsPOST /payment/refunds Create a refund - RefundsService
*post_payment_refunds_id_mark_failedPOST /payment/refunds/{id}/mark-failed Mark a refund as failed - RefundsService
*post_payment_refunds_id_mark_succeededPOST /payment/refunds/{id}/mark-succeeded Mark a refund as successful - RolesService
*delete_roles_idDELETE /roles/{id} Delete a role - RolesService
*get_rolesGET /roles List all roles - RolesService
*get_roles_idGET /roles/{id} Retrieve a role - RolesService
*get_roles_searchGET /roles/search Search roles - RolesService
*patch_roles_idPATCH /roles/{id} Update a role - RolesService
*post_rolesPOST /roles Create a role - SingleSignOnUsersService
*delete_single_sign_on_users_idDELETE /single-sign-on-users/{id} Delete a single sign-on user - SingleSignOnUsersService
*get_single_sign_on_usersGET /single-sign-on-users List all single sign-on users - SingleSignOnUsersService
*get_single_sign_on_users_idGET /single-sign-on-users/{id} Retrieve a single sign-on user - SingleSignOnUsersService
*get_single_sign_on_users_searchGET /single-sign-on-users/search Search single sign-on users - SingleSignOnUsersService
*patch_single_sign_on_users_idPATCH /single-sign-on-users/{id} Update a single sign-on user - SingleSignOnUsersService
*post_single_sign_on_usersPOST /single-sign-on-users Create a single sign-on user - SingleSignOnUsersRolesService
*delete_single_sign_on_users_user_id_account_rolesDELETE /single-sign-on-users/{userId}/account-roles Unassign a role from a single sign-on user for an account - SingleSignOnUsersRolesService
*delete_single_sign_on_users_user_id_space_rolesDELETE /single-sign-on-users/{userId}/space-roles Unassign a role from a single sign-on user for a space - SingleSignOnUsersRolesService
*get_single_sign_on_users_user_id_account_rolesGET /single-sign-on-users/{userId}/account-roles List all roles of a single sign-on user for an account - SingleSignOnUsersRolesService
*get_single_sign_on_users_user_id_space_rolesGET /single-sign-on-users/{userId}/space-roles List all roles of a single sign-on user for a space - SingleSignOnUsersRolesService
*post_single_sign_on_users_user_id_account_rolesPOST /single-sign-on-users/{userId}/account-roles Assign a role to a single sign-on user for an account - SingleSignOnUsersRolesService
*post_single_sign_on_users_user_id_space_rolesPOST /single-sign-on-users/{userId}/space-roles Assign a role to a single sign-on user for a space - SpacesService
*delete_spaces_idDELETE /spaces/{id} Delete a space - SpacesService
*get_spacesGET /spaces List all spaces - SpacesService
*get_spaces_idGET /spaces/{id} Retrieve a space - SpacesService
*get_spaces_searchGET /spaces/search Search spaces - SpacesService
*patch_spaces_idPATCH /spaces/{id} Update a space - SpacesService
*post_spacesPOST /spaces Create a space - StaticValuesService
*get_static_valuesGET /static-values List all static values - StaticValuesService
*get_static_values_idGET /static-values/{id} Retrieve a static value - StaticValuesService
*get_static_values_searchGET /static-values/search Search static values - SubscribersService
*delete_subscriptions_subscribers_idDELETE /subscriptions/subscribers/{id} Delete a subscriber - SubscribersService
*get_subscriptions_subscribersGET /subscriptions/subscribers List all subscribers - SubscribersService
*get_subscriptions_subscribers_idGET /subscriptions/subscribers/{id} Retrieve a subscriber - SubscribersService
*get_subscriptions_subscribers_searchGET /subscriptions/subscribers/search Search subscribers - SubscribersService
*patch_subscriptions_subscribers_idPATCH /subscriptions/subscribers/{id} Update a subscriber - SubscribersService
*post_subscriptions_subscribersPOST /subscriptions/subscribers Create a subscriber - SubscriptionAffiliatesService
*delete_subscriptions_affiliates_idDELETE /subscriptions/affiliates/{id} Delete an affiliate - SubscriptionAffiliatesService
*get_subscriptions_affiliatesGET /subscriptions/affiliates List all affiliates - SubscriptionAffiliatesService
*get_subscriptions_affiliates_idGET /subscriptions/affiliates/{id} Retrieve an affiliate - SubscriptionAffiliatesService
*get_subscriptions_affiliates_searchGET /subscriptions/affiliates/search Search affiliates - SubscriptionAffiliatesService
*patch_subscriptions_affiliates_idPATCH /subscriptions/affiliates/{id} Update an affiliate - SubscriptionAffiliatesService
*post_subscriptions_affiliatesPOST /subscriptions/affiliates Create an affiliate - SubscriptionChargesService
*get_subscriptions_chargesGET /subscriptions/charges List all charges - SubscriptionChargesService
*get_subscriptions_charges_idGET /subscriptions/charges/{id} Retrieve a charge - SubscriptionChargesService
*get_subscriptions_charges_searchGET /subscriptions/charges/search Search charges - SubscriptionChargesService
*post_subscriptions_chargesPOST /subscriptions/charges Create a charge - SubscriptionChargesService
*post_subscriptions_charges_id_discardPOST /subscriptions/charges/{id}/discard Discard a charge - SubscriptionLedgerEntriesService
*get_subscriptions_ledger_entriesGET /subscriptions/ledger-entries List all ledger entries - SubscriptionLedgerEntriesService
*get_subscriptions_ledger_entries_idGET /subscriptions/ledger-entries/{id} Retrieve a ledger entry - SubscriptionLedgerEntriesService
*get_subscriptions_ledger_entries_searchGET /subscriptions/ledger-entries/search Search ledger entries - SubscriptionLedgerEntriesService
*post_subscriptions_ledger_entriesPOST /subscriptions/ledger-entries Create a ledger entry - SubscriptionMetricUsageReportsService
*get_subscriptions_metric_usage_reportsGET /subscriptions/metric-usage-reports List all metric usage reports - SubscriptionMetricUsageReportsService
*get_subscriptions_metric_usage_reports_idGET /subscriptions/metric-usage-reports/{id} Retrieve a metric usage report - SubscriptionMetricUsageReportsService
*get_subscriptions_metric_usage_reports_searchGET /subscriptions/metric-usage-reports/search Search metric usage reports - SubscriptionMetricUsageReportsService
*post_subscriptions_metric_usage_reportsPOST /subscriptions/metric-usage-reports Create a metric usage report - SubscriptionMetricsService
*delete_subscriptions_metrics_idDELETE /subscriptions/metrics/{id} Delete a metric - SubscriptionMetricsService
*get_subscriptions_metricsGET /subscriptions/metrics List all metrics - SubscriptionMetricsService
*get_subscriptions_metrics_idGET /subscriptions/metrics/{id} Retrieve a metric - SubscriptionMetricsService
*get_subscriptions_metrics_searchGET /subscriptions/metrics/search Search metrics - SubscriptionMetricsService
*patch_subscriptions_metrics_idPATCH /subscriptions/metrics/{id} Update a metric - SubscriptionMetricsService
*post_subscriptions_metricsPOST /subscriptions/metrics Create a metric - SubscriptionPeriodBillsService
*get_subscriptions_period_billsGET /subscriptions/period-bills List all subscription period bills - SubscriptionPeriodBillsService
*get_subscriptions_period_bills_idGET /subscriptions/period-bills/{id} Retrieve a subscription period bill - SubscriptionPeriodBillsService
*get_subscriptions_period_bills_searchGET /subscriptions/period-bills/search Search subscription period bills - SubscriptionPeriodBillsService
*post_subscriptions_period_bills_id_closePOST /subscriptions/period-bills/{id}/close Close a subscription period bill - SubscriptionProductComponentGroupsService
*delete_subscriptions_products_component_groups_idDELETE /subscriptions/products/component-groups/{id} Delete a component group - SubscriptionProductComponentGroupsService
*get_subscriptions_products_component_groupsGET /subscriptions/products/component-groups List all component groups - SubscriptionProductComponentGroupsService
*get_subscriptions_products_component_groups_idGET /subscriptions/products/component-groups/{id} Retrieve a component group - SubscriptionProductComponentGroupsService
*get_subscriptions_products_component_groups_searchGET /subscriptions/products/component-groups/search Search component groups - SubscriptionProductComponentGroupsService
*patch_subscriptions_products_component_groups_idPATCH /subscriptions/products/component-groups/{id} Update a component group - SubscriptionProductComponentGroupsService
*post_subscriptions_products_component_groupsPOST /subscriptions/products/component-groups Create a component group - SubscriptionProductComponentsService
*delete_subscriptions_products_components_idDELETE /subscriptions/products/components/{id} Delete a component - SubscriptionProductComponentsService
*get_subscriptions_products_componentsGET /subscriptions/products/components List all components - SubscriptionProductComponentsService
*get_subscriptions_products_components_idGET /subscriptions/products/components/{id} Retrieve a component - SubscriptionProductComponentsService
*get_subscriptions_products_components_searchGET /subscriptions/products/components/search Search components - SubscriptionProductComponentsService
*patch_subscriptions_products_components_idPATCH /subscriptions/products/components/{id} Update a component - SubscriptionProductComponentsService
*post_subscriptions_products_componentsPOST /subscriptions/products/components Create a component - SubscriptionProductMeteredFeeTiersService
*delete_subscriptions_products_metered_fees_fee_id_tiers_idDELETE /subscriptions/products/metered-fees/{feeId}/tiers/{id} Delete a metered fee tier - SubscriptionProductMeteredFeeTiersService
*get_subscriptions_products_metered_fees_fee_id_tiersGET /subscriptions/products/metered-fees/{feeId}/tiers List all metered fee tiers - SubscriptionProductMeteredFeeTiersService
*get_subscriptions_products_metered_fees_fee_id_tiers_idGET /subscriptions/products/metered-fees/{feeId}/tiers/{id} Retrieve a metered fee tier - SubscriptionProductMeteredFeeTiersService
*get_subscriptions_products_metered_fees_fee_id_tiers_searchGET /subscriptions/products/metered-fees/{feeId}/tiers/search Search metered fee tiers - SubscriptionProductMeteredFeeTiersService
*patch_subscriptions_products_metered_fees_fee_id_tiers_idPATCH /subscriptions/products/metered-fees/{feeId}/tiers/{id} Update a metered fee tier - SubscriptionProductMeteredFeeTiersService
*post_subscriptions_products_metered_fees_fee_id_tiersPOST /subscriptions/products/metered-fees/{feeId}/tiers Create a metered fee tier - SubscriptionProductMeteredFeesService
*delete_subscriptions_products_metered_fees_idDELETE /subscriptions/products/metered-fees/{id} Delete a metered fee - SubscriptionProductMeteredFeesService
*get_subscriptions_products_metered_feesGET /subscriptions/products/metered-fees List all metered fees - SubscriptionProductMeteredFeesService
*get_subscriptions_products_metered_fees_idGET /subscriptions/products/metered-fees/{id} Retrieve a metered fee - SubscriptionProductMeteredFeesService
*get_subscriptions_products_metered_fees_searchGET /subscriptions/products/metered-fees/search Search metered fees - SubscriptionProductMeteredFeesService
*patch_subscriptions_products_metered_fees_idPATCH /subscriptions/products/metered-fees/{id} Update a metered fee - SubscriptionProductMeteredFeesService
*post_subscriptions_products_metered_feesPOST /subscriptions/products/metered-fees Create a metered fee - SubscriptionProductPeriodFeesService
*delete_subscriptions_products_period_fees_idDELETE /subscriptions/products/period-fees/{id} Delete a period fee - SubscriptionProductPeriodFeesService
*get_subscriptions_products_period_feesGET /subscriptions/products/period-fees List all period fees - SubscriptionProductPeriodFeesService
*get_subscriptions_products_period_fees_idGET /subscriptions/products/period-fees/{id} Retrieve a period fee - SubscriptionProductPeriodFeesService
*get_subscriptions_products_period_fees_searchGET /subscriptions/products/period-fees/search Search period fees - SubscriptionProductPeriodFeesService
*patch_subscriptions_products_period_fees_idPATCH /subscriptions/products/period-fees/{id} Update a period fee - SubscriptionProductPeriodFeesService
*post_subscriptions_products_period_feesPOST /subscriptions/products/period-fees Create a period fee - SubscriptionProductRetirementsService
*get_subscriptions_products_retirementsGET /subscriptions/products/retirements List all product retirements - SubscriptionProductRetirementsService
*get_subscriptions_products_retirements_idGET /subscriptions/products/retirements/{id} Retrieve a product retirement - SubscriptionProductRetirementsService
*get_subscriptions_products_retirements_searchGET /subscriptions/products/retirements/search Search product retirements - SubscriptionProductSetupFeesService
*delete_subscriptions_products_setup_fees_idDELETE /subscriptions/products/setup-fees/{id} Delete a setup fee - SubscriptionProductSetupFeesService
*get_subscriptions_products_setup_feesGET /subscriptions/products/setup-fees List all setup fees - SubscriptionProductSetupFeesService
*get_subscriptions_products_setup_fees_idGET /subscriptions/products/setup-fees/{id} Retrieve a setup fee - SubscriptionProductSetupFeesService
*get_subscriptions_products_setup_fees_searchGET /subscriptions/products/setup-fees/search Search setup fees - SubscriptionProductSetupFeesService
*patch_subscriptions_products_setup_fees_idPATCH /subscriptions/products/setup-fees/{id} Update a setup fee - SubscriptionProductSetupFeesService
*post_subscriptions_products_setup_feesPOST /subscriptions/products/setup-fees Create a setup fee - SubscriptionProductVersionRetirementsService
*get_subscriptions_products_versions_retirementsGET /subscriptions/products/versions/retirements List all product version retirements - SubscriptionProductVersionRetirementsService
*get_subscriptions_products_versions_retirements_idGET /subscriptions/products/versions/retirements/{id} Retrieve a product version retirement - SubscriptionProductVersionRetirementsService
*get_subscriptions_products_versions_retirements_searchGET /subscriptions/products/versions/retirements/search Search product version retirements - SubscriptionProductVersionsService
*get_subscriptions_products_versionsGET /subscriptions/products/versions List all product versions - SubscriptionProductVersionsService
*get_subscriptions_products_versions_idGET /subscriptions/products/versions/{id} Retrieve a product version - SubscriptionProductVersionsService
*get_subscriptions_products_versions_searchGET /subscriptions/products/versions/search Search product versions - SubscriptionProductVersionsService
*patch_subscriptions_products_versions_idPATCH /subscriptions/products/versions/{id} Update a product version - SubscriptionProductVersionsService
*post_subscriptions_products_versionsPOST /subscriptions/products/versions Create a product version - SubscriptionProductVersionsService
*post_subscriptions_products_versions_id_activatePOST /subscriptions/products/versions/{id}/activate Activate a product version - SubscriptionProductVersionsService
*post_subscriptions_products_versions_id_retirePOST /subscriptions/products/versions/{id}/retire Retire a product version - SubscriptionProductsService
*get_subscriptions_productsGET /subscriptions/products List all products - SubscriptionProductsService
*get_subscriptions_products_idGET /subscriptions/products/{id} Retrieve a product - SubscriptionProductsService
*get_subscriptions_products_searchGET /subscriptions/products/search Search products - SubscriptionProductsService
*patch_subscriptions_products_idPATCH /subscriptions/products/{id} Update a product - SubscriptionProductsService
*post_subscriptions_productsPOST /subscriptions/products Create a product - SubscriptionProductsService
*post_subscriptions_products_id_retirePOST /subscriptions/products/{id}/retire Retire a product - SubscriptionSuspensionsService
*get_subscriptions_suspensionsGET /subscriptions/suspensions List all suspensions - SubscriptionSuspensionsService
*get_subscriptions_suspensions_idGET /subscriptions/suspensions/{id} Retrieve a suspension - SubscriptionSuspensionsService
*get_subscriptions_suspensions_searchGET /subscriptions/suspensions/search Search suspensions - SubscriptionVersionsService
*get_subscriptions_versionsGET /subscriptions/versions List all subscription versions - SubscriptionVersionsService
*get_subscriptions_versions_idGET /subscriptions/versions/{id} Retrieve a subscription version - SubscriptionVersionsService
*get_subscriptions_versions_searchGET /subscriptions/versions/search Search subscription versions - SubscriptionsService
*get_subscriptionsGET /subscriptions List all subscriptions - SubscriptionsService
*get_subscriptions_idGET /subscriptions/{id} Retrieve a subscription - SubscriptionsService
*get_subscriptions_id_invoicesGET /subscriptions/{id}/invoices Search subscription invoices - SubscriptionsService
*get_subscriptions_searchGET /subscriptions/search Search subscriptions - SubscriptionsService
*patch_subscriptions_idPATCH /subscriptions/{id} Update a subscription - SubscriptionsService
*post_subscriptionsPOST /subscriptions Create a subscription - SubscriptionsService
*post_subscriptions_id_apply_changesPOST /subscriptions/{id}/apply-changes Apply changes to a subscription - SubscriptionsService
*post_subscriptions_id_initializePOST /subscriptions/{id}/initialize Initialize a subscription - SubscriptionsService
*post_subscriptions_id_initialize_subscriber_presentPOST /subscriptions/{id}/initialize-subscriber-present Initialize a subscription with the subscriber present - SubscriptionsService
*post_subscriptions_id_reactivatePOST /subscriptions/{id}/reactivate Reactivate a suspended subscription - SubscriptionsService
*post_subscriptions_id_suspendPOST /subscriptions/{id}/suspend Suspend a subscription - SubscriptionsService
*post_subscriptions_id_terminatePOST /subscriptions/{id}/terminate Terminate a subscription - SubscriptionsService
*post_subscriptions_id_upgrade_productPOST /subscriptions/{id}/upgrade-product Upgrade a subscription's product - TokenVersionsService
*get_payment_token_versionsGET /payment/token-versions List all token versions - TokenVersionsService
*get_payment_token_versions_idGET /payment/token-versions/{id} Retrieve a token version - TokenVersionsService
*get_payment_token_versions_searchGET /payment/token-versions/search Search token token versions - TokensService
*delete_payment_tokens_idDELETE /payment/tokens/{id} Delete a token - TokensService
*get_payment_tokensGET /payment/tokens List all tokens - TokensService
*get_payment_tokens_idGET /payment/tokens/{id} Retrieve a token - TokensService
*get_payment_tokens_id_active_versionGET /payment/tokens/{id}/active-version Retrieve the active token version - TokensService
*get_payment_tokens_searchGET /payment/tokens/search Search tokens - TokensService
*patch_payment_tokens_idPATCH /payment/tokens/{id} Update a token - TokensService
*post_payment_tokensPOST /payment/tokens Create a token - TokensService
*post_payment_tokens_id_create_transaction_for_token_updatePOST /payment/tokens/{id}/create-transaction-for-token-update Create a transaction for token update - TransactionClientPlatformsService
*get_payment_transaction_client_platformsGET /payment/transaction/client-platforms List all client platforms - TransactionClientPlatformsService
*get_payment_transaction_client_platforms_idGET /payment/transaction/client-platforms/{id} Retrieve the client platform based on id - TransactionClientPlatformsService
*get_payment_transaction_client_platforms_searchGET /payment/transaction/client-platforms/search Search client platforms - TransactionCommentsService
*delete_payment_transactions_transaction_id_comments_idDELETE /payment/transactions/{transactionId}/comments/{id} Delete a transaction comment - TransactionCommentsService
*get_payment_transactions_transaction_id_commentsGET /payment/transactions/{transactionId}/comments List all transaction comments - TransactionCommentsService
*get_payment_transactions_transaction_id_comments_idGET /payment/transactions/{transactionId}/comments/{id} Retrieve a transaction comment - TransactionCommentsService
*get_payment_transactions_transaction_id_comments_searchGET /payment/transactions/{transactionId}/comments/search Search transaction comments - TransactionCommentsService
*patch_payment_transactions_transaction_id_comments_idPATCH /payment/transactions/{transactionId}/comments/{id} Update a transaction comment - TransactionCommentsService
*post_payment_transactions_transaction_id_commentsPOST /payment/transactions/{transactionId}/comments Create a transaction comment - TransactionCommentsService
*post_payment_transactions_transaction_id_comments_id_pinPOST /payment/transactions/{transactionId}/comments/{id}/pin Pin a comment to the top - TransactionCommentsService
*post_payment_transactions_transaction_id_comments_id_unpinPOST /payment/transactions/{transactionId}/comments/{id}/unpin Remove the pinned comment from the top - TransactionCompletionsService
*get_payment_transactions_completionsGET /payment/transactions/completions List all transaction completions - TransactionCompletionsService
*get_payment_transactions_completions_idGET /payment/transactions/completions/{id} Retrieve a transaction completion - TransactionCompletionsService
*get_payment_transactions_completions_searchGET /payment/transactions/completions/search Search transaction completions - TransactionInvoiceCommentsService
*delete_payment_transactions_invoices_invoice_id_comments_idDELETE /payment/transactions/invoices/{invoiceId}/comments/{id} Delete a transaction comment - TransactionInvoiceCommentsService
*get_payment_transactions_invoices_invoice_id_commentsGET /payment/transactions/invoices/{invoiceId}/comments List all transaction invoice comments - TransactionInvoiceCommentsService
*get_payment_transactions_invoices_invoice_id_comments_idGET /payment/transactions/invoices/{invoiceId}/comments/{id} Retrieve a transaction invoice comment - TransactionInvoiceCommentsService
*get_payment_transactions_invoices_invoice_id_comments_searchGET /payment/transactions/invoices/{invoiceId}/comments/search Search transaction invoice comments - TransactionInvoiceCommentsService
*patch_payment_transactions_invoices_invoice_id_comments_idPATCH /payment/transactions/invoices/{invoiceId}/comments/{id} Update a transaction comment - TransactionInvoiceCommentsService
*post_payment_transactions_invoices_invoice_id_commentsPOST /payment/transactions/invoices/{invoiceId}/comments Create a transaction invoice comment - TransactionInvoiceCommentsService
*post_payment_transactions_invoices_invoice_id_comments_id_pinPOST /payment/transactions/invoices/{invoiceId}/comments/{id}/pin Pin a comment to the top - TransactionInvoiceCommentsService
*post_payment_transactions_invoices_invoice_id_comments_id_unpinPOST /payment/transactions/invoices/{invoiceId}/comments/{id}/unpin Remove the pinned comment from the top - TransactionInvoicesService
*get_payment_transactions_invoicesGET /payment/transactions/invoices List all transaction invoices - TransactionInvoicesService
*get_payment_transactions_invoices_idGET /payment/transactions/invoices/{id} Retrieve a transaction invoice - TransactionInvoicesService
*get_payment_transactions_invoices_id_check_replacement_possibleGET /payment/transactions/invoices/{id}/check-replacement-possible Check if a transaction invoice can be replaced - TransactionInvoicesService
*get_payment_transactions_invoices_id_documentGET /payment/transactions/invoices/{id}/document Retrieve an invoice document - TransactionInvoicesService
*get_payment_transactions_invoices_searchGET /payment/transactions/invoices/search Search transaction invoices - TransactionInvoicesService
*post_payment_transactions_invoices_id_derecognizePOST /payment/transactions/invoices/{id}/derecognize Derecognize a transaction invoice - TransactionInvoicesService
*post_payment_transactions_invoices_id_mark_paidPOST /payment/transactions/invoices/{id}/mark-paid Mark a transaction invoice as paid - TransactionInvoicesService
*post_payment_transactions_invoices_id_replacePOST /payment/transactions/invoices/{id}/replace Replace a transaction invoice - TransactionLineItemVersionsService
*get_payment_transactions_line_item_versionsGET /payment/transactions/line-item-versions List all transaction line item versions - TransactionLineItemVersionsService
*get_payment_transactions_line_item_versions_idGET /payment/transactions/line-item-versions/{id} Retrieve a transaction line item version - TransactionLineItemVersionsService
*get_payment_transactions_line_item_versions_searchGET /payment/transactions/line-item-versions/search Search transaction line item versions - TransactionLineItemVersionsService
*post_payment_transactions_line_item_versionsPOST /payment/transactions/line-item-versions Create a transaction line item version - TransactionVoidsService
*get_payment_transactions_voidsGET /payment/transactions/voids List all transaction voids - TransactionVoidsService
*get_payment_transactions_voids_idGET /payment/transactions/voids/{id} Retrieve a transaction void - TransactionVoidsService
*get_payment_transactions_voids_searchGET /payment/transactions/voids/search Search transaction voids - TransactionsService
*delete_payment_transactions_by_credentials_credentials_one_click_tokens_idDELETE /payment/transactions/by-credentials/{credentials}/one-click-tokens/{id} Delete a one-click token by credentials - TransactionsService
*get_payment_transactionsGET /payment/transactions List all transactions - TransactionsService
*get_payment_transactions_by_credentials_credentialsGET /payment/transactions/by-credentials/{credentials} Retrieve a transaction by credentials - TransactionsService
*get_payment_transactions_by_credentials_credentials_mobile_sdk_urlGET /payment/transactions/by-credentials/{credentials}/mobile-sdk-url Retrieve a Mobile SDK URL by credentials - TransactionsService
*get_payment_transactions_by_credentials_credentials_one_click_tokensGET /payment/transactions/by-credentials/{credentials}/one-click-tokens List one-click tokens by credentials - TransactionsService
*get_payment_transactions_by_credentials_credentials_payment_method_configurationsGET /payment/transactions/by-credentials/{credentials}/payment-method-configurations List available payment method configurations by credentials - TransactionsService
*get_payment_transactions_exportGET /payment/transactions/export Export transactions - TransactionsService
*get_payment_transactions_idGET /payment/transactions/{id} Retrieve a transaction - TransactionsService
*get_payment_transactions_id_charge_flow_payment_page_urlGET /payment/transactions/{id}/charge-flow/payment-page-url Retrieve a charge flow payment page URL - TransactionsService
*get_payment_transactions_id_check_token_creation_possibleGET /payment/transactions/{id}/check-token-creation-possible Check if token can be created - TransactionsService
*get_payment_transactions_id_credentialsGET /payment/transactions/{id}/credentials Retrieve transaction credentials - TransactionsService
*get_payment_transactions_id_iframe_javascript_urlGET /payment/transactions/{id}/iframe-javascript-url Retrieve an iFrame JavaScript URL - TransactionsService
*get_payment_transactions_id_invoice_documentGET /payment/transactions/{id}/invoice-document Retrieve an invoice document - TransactionsService
*get_payment_transactions_id_latest_line_item_versionGET /payment/transactions/{id}/latest-line-item-version Retrieve the latest line item version - TransactionsService
*get_payment_transactions_id_lightbox_javascript_urlGET /payment/transactions/{id}/lightbox-javascript-url Retrieve a Lightbox JavaScript URL - TransactionsService
*get_payment_transactions_id_packing_slip_documentGET /payment/transactions/{id}/packing-slip-document Retrieve a packing slip document - TransactionsService
*get_payment_transactions_id_payment_method_configurationsGET /payment/transactions/{id}/payment-method-configurations List available payment method configurations - TransactionsService
*get_payment_transactions_id_payment_page_urlGET /payment/transactions/{id}/payment-page-url Retrieve a payment page URL - TransactionsService
*get_payment_transactions_id_terminal_receiptsGET /payment/transactions/{id}/terminal-receipts List terminal receipts - TransactionsService
*get_payment_transactions_searchGET /payment/transactions/search Search transactions - TransactionsService
*patch_payment_transactions_idPATCH /payment/transactions/{id} Update a transaction - TransactionsService
*post_payment_transactionsPOST /payment/transactions Create a transaction - TransactionsService
*post_payment_transactions_by_credentials_credentials_one_click_tokens_id_processPOST /payment/transactions/by-credentials/{credentials}/one-click-tokens/{id}/process Process via one-click token by credentials - TransactionsService
*post_payment_transactions_id_charge_flow_applyPOST /payment/transactions/{id}/charge-flow/apply Process a transaction via charge flow - TransactionsService
*post_payment_transactions_id_charge_flow_cancelPOST /payment/transactions/{id}/charge-flow/cancel Cancel a charge flow - TransactionsService
*post_payment_transactions_id_charge_flow_update_recipientPOST /payment/transactions/{id}/charge-flow/update-recipient Update a charge flow recipient - TransactionsService
*post_payment_transactions_id_complete_offlinePOST /payment/transactions/{id}/complete-offline Complete a transaction offline - TransactionsService
*post_payment_transactions_id_complete_onlinePOST /payment/transactions/{id}/complete-online Complete a transaction online - TransactionsService
*post_payment_transactions_id_complete_partially_offlinePOST /payment/transactions/{id}/complete-partially-offline Complete a transaction offline partially - TransactionsService
*post_payment_transactions_id_complete_partially_onlinePOST /payment/transactions/{id}/complete-partially-online Complete a transaction online partially - TransactionsService
*post_payment_transactions_id_confirmPOST /payment/transactions/{id}/confirm Confirm a transaction - TransactionsService
*post_payment_transactions_id_process_card_detailsPOST /payment/transactions/{id}/process-card-details Process a card transaction - TransactionsService
*post_payment_transactions_id_process_card_details_threedPOST /payment/transactions/{id}/process-card-details-threed Process a card transaction with 3-D Secure - TransactionsService
*post_payment_transactions_id_process_with_tokenPOST /payment/transactions/{id}/process-with-token Process a transaction via token - TransactionsService
*post_payment_transactions_id_process_without_interactionPOST /payment/transactions/{id}/process-without-interaction Process a transaction without user-interaction - TransactionsService
*post_payment_transactions_id_void_offlinePOST /payment/transactions/{id}/void-offline Void a transaction offline - TransactionsService
*post_payment_transactions_id_void_onlinePOST /payment/transactions/{id}/void-online Void a transaction online - WebAppsService
*get_web_apps_installedGET /web-apps/installed Check whether the web app is installed - WebAppsService
*post_web_apps_confirm_codePOST /web-apps/confirm/{code} Confirm a web app installation - WebAppsService
*post_web_apps_uninstallPOST /web-apps/uninstall Uninstall a web app - WebhookEncryptionKeysService
*get_webhooks_encryption_keys_idGET /webhooks/encryption-keys/{id} Retrieve a webhook encryption key - WebhookListenersService
*delete_webhooks_listeners_bulkDELETE /webhooks/listeners/bulk Delete multiple webhook listeners - WebhookListenersService
*delete_webhooks_listeners_idDELETE /webhooks/listeners/{id} Delete a webhook listener - WebhookListenersService
*get_webhooks_listenersGET /webhooks/listeners List all webhook listeners - WebhookListenersService
*get_webhooks_listeners_idGET /webhooks/listeners/{id} Retrieve a webhook listener - WebhookListenersService
*get_webhooks_listeners_searchGET /webhooks/listeners/search Search webhook listeners - WebhookListenersService
*patch_webhooks_listeners_bulkPATCH /webhooks/listeners/bulk Update multiple webhook listeners - WebhookListenersService
*patch_webhooks_listeners_idPATCH /webhooks/listeners/{id} Update a webhook listener - WebhookListenersService
*post_webhooks_listenersPOST /webhooks/listeners Create a webhook listener - WebhookListenersService
*post_webhooks_listeners_bulkPOST /webhooks/listeners/bulk Create multiple webhook listeners - WebhookURLsService
*delete_webhooks_urls_bulkDELETE /webhooks/urls/bulk Delete multiple webhook URLs - WebhookURLsService
*delete_webhooks_urls_idDELETE /webhooks/urls/{id} Delete a webhook URL - WebhookURLsService
*get_webhooks_urlsGET /webhooks/urls List all webhook URLs - WebhookURLsService
*get_webhooks_urls_idGET /webhooks/urls/{id} Retrieve a webhook URL - WebhookURLsService
*get_webhooks_urls_searchGET /webhooks/urls/search Search webhook URLs - WebhookURLsService
*patch_webhooks_urls_bulkPATCH /webhooks/urls/bulk Update multiple webhook URLs - WebhookURLsService
*patch_webhooks_urls_idPATCH /webhooks/urls/{id} Update a webhook URL - WebhookURLsService
*post_webhooks_urlsPOST /webhooks/urls Create a webhook URL - WebhookURLsService
*post_webhooks_urls_bulkPOST /webhooks/urls/bulk Create multiple webhook URLs
Additional Api models documentation: link
Click here to see full list of models
Models:
- AbstractAccountUpdate
- AbstractApplicationUserUpdate
- AbstractCustomerActive
- AbstractCustomerAddressActive
- AbstractCustomerCommentActive
- AbstractDebtCollectionCaseUpdate
- AbstractDebtCollectorConfigurationUpdate
- AbstractHumanUserUpdate
- AbstractPaymentConnectorConfigurationUpdate
- AbstractPaymentLinkUpdate
- AbstractPaymentMethodConfigurationUpdate
- AbstractPaymentProcessorConfigurationActive
- AbstractPaymentTerminalUpdate
- AbstractRefundCommentActive
- AbstractRoleUpdate
- AbstractSingleSignOnUserUpdate
- AbstractSpaceUpdate
- AbstractSubscriberUpdate
- AbstractSubscriptionAffiliateUpdate
- AbstractSubscriptionMetricUpdate
- AbstractSubscriptionProductActive
- AbstractTokenUpdate
- AbstractTransactionCommentActive
- AbstractTransactionInvoiceCommentActive
- AbstractTransactionPending
- AbstractWebhookListenerUpdate
- AbstractWebhookUrlUpdate
- Account
- AccountCreate
- AccountListResponse
- AccountSearchResponse
- AccountState
- AccountType
- AccountUpdate
- Address
- AddressCreate
- AnalyticsQueryExecutionRequest
- AnalyticsQueryExecutionResponse
- ApplicationKeyState
- ApplicationUser
- ApplicationUserCreate
- ApplicationUserCreateWithMacKey
- ApplicationUserListResponse
- ApplicationUserSearchResponse
- ApplicationUserUpdate
- AuthenticatedCardData
- AuthenticatedCardDataCreate
- AuthenticatedCardRequest
- BankAccount
- BankAccountEnvironment
- BankAccountListResponse
- BankAccountSearchResponse
- BankAccountState
- BankAccountType
- BankTransaction
- BankTransactionFlowDirection
- BankTransactionListResponse
- BankTransactionSearchResponse
- BankTransactionSource
- BankTransactionState
- BankTransactionType
- BillingCycleModel
- BillingCycleType
- BillingDayCustomization
- CardAuthenticationResponse
- CardAuthenticationVersion
- CardCryptogram
- CardCryptogramCreate
- CardholderAuthentication
- CardholderAuthenticationCreate
- Charge
- ChargeAttempt
- ChargeAttemptEnvironment
- ChargeAttemptListResponse
- ChargeAttemptSearchResponse
- ChargeAttemptState
- ChargeBankTransaction
- ChargeBankTransactionListResponse
- ChargeBankTransactionSearchResponse
- ChargeFlow
- ChargeFlowLevel
- ChargeFlowLevelConfiguration
- ChargeFlowLevelConfigurationType
- ChargeFlowLevelListResponse
- ChargeFlowLevelPaymentLink
- ChargeFlowLevelPaymentLinkListResponse
- ChargeFlowLevelPaymentLinkSearchResponse
- ChargeFlowLevelSearchResponse
- ChargeFlowLevelState
- ChargeFlowListResponse
- ChargeFlowSearchResponse
- ChargeState
- ChargeType
- ClientPlatformInformationListResponse
- ClientPlatformInformationSearchResponse
- CompletionLineItem
- CompletionLineItemCreate
- CompletionListResponse
- CompletionSearchResponse
- Condition
- ConditionType
- ConditionTypeListResponse
- ConditionTypeSearchResponse
- ConnectorInvocation
- ConnectorInvocationStage
- CountryListResponse
- CountrySearchResponse
- CreationEntityState
- CurrencyBankAccount
- CurrencyBankAccountListResponse
- CurrencyBankAccountSearchResponse
- CurrencyListResponse
- CurrencySearchResponse
- Customer
- CustomerActive
- CustomerAddress
- CustomerAddressActive
- CustomerAddressCreate
- CustomerAddressListResponse
- CustomerAddressSearchResponse
- CustomerAddressType
- CustomerComment
- CustomerCommentActive
- CustomerCommentCreate
- CustomerCommentListResponse
- CustomerCommentSearchResponse
- CustomerCreate
- CustomerEmailAddressListResponse
- CustomerListResponse
- CustomerPostalAddress
- CustomerPostalAddressCreate
- CustomerSearchResponse
- CustomersPresence
- DataCollectionType
- DebtCollectionCase
- DebtCollectionCaseCreate
- DebtCollectionCaseDocument
- DebtCollectionCaseDocumentListResponse
- DebtCollectionCaseListResponse
- DebtCollectionCaseSearchResponse
- DebtCollectionCaseSource
- DebtCollectionCaseState
- DebtCollectionCaseUpdate
- DebtCollectionEnvironment
- DebtCollectionReceipt
- DebtCollectionReceiptSource
- DebtCollector
- DebtCollectorCondition
- DebtCollectorConditionType
- DebtCollectorConfiguration
- DebtCollectorConfigurationCreate
- DebtCollectorConfigurationListResponse
- DebtCollectorConfigurationSearchResponse
- DebtCollectorConfigurationUpdate
- DebtCollectorListResponse
- DebtCollectorSearchResponse
- DeliveryIndication
- DeliveryIndicationDecisionReason
- DeliveryIndicationListResponse
- DeliveryIndicationSearchResponse
- DeliveryIndicationState
- DisplayableDayOfWeek
- DisplayableMonth
- DocumentTemplate
- DocumentTemplateListResponse
- DocumentTemplateSearchResponse
- DocumentTemplateType
- DocumentTemplateTypeGroup
- DocumentTemplateTypeListResponse
- DocumentTemplateTypeSearchResponse
- DunningCase
- DunningCaseListResponse
- DunningCaseSearchResponse
- DunningCaseState
- DunningCondition
- DunningConditionType
- DunningFlow
- DunningFlowLevel
- DunningFlowLevelListResponse
- DunningFlowLevelProcessor
- DunningFlowLevelSearchResponse
- DunningFlowListResponse
- DunningFlowSearchResponse
- DunningFlowType
- Environment
- ExpressCheckoutCreateResponse
- ExpressCheckoutSession
- ExpressCheckoutSessionCreate
- ExpressCheckoutSessionState
- ExpressCheckoutShippingOption
- ExpressCheckoutWalletType
- ExternalTransferBankTransaction
- ExternalTransferBankTransactionListResponse
- ExternalTransferBankTransactionSearchResponse
- FacadeUserFriendlyQueryStatusModel
- FailureCategory
- FailureReason
- Feature
- FeatureCategory
- Gender
- HumanUser
- HumanUserCreate
- HumanUserListResponse
- HumanUserSearchResponse
- HumanUserUpdate
- InternalTransferBankTransaction
- InternalTransferBankTransactionListResponse
- InternalTransferBankTransactionSearchResponse
- InvoiceCommentListResponse
- InvoiceCommentSearchResponse
- InvoiceListResponse
- InvoiceSearchResponse
- Label
- LabelDescriptor
- LabelDescriptorCategory
- LabelDescriptorGroup
- LabelDescriptorGroupListResponse
- LabelDescriptorGroupSearchResponse
- LabelDescriptorListResponse
- LabelDescriptorSearchResponse
- LabelDescriptorType
- LanguageListResponse
- LanguageSearchResponse
- LegalOrganizationForm
- LegalOrganizationFormListResponse
- LegalOrganizationFormSearchResponse
- LineItem
- LineItemAttribute
- LineItemAttributeCreate
- LineItemCreate
- LineItemReduction
- LineItemReductionCreate
- LineItemType
- LineItemVersionListResponse
- LineItemVersionSearchResponse
- LocalizedString
- ManualTask
- ManualTaskAction
- ManualTaskActionStyle
- ManualTaskListResponse
- ManualTaskSearchResponse
- ManualTaskState
- ManualTaskType
- MetricListResponse
- MetricSearchResponse
- MetricUsage
- MetricUsageListResponse
- MetricUsageReportListResponse
- MetricUsageReportSearchResponse
- OneClickPaymentMode
- PanType
- PaymentAdjustment
- PaymentAdjustmentType
- PaymentAppChargeAttemptTargetState
- PaymentAppChargeAttemptUpdate
- PaymentAppCompletionConfiguration
- PaymentAppCompletionConfigurationCreate
- PaymentAppCompletionTargetState
- PaymentAppCompletionUpdate
- PaymentAppConnector
- PaymentAppConnectorDetails
- PaymentAppConnectorDetailsCreate
- PaymentAppConnectorState
- PaymentAppProcessor
- PaymentAppProcessorDetails
- PaymentAppProcessorDetailsCreate
- PaymentAppProcessorState
- PaymentAppRefundConfiguration
- PaymentAppRefundConfigurationCreate
- PaymentAppRefundTargetState
- PaymentAppRefundUpdate
- PaymentAppVoidTargetState
- PaymentAppVoidUpdate
- PaymentConnector
- PaymentConnectorConfiguration
- PaymentConnectorConfigurationCreate
- PaymentConnectorConfigurationListResponse
- PaymentConnectorConfigurationSearchResponse
- PaymentConnectorConfigurationUpdate
- PaymentConnectorFeature
- PaymentConnectorListResponse
- PaymentConnectorSearchResponse
- PaymentContract
- PaymentContractState
- PaymentContractType
- PaymentInformationHash
- PaymentInformationHashType
- PaymentLink
- PaymentLinkActive
- PaymentLinkAddressHandlingMode
- PaymentLinkCreate
- PaymentLinkListResponse
- PaymentLinkProtectionMode
- PaymentLinkSearchResponse
- PaymentLinkUpdate
- PaymentMethod
- PaymentMethodBrand
- PaymentMethodBrandListResponse
- PaymentMethodBrandSearchResponse
- PaymentMethodConfiguration
- PaymentMethodConfigurationActive
- PaymentMethodConfigurationCreate
- PaymentMethodConfigurationListResponse
- PaymentMethodConfigurationSearchResponse
- PaymentMethodConfigurationUpdate
- PaymentMethodListResponse
- PaymentMethodSearchResponse
- PaymentPrimaryRiskTaker
- PaymentProcessor
- PaymentProcessorConfiguration
- PaymentProcessorConfigurationActive
- PaymentProcessorConfigurationCreate
- PaymentProcessorConfigurationListResponse
- PaymentProcessorConfigurationSearchResponse
- PaymentProcessorListResponse
- PaymentProcessorSearchResponse
- PaymentTerminal
- PaymentTerminalAddress
- PaymentTerminalConfiguration
- PaymentTerminalConfigurationState
- PaymentTerminalConfigurationVersion
- PaymentTerminalConfigurationVersionState
- PaymentTerminalCreate
- PaymentTerminalLocation
- PaymentTerminalLocationState
- PaymentTerminalLocationVersion
- PaymentTerminalLocationVersionState
- PaymentTerminalPreparing
- PaymentTerminalReceiptType
- PaymentTerminalState
- PaymentTerminalTransactionSummaryReference
- PaymentTerminalType
- PaymentTerminalUpdate
- Permission
- PermissionListResponse
- PermissionSearchResponse
- PersistableCurrencyAmount
- PersistableCurrencyAmountUpdate
- ProductComponentGroupListResponse
- ProductComponentGroupSearchResponse
- ProductComponentListResponse
- ProductComponentSearchResponse
- ProductFeeType
- ProductListResponse
- ProductMeteredFee
- ProductMeteredFeeListResponse
- ProductMeteredFeeSearchResponse
- ProductMeteredFeeTierListResponse
- ProductMeteredFeeTierSearchResponse
- ProductMeteredFeeUpdate
- ProductMeteredTierFee
- ProductMeteredTierFeeUpdate
- ProductMeteredTierPricing
- ProductPeriodFee
- ProductPeriodFeeListResponse
- ProductPeriodFeeSearchResponse
- ProductPeriodFeeUpdate
- ProductRetirementListResponse
- ProductRetirementSearchResponse
- ProductSearchResponse
- ProductSetupFee
- ProductSetupFeeListResponse
- ProductSetupFeeSearchResponse
- ProductSetupFeeUpdate
- ProductVersionListResponse
- ProductVersionRetirementListResponse
- ProductVersionRetirementSearchResponse
- ProductVersionSearchResponse
- RecurringIndicator
- Refund
- RefundBankTransaction
- RefundBankTransactionListResponse
- RefundBankTransactionSearchResponse
- RefundComment
- RefundCommentActive
- RefundCommentCreate
- RefundCommentListResponse
- RefundCommentSearchResponse
- RefundCreate
- RefundListResponse
- RefundRecoveryBankTransaction
- RefundRecoveryBankTransactionListResponse
- RefundRecoveryBankTransactionSearchResponse
- RefundSearchResponse
- RefundState
- RefundType
- RenderedDocument
- RenderedTerminalReceipt
- RenderedTerminalReceiptListResponse
- RestAddressFormat
- RestAddressFormatField
- RestApiBulkOperationResult
- RestApiErrorResponse
- RestApplicationUserMacKey
- RestApplicationUserMacKeyCreated
- RestCountry
- RestCountryState
- RestCurrency
- RestCustomerEmailAddress
- RestLanguage
- ResultPortionModel
- Role
- RoleCreate
- RoleListResponse
- RoleSearchResponse
- RoleState
- RoleUpdate
- SalesChannel
- SalesChannelListResponse
- SalesChannelSearchResponse
- Scope
- ScopeSingleSignOnProvider
- SingleSignOnUser
- SingleSignOnUserCreate
- SingleSignOnUserListResponse
- SingleSignOnUserSearchResponse
- SingleSignOnUserUpdate
- SortingOrder
- Space
- SpaceAddress
- SpaceAddressCreate
- SpaceCreate
- SpaceListResponse
- SpaceSearchResponse
- SpaceUpdate
- SpaceView
- StaticValue
- StaticValueListResponse
- StaticValueSearchResponse
- SubmittedAnalyticsQueryExecution
- Subscriber
- SubscriberActive
- SubscriberCreate
- SubscriberListResponse
- SubscriberSearchResponse
- SubscriberUpdate
- Subscription
- SubscriptionAffiliate
- SubscriptionAffiliateCreate
- SubscriptionAffiliateDeleted
- SubscriptionAffiliateDeleting
- SubscriptionAffiliateInactive
- SubscriptionAffiliateListResponse
- SubscriptionAffiliateSearchResponse
- SubscriptionAffiliateUpdate
- SubscriptionCharge
- SubscriptionChargeCreate
- SubscriptionChargeListResponse
- SubscriptionChargeProcessingType
- SubscriptionChargeSearchResponse
- SubscriptionChargeState
- SubscriptionChargeType
- SubscriptionComponentConfiguration
- SubscriptionComponentReferenceConfiguration
- SubscriptionCreateRequest
- SubscriptionInitializeSubscriberPresentRequest
- SubscriptionLedgerEntry
- SubscriptionLedgerEntryCreate
- SubscriptionLedgerEntryListResponse
- SubscriptionLedgerEntrySearchResponse
- SubscriptionLedgerEntryState
- SubscriptionListResponse
- SubscriptionMetric
- SubscriptionMetricActive
- SubscriptionMetricCreate
- SubscriptionMetricType
- SubscriptionMetricUpdate
- SubscriptionMetricUsageReport
- SubscriptionMetricUsageReportCreate
- SubscriptionPending
- SubscriptionPeriodBill
- SubscriptionPeriodBillListResponse
- SubscriptionPeriodBillSearchResponse
- SubscriptionPeriodBillState
- SubscriptionProduct
- SubscriptionProductActive
- SubscriptionProductComponent
- SubscriptionProductComponentGroup
- SubscriptionProductComponentGroupUpdate
- SubscriptionProductComponentReference
- SubscriptionProductComponentReferenceState
- SubscriptionProductComponentUpdate
- SubscriptionProductCreate
- SubscriptionProductRetirement
- SubscriptionProductRetirementRequest
- SubscriptionProductState
- SubscriptionProductVersion
- SubscriptionProductVersionPending
- SubscriptionProductVersionRetirement
- SubscriptionProductVersionRetirementRequest
- SubscriptionProductVersionState
- SubscriptionSearchResponse
- SubscriptionState
- SubscriptionSuspension
- SubscriptionSuspensionAction
- SubscriptionSuspensionReason
- SubscriptionSuspensionState
- SubscriptionUpdate
- SubscriptionUpdateRequest
- SubscriptionVersion
- SubscriptionVersionListResponse
- SubscriptionVersionSearchResponse
- SubscriptionVersionState
- SuspensionCreationRequest
- SuspensionListResponse
- SuspensionSearchResponse
- Tax
- TaxCalculation
- TaxClass
- TaxCreate
- TenantDatabase
- TerminalListResponse
- TerminalReceiptFormat
- TerminalSearchResponse
- Token
- TokenCreate
- TokenListResponse
- TokenSearchResponse
- TokenUpdate
- TokenVersion
- TokenVersionListResponse
- TokenVersionRetryStrategy
- TokenVersionSearchResponse
- TokenVersionState
- TokenVersionType
- TokenizationMode
- TokenizedCardData
- TokenizedCardDataCreate
- TokenizedCardRequest
- Transaction
- TransactionClientPlatformInformation
- TransactionComment
- TransactionCommentActive
- TransactionCommentCreate
- TransactionCommentListResponse
- TransactionCommentSearchResponse
- TransactionCompletion
- TransactionCompletionBehavior
- TransactionCompletionDetails
- TransactionCompletionMode
- TransactionCompletionState
- TransactionCreate
- TransactionEnvironmentSelectionStrategy
- TransactionGroup
- TransactionGroupState
- TransactionInvoice
- TransactionInvoiceComment
- TransactionInvoiceCommentActive
- TransactionInvoiceCommentCreate
- TransactionInvoiceReplacement
- TransactionInvoiceState
- TransactionLineItemVersion
- TransactionLineItemVersionCreate
- TransactionLineItemVersionState
- TransactionListResponse
- TransactionPending
- TransactionSearchResponse
- TransactionState
- TransactionUserInterfaceType
- TransactionVoid
- TransactionVoidListResponse
- TransactionVoidMode
- TransactionVoidSearchResponse
- TransactionVoidState
- TwoFactorAuthenticationType
- User
- UserAccountRole
- UserAccountRoleListResponse
- UserSpaceRole
- UserSpaceRoleListResponse
- UserType
- WalletType
- WebAppConfirmationResponse
- WebhookIdentity
- WebhookListener
- WebhookListenerCreate
- WebhookListenerEntity
- WebhookListenerListResponse
- WebhookListenerSearchResponse
- WebhookListenerUpdate
- WebhookURLListResponse
- WebhookURLSearchResponse
- WebhookUrl
- WebhookUrlCreate
- WebhookUrlUpdate
When working with webhooks, the WalleeRubySdk::WalleeSdkException may throw error codes to help with debugging.
| Range | Category | Description |
|---|---|---|
| 404 | Not Found | Indicates that the requested resource could not be found or the endpoint returned an empty response |
| 1000–1999 | Client-Side Errors | Errors typically caused by invalid input |
| 2000–2999 | Server-Side Errors | Errors typically caused by incorrect data provided by the server |
| Code | Error Name | Description | Category |
|---|---|---|---|
| 404 | UNKNOWN_WEBHOOK_ENCRYPTION_PUBLIC_KEY |
Unknown webhook signature public key | Not Found |
| 1000 | WEBHOOK_ENCRYPTION_GENERAL_ERROR |
General webhook encryption error | Client-Side |
| 1001 | INVALID_WEBHOOK_ENCRYPTION_PUBLIC_KEY |
Invalid webhook signature public key | Client-Side |
| 1002 | INVALID_WEBHOOK_ENCRYPTION_HEADER_FORMAT |
Invalid webhook signature header | Client-Side |
| 1003 | UNSUPPORTED_WEBHOOK_ENCRYPTION_ALGORYTHM |
Unsupported webhook signature algorithm | Client-Side |
| 1004 | UNKNOWN_WEBHOOK_ENCRYPTION_PROVIDER |
Unknown webhook encryption provider | Client-Side |
| 1005 | WEBHOOK_ENCRYPTION_VERIFIER_INIT_ERROR |
Encryption verifier initialization error | Client-Side |
| 1006 | WEBHOOK_ENCRYPTION_VERIFIER_CONTENT_UPDATE_ERROR |
Error during content update in encryption verifier | Client-Side |
| 1007 | WEBHOOK_ENCRYPTION_SIGNATURE_VERIFICATION_FAILED |
Encryption signature verification failed | Client-Side |
| 1008 | INVALID_WEBHOOK_ENCRYPTION_CONTENT_SIGNATURE |
Invalid webhook content signature | Client-Side |
| 2000 | MISSING_WEBHOOK_ENCRYPTION_ALGORYTHM |
Missing webhook signature algorithm value | Server-Side |
begin
# Webhook SDK operation
rescue WalleeSdkException => e
case e.code
when 1001
# Handle invalid public key
when 1007
# Handle signature verification failure
else
# Handle other errors
end
end- Wallee Ecosystem Team
Automatically generated by the OpenAPI Generator
Generator version: 7.6.0
Please see the license file for more information.