- API version: 2.0
The PostFinanceCheckout C# SDK is used to interact with PostFinanceCheckout's REST API.
Building the API client library requires:
- .NET 8.0 or later
Install-Package PostFinanceCheckout -Version 1.0.0dotnet add package PostFinanceCheckout --version 1.0.0paket add PostFinanceCheckout --version 1.0.0<PackageReference Include="PostFinanceCheckout" Version="1.0.0" />
Please follow the installation instructions and execute the following C# code:
using System;
using System.Collections.Generic;
using PostFinanceCheckout.Client;
using PostFinanceCheckout.Model;
using PostFinanceCheckout.Service;
public class Program
{
public static void Main()
{
long applicationUserId = 123441;
string authenticationKey = "oWVGn42ks+yIbuHt8w09kyQRUEgIuYxqd/F59LO/lF0=";
var config = new Configuration(applicationUserId, authenticationKey);
var transactionsApi = new TransactionsService(config);
try
{
long transactionId = 367155626;
long spaceId = 72979;
var expandList = new List<string> { "group" };
var transaction = transactionsApi.GetPaymentTransactionsId(transactionId, spaceId, expandList);
Console.WriteLine("Transaction: " + transaction);
}
catch (ApiException e)
{
Console.Error.WriteLine("Exception when calling api: ");
Console.Error.WriteLine("Status code: " + e.ErrorCode);
Console.Error.WriteLine("Reason: " + e.Message);
Console.Error.WriteLine("Stack Trace: " + e.StackTrace);
}
}
}Additional API services documentation: link
Web API client: link
Click here to see full list of services
All URIs are relative to https://checkout.postfinance.ch/
API Services:
- AccountsService
*DeleteAccountsIdDELETE /accounts/{id} Delete an account - AccountsService
*GetAccountsGET /accounts List all accounts - AccountsService
*GetAccountsIdGET /accounts/{id} Retrieve an account - AccountsService
*GetAccountsSearchGET /accounts/search Search accounts - AccountsService
*PatchAccountsIdPATCH /accounts/{id} Update an account - AccountsService
*PostAccountsPOST /accounts Create an account - AccountsService
*PostAccountsIdActivatePOST /accounts/{id}/activate Activate an account - AccountsService
*PostAccountsIdDeactivatePOST /accounts/{id}/deactivate Deactivate an account - AnalyticsQueriesService
*DeleteAnalyticsQueriesQueryExternalIdQueryExternalIdDELETE /analytics/queries/queryExternalId/{queryExternalId} Cancel a query execution, identifying it by its external id. - AnalyticsQueriesService
*DeleteAnalyticsQueriesQueryTokenQueryTokenDELETE /analytics/queries/queryToken/{queryToken} Cancel a query execution, identifying it by its query token. - AnalyticsQueriesService
*GetAnalyticsQueriesGET /analytics/queries Get portion of query executions for account - AnalyticsQueriesService
*GetAnalyticsQueriesQueryExternalIdQueryExternalIdGET /analytics/queries/queryExternalId/{queryExternalId} Retrieve a query execution information by its external id - AnalyticsQueriesService
*GetAnalyticsQueriesQueryExternalIdQueryExternalIdResultGET /analytics/queries/queryExternalId/{queryExternalId}/result Generate a temporary URL to download the query result. It retrieves the query by its external id - AnalyticsQueriesService
*GetAnalyticsQueriesQueryTokenQueryTokenGET /analytics/queries/queryToken/{queryToken} Retrieve a query execution information by its query token - AnalyticsQueriesService
*GetAnalyticsQueriesQueryTokenQueryTokenResultGET /analytics/queries/queryToken/{queryToken}/result Generate a temporary URL to download the query result. It retrieves the query by its query token - AnalyticsQueriesService
*PostAnalyticsQueriesSubmitPOST /analytics/queries/submit Submit a query execution - ApplicationUsersService
*DeleteApplicationUsersIdDELETE /application-users/{id} Delete an application user - ApplicationUsersService
*DeleteApplicationUsersUserIdKeysIdDELETE /application-users/{userId}/keys/{id} Deactivate an authentication key - ApplicationUsersService
*GetApplicationUsersGET /application-users List all application users - ApplicationUsersService
*GetApplicationUsersIdGET /application-users/{id} Retrieve an application user - ApplicationUsersService
*GetApplicationUsersSearchGET /application-users/search Search application users - ApplicationUsersService
*GetApplicationUsersUserIdKeysGET /application-users/{userId}/keys List a user's authentication keys - ApplicationUsersService
*PatchApplicationUsersIdPATCH /application-users/{id} Update an application user - ApplicationUsersService
*PostApplicationUsersPOST /application-users Create an application user - ApplicationUsersService
*PostApplicationUsersUserIdKeysPOST /application-users/{userId}/keys Generate a new authentication key - ApplicationUsersRolesService
*DeleteApplicationUsersUserIdAccountRolesDELETE /application-users/{userId}/account-roles Unassign a role from an application user for an account - ApplicationUsersRolesService
*DeleteApplicationUsersUserIdSpaceRolesDELETE /application-users/{userId}/space-roles Unassign a role from an application user for a space - ApplicationUsersRolesService
*GetApplicationUsersUserIdAccountRolesGET /application-users/{userId}/account-roles List all roles of an application user for an account - ApplicationUsersRolesService
*GetApplicationUsersUserIdSpaceRolesGET /application-users/{userId}/space-roles List all roles of an application user for a space - ApplicationUsersRolesService
*PostApplicationUsersUserIdAccountRolesPOST /application-users/{userId}/account-roles Assign a role to an application user for an account - ApplicationUsersRolesService
*PostApplicationUsersUserIdSpaceRolesPOST /application-users/{userId}/space-roles Assign a role to an application user for a space - BankAccountsService
*GetPaymentBankAccountsGET /payment/bank-accounts List all bank accounts - BankAccountsService
*GetPaymentBankAccountsIdGET /payment/bank-accounts/{id} Retrieve a bank account - BankAccountsService
*GetPaymentBankAccountsSearchGET /payment/bank-accounts/search Search bank accounts - BankTransactionsService
*GetPaymentBankTransactionsGET /payment/bank-transactions List all bank transactions - BankTransactionsService
*GetPaymentBankTransactionsIdGET /payment/bank-transactions/{id} Retrieve a bank transaction - BankTransactionsService
*GetPaymentBankTransactionsSearchGET /payment/bank-transactions/search Search bank transactions - ChargeAttemptsService
*GetPaymentChargeAttemptsGET /payment/charge-attempts List all charge attempts - ChargeAttemptsService
*GetPaymentChargeAttemptsIdGET /payment/charge-attempts/{id} Retrieve a charge attempt - ChargeAttemptsService
*GetPaymentChargeAttemptsSearchGET /payment/charge-attempts/search Search charge attempts - ChargeBankTransactionsService
*GetPaymentBankTransactionsChargesGET /payment/bank-transactions/charges List all charge bank transactions - ChargeBankTransactionsService
*GetPaymentBankTransactionsChargesIdGET /payment/bank-transactions/charges/{id} Retrieve a charge bank transaction - ChargeBankTransactionsService
*GetPaymentBankTransactionsChargesSearchGET /payment/bank-transactions/charges/search Search charge bank transactions - ChargeFlowLevelsService
*GetPaymentChargeFlowsLevelsGET /payment/charge-flows/levels List all charge flow levels - ChargeFlowLevelsService
*GetPaymentChargeFlowsLevelsIdGET /payment/charge-flows/levels/{id} Retrieve a charge flow level - ChargeFlowLevelsService
*GetPaymentChargeFlowsLevelsSearchGET /payment/charge-flows/levels/search Search charge flow levels - ChargeFlowLevelsService
*PostPaymentChargeFlowsLevelsIdSendMessagePOST /payment/charge-flows/levels/{id}/send-message Send a payment link - ChargeFlowsService
*GetPaymentChargeFlowsGET /payment/charge-flows List all charge flows - ChargeFlowsService
*GetPaymentChargeFlowsIdGET /payment/charge-flows/{id} Retrieve a charge flow - ChargeFlowsService
*GetPaymentChargeFlowsSearchGET /payment/charge-flows/search Search charge flows - ChargeFlowsLevelPaymentLinksService
*GetPaymentChargeFlowsLevelsPaymentLinksGET /payment/charge-flows/levels/payment-links List all charge flow payment links - ChargeFlowsLevelPaymentLinksService
*GetPaymentChargeFlowsLevelsPaymentLinksIdGET /payment/charge-flows/levels/payment-links/{id} Retrieve a charge flow payment link - ChargeFlowsLevelPaymentLinksService
*GetPaymentChargeFlowsLevelsPaymentLinksSearchGET /payment/charge-flows/levels/payment-links/search Search charge flow payment links - ConditionTypesService
*GetPaymentConditionTypesGET /payment/condition-types List all condition types. - ConditionTypesService
*GetPaymentConditionTypesIdGET /payment/condition-types/{id} Retrieve a condition type. - ConditionTypesService
*GetPaymentConditionTypesSearchGET /payment/condition-types/search Search condition types. - CountriesService
*GetCountriesGET /countries List all countries - CountriesService
*GetCountriesCodeGET /countries/{code} Retrieve a country - CountriesService
*GetCountriesCountryCodeStatesGET /countries/{countryCode}/states List all states for a country - CountriesService
*GetCountriesSearchGET /countries/search Search countries - CountriesService
*GetCountriesStatesGET /countries/states List all country states - CountriesService
*GetCountriesStatesIdGET /countries/states/{id} Retrieve a country state - CurrenciesService
*GetCurrenciesGET /currencies List all currencies - CurrenciesService
*GetCurrenciesCodeGET /currencies/{code} Retrieve a currency - CurrenciesService
*GetCurrenciesSearchGET /currencies/search Search currencies - CurrencyBankAccountsService
*GetPaymentCurrencyBankAccountsGET /payment/currency-bank-accounts List all currency bank accounts - CurrencyBankAccountsService
*GetPaymentCurrencyBankAccountsIdGET /payment/currency-bank-accounts/{id} Retrieve a currency bank account - CurrencyBankAccountsService
*GetPaymentCurrencyBankAccountsSearchGET /payment/currency-bank-accounts/search Search currency bank accounts - CustomerAddressesService
*DeleteCustomersCustomerIdAddressesIdDELETE /customers/{customerId}/addresses/{id} Delete a customer address - CustomerAddressesService
*GetCustomersCustomerIdAddressesGET /customers/{customerId}/addresses List all customer addresses - CustomerAddressesService
*GetCustomersCustomerIdAddressesIdGET /customers/{customerId}/addresses/{id} Retrieve a customer address - CustomerAddressesService
*GetCustomersCustomerIdAddressesSearchGET /customers/{customerId}/addresses/search Search customer addresses - CustomerAddressesService
*PatchCustomersCustomerIdAddressesIdPATCH /customers/{customerId}/addresses/{id} Update a customer address - CustomerAddressesService
*PostCustomersCustomerIdAddressesPOST /customers/{customerId}/addresses Create a customer address - CustomerAddressesService
*PostCustomersCustomerIdAddressesIdDefaultPOST /customers/{customerId}/addresses/{id}/default Set the default address for a customer - CustomerCommentsService
*DeleteCustomersCustomerIdCommentsIdDELETE /customers/{customerId}/comments/{id} Delete a customer comment - CustomerCommentsService
*GetCustomersCustomerIdCommentsGET /customers/{customerId}/comments List all customer comments - CustomerCommentsService
*GetCustomersCustomerIdCommentsIdGET /customers/{customerId}/comments/{id} Retrieve a customer comment - CustomerCommentsService
*GetCustomersCustomerIdCommentsSearchGET /customers/{customerId}/comments/search Search customer comments - CustomerCommentsService
*PatchCustomersCustomerIdCommentsIdPATCH /customers/{customerId}/comments/{id} Update a customer comment - CustomerCommentsService
*PostCustomersCustomerIdCommentsPOST /customers/{customerId}/comments Create a customer comment - CustomerCommentsService
*PostCustomersCustomerIdCommentsIdPinPOST /customers/{customerId}/comments/{id}/pin Pin a comment to the top - CustomerCommentsService
*PostCustomersCustomerIdCommentsIdUnpinPOST /customers/{customerId}/comments/{id}/unpin Remove a pinned comment from the top - CustomersService
*DeleteCustomersBulkDELETE /customers/bulk Delete multiple customers - CustomersService
*DeleteCustomersIdDELETE /customers/{id} Delete a customer - CustomersService
*GetCustomersGET /customers List all customers - CustomersService
*GetCustomersIdGET /customers/{id} Retrieve a customer - CustomersService
*GetCustomersIdEmailAddressesGET /customers/{id}/email-addresses List a customer's email addresses - CustomersService
*GetCustomersSearchGET /customers/search Search customers - CustomersService
*PatchCustomersBulkPATCH /customers/bulk Update multiple customers - CustomersService
*PatchCustomersIdPATCH /customers/{id} Update a customer - CustomersService
*PostCustomersPOST /customers Create a customer - CustomersService
*PostCustomersBulkPOST /customers/bulk Create multiple customers - CustomersService
*PostCustomersIdMergeOtherPOST /customers/{id}/merge/{other} Merge two customers - DeliveryIndicationsService
*GetPaymentDeliveryIndicationsGET /payment/delivery-indications List all delivery indications - DeliveryIndicationsService
*GetPaymentDeliveryIndicationsIdGET /payment/delivery-indications/{id} Retrieve a delivery indication - DeliveryIndicationsService
*GetPaymentDeliveryIndicationsSearchGET /payment/delivery-indications/search Search delivery indications - DeliveryIndicationsService
*PostPaymentDeliveryIndicationsIdMarkNotSuitablePOST /payment/delivery-indications/{id}/mark-not-suitable Mark a delivery indication as not suitable. - DeliveryIndicationsService
*PostPaymentDeliveryIndicationsIdMarkSuitablePOST /payment/delivery-indications/{id}/mark-suitable Mark a delivery indication as suitable. - DocumentTemplateTypesService
*GetDocumentTemplatesTypesGET /document-templates/types List all document template types - DocumentTemplateTypesService
*GetDocumentTemplatesTypesIdGET /document-templates/types/{id} Retrieve a document template type - DocumentTemplateTypesService
*GetDocumentTemplatesTypesSearchGET /document-templates/types/search Search document template types - DocumentTemplatesService
*GetDocumentTemplatesGET /document-templates List all document templates - DocumentTemplatesService
*GetDocumentTemplatesIdGET /document-templates/{id} Retrieve a document template - DocumentTemplatesService
*GetDocumentTemplatesSearchGET /document-templates/search Search document templates - DunningCasesService
*GetPaymentDunningCasesGET /payment/dunning-cases List all dunning cases - DunningCasesService
*GetPaymentDunningCasesIdGET /payment/dunning-cases/{id} Retrieve a dunning case - DunningCasesService
*GetPaymentDunningCasesSearchGET /payment/dunning-cases/search Search dunning cases - DunningCasesService
*PostPaymentDunningCasesIdSuspendPOST /payment/dunning-cases/{id}/suspend Suspend a dunning case - DunningCasesService
*PostPaymentDunningCasesInvoiceInvoiceIdPOST /payment/dunning-cases/invoice/{invoiceId} Create a dunning case for an invoice - DunningFlowLevelsService
*GetPaymentDunningFlowsLevelsGET /payment/dunning-flows/levels List all dunning flow levels - DunningFlowLevelsService
*GetPaymentDunningFlowsLevelsIdGET /payment/dunning-flows/levels/{id} Retrieve a dunning flow level - DunningFlowLevelsService
*GetPaymentDunningFlowsLevelsSearchGET /payment/dunning-flows/levels/search Search dunning flow levels - DunningFlowsService
*GetPaymentDunningFlowsGET /payment/dunning-flows List all dunning flows - DunningFlowsService
*GetPaymentDunningFlowsIdGET /payment/dunning-flows/{id} Retrieve a dunning flow - DunningFlowsService
*GetPaymentDunningFlowsSearchGET /payment/dunning-flows/search Search dunning flows - ExpressCheckoutService
*PostExpressCheckoutCreateSessionPOST /express-checkout/create-session Create a new Express Checkout Session - ExternalTransferBankTransactionsService
*GetPaymentBankTransactionsExternalTransfersGET /payment/bank-transactions/external-transfers List all external transfer bank transactions - ExternalTransferBankTransactionsService
*GetPaymentBankTransactionsExternalTransfersIdGET /payment/bank-transactions/external-transfers/{id} Retrieve an external transfer bank transaction - ExternalTransferBankTransactionsService
*GetPaymentBankTransactionsExternalTransfersSearchGET /payment/bank-transactions/external-transfers/search Search external transfer bank transactions - HumanUsersService
*DeleteHumanUsersIdDELETE /human-users/{id} Delete a human user - HumanUsersService
*GetHumanUsersGET /human-users List all human users - HumanUsersService
*GetHumanUsersExportGET /human-users/export Export human users - HumanUsersService
*GetHumanUsersIdGET /human-users/{id} Retrieve a human user - HumanUsersService
*GetHumanUsersSearchGET /human-users/search Search human users - HumanUsersService
*PatchHumanUsersIdPATCH /human-users/{id} Update a human user - HumanUsersService
*PostHumanUsersPOST /human-users Create a human user - HumanUsersRolesService
*DeleteHumanUsersUserIdAccountRolesDELETE /human-users/{userId}/account-roles Unassign a role from a human user for an account - HumanUsersRolesService
*DeleteHumanUsersUserIdSpaceRolesDELETE /human-users/{userId}/space-roles Unassign a role from a human user for a space - HumanUsersRolesService
*GetHumanUsersUserIdAccountRolesGET /human-users/{userId}/account-roles List all roles of a human user for an account - HumanUsersRolesService
*GetHumanUsersUserIdSpaceRolesGET /human-users/{userId}/space-roles List all roles of a human user for a space - HumanUsersRolesService
*PostHumanUsersUserIdAccountRolesPOST /human-users/{userId}/account-roles Assign a role to a human user for an account - HumanUsersRolesService
*PostHumanUsersUserIdSpaceRolesPOST /human-users/{userId}/space-roles Assign a role to a human user for a space - InternalTransferBankTransactionsService
*GetPaymentBankTransactionsInternalTransfersGET /payment/bank-transactions/internal-transfers List all internal transfer bank transactions - InternalTransferBankTransactionsService
*GetPaymentBankTransactionsInternalTransfersIdGET /payment/bank-transactions/internal-transfers/{id} Retrieve an internal transfer bank transaction - InternalTransferBankTransactionsService
*GetPaymentBankTransactionsInternalTransfersSearchGET /payment/bank-transactions/internal-transfers/search Search internal transfer bank transactions - LabelDescriptorsService
*GetLabelDescriptorsGET /label-descriptors List all label descriptors - LabelDescriptorsService
*GetLabelDescriptorsGroupsGET /label-descriptors/groups List all label descriptor groups - LabelDescriptorsService
*GetLabelDescriptorsGroupsIdGET /label-descriptors/groups/{id} Retrieve a label descriptor group - LabelDescriptorsService
*GetLabelDescriptorsGroupsSearchGET /label-descriptors/groups/search Search label descriptor groups - LabelDescriptorsService
*GetLabelDescriptorsIdGET /label-descriptors/{id} Retrieve a label descriptor - LabelDescriptorsService
*GetLabelDescriptorsSearchGET /label-descriptors/search Search label descriptors - LanguagesService
*GetLanguagesGET /languages List all languages - LanguagesService
*GetLanguagesCodeGET /languages/{code} Retrieve a language - LanguagesService
*GetLanguagesSearchGET /languages/search Search languages - LegalOrganizationFormsService
*GetLegalOrganizationFormsGET /legal-organization-forms List all legal organization forms - LegalOrganizationFormsService
*GetLegalOrganizationFormsIdGET /legal-organization-forms/{id} Retrieve a legal organization form - LegalOrganizationFormsService
*GetLegalOrganizationFormsSearchGET /legal-organization-forms/search Search legal organization forms - ManualTasksService
*GetManualTasksGET /manual-tasks List all manual tasks - ManualTasksService
*GetManualTasksIdGET /manual-tasks/{id} Retrieve a manual task - ManualTasksService
*GetManualTasksIdNotificationGET /manual-tasks/{id}/notification Retrieve a manual task's notification message - ManualTasksService
*GetManualTasksSearchGET /manual-tasks/search Search manual tasks - ManualTasksService
*PostManualTasksIdActionActionIdPOST /manual-tasks/{id}/action/{actionId} Process a manual task's action - PaymentConnectorConfigurationsService
*DeletePaymentConnectorConfigurationsIdDELETE /payment/connector-configurations/{id} Delete a payment connector configuration - PaymentConnectorConfigurationsService
*GetPaymentConnectorConfigurationsGET /payment/connector-configurations List all payment connector configurations - PaymentConnectorConfigurationsService
*GetPaymentConnectorConfigurationsIdGET /payment/connector-configurations/{id} Retrieve a payment connector configuration - PaymentConnectorConfigurationsService
*GetPaymentConnectorConfigurationsSearchGET /payment/connector-configurations/search Search payment connector configurations - PaymentConnectorConfigurationsService
*PatchPaymentConnectorConfigurationsIdPATCH /payment/connector-configurations/{id} Update a payment connector configuration - PaymentConnectorConfigurationsService
*PostPaymentConnectorConfigurationsPOST /payment/connector-configurations Create a payment connector configuration - PaymentConnectorsService
*GetPaymentConnectorsGET /payment/connectors List all payment connectors. - PaymentConnectorsService
*GetPaymentConnectorsIdGET /payment/connectors/{id} Retrieve a payment connector. - PaymentConnectorsService
*GetPaymentConnectorsSearchGET /payment/connectors/search Search payment connectors. - PaymentLinksService
*DeletePaymentLinksIdDELETE /payment/links/{id} Delete a payment link - PaymentLinksService
*GetPaymentLinksGET /payment/links List all payment links - PaymentLinksService
*GetPaymentLinksIdGET /payment/links/{id} Retrieve a payment link - PaymentLinksService
*GetPaymentLinksSearchGET /payment/links/search Search payment links - PaymentLinksService
*PatchPaymentLinksIdPATCH /payment/links/{id} Update a payment link - PaymentLinksService
*PostPaymentLinksPOST /payment/links Create a payment link - PaymentMethodBrandsService
*GetPaymentMethodBrandsGET /payment/method-brands List all payment method brands. - PaymentMethodBrandsService
*GetPaymentMethodBrandsIdGET /payment/method-brands/{id} Retrieve a payment method brand. - PaymentMethodBrandsService
*GetPaymentMethodBrandsSearchGET /payment/method-brands/search Search payment method brands. - PaymentMethodConfigurationsService
*DeletePaymentMethodConfigurationsIdDELETE /payment/method-configurations/{id} Delete a payment method configuration - PaymentMethodConfigurationsService
*GetPaymentMethodConfigurationsGET /payment/method-configurations List all payment method configurations - PaymentMethodConfigurationsService
*GetPaymentMethodConfigurationsIdGET /payment/method-configurations/{id} Retrieve a payment method configuration - PaymentMethodConfigurationsService
*GetPaymentMethodConfigurationsSearchGET /payment/method-configurations/search Search payment method configurations - PaymentMethodConfigurationsService
*PatchPaymentMethodConfigurationsIdPATCH /payment/method-configurations/{id} Update a payment method configuration - PaymentMethodConfigurationsService
*PostPaymentMethodConfigurationsPOST /payment/method-configurations Create a payment method configuration - PaymentMethodsService
*GetPaymentMethodsGET /payment/methods List all payment methods. - PaymentMethodsService
*GetPaymentMethodsIdGET /payment/methods/{id} Retrieve a payment method. - PaymentMethodsService
*GetPaymentMethodsSearchGET /payment/methods/search Search payment methods. - PaymentProcessorConfigurationsService
*DeletePaymentProcessorConfigurationsIdDELETE /payment/processor-configurations/{id} Delete a payment processor configuration - PaymentProcessorConfigurationsService
*GetPaymentProcessorConfigurationsGET /payment/processor-configurations List all payment processor configurations - PaymentProcessorConfigurationsService
*GetPaymentProcessorConfigurationsIdGET /payment/processor-configurations/{id} Retrieve a payment processor configuration - PaymentProcessorConfigurationsService
*GetPaymentProcessorConfigurationsSearchGET /payment/processor-configurations/search Search payment processor configurations - PaymentProcessorConfigurationsService
*PatchPaymentProcessorConfigurationsIdPATCH /payment/processor-configurations/{id} Update a payment processor configuration - PaymentProcessorConfigurationsService
*PostPaymentProcessorConfigurationsPOST /payment/processor-configurations Create a payment processor configuration - PaymentProcessorsService
*GetPaymentProcessorsGET /payment/processors List all payment processors. - PaymentProcessorsService
*GetPaymentProcessorsIdGET /payment/processors/{id} Retrieve a payment processor. - PaymentProcessorsService
*GetPaymentProcessorsSearchGET /payment/processors/search Search payment processors. - PaymentSalesChannelsService
*GetPaymentSalesChannelsGET /payment/sales-channels List all payment sales channels. - PaymentSalesChannelsService
*GetPaymentSalesChannelsIdGET /payment/sales-channels/{id} Retrieve a payment sales channel. - PaymentSalesChannelsService
*GetPaymentSalesChannelsSearchGET /payment/sales-channels/search Search payment sales channels. - PaymentTerminalsService
*DeletePaymentTerminalsIdDELETE /payment/terminals/{id} Delete a payment terminal - PaymentTerminalsService
*GetPaymentTerminalsGET /payment/terminals List all payment terminals - PaymentTerminalsService
*GetPaymentTerminalsIdGET /payment/terminals/{id} Retrieve a payment terminal - PaymentTerminalsService
*GetPaymentTerminalsIdTillConnectionCredentialsGET /payment/terminals/{id}/till-connection-credentials Retrieve till connection credentials - PaymentTerminalsService
*GetPaymentTerminalsSearchGET /payment/terminals/search Search payment terminals - PaymentTerminalsService
*PatchPaymentTerminalsIdPATCH /payment/terminals/{id} Update a payment terminal - PaymentTerminalsService
*PostPaymentTerminalsPOST /payment/terminals Create a payment terminal - PaymentTerminalsService
*PostPaymentTerminalsByIdentifierIdentifierPerformTransactionPOST /payment/terminals/by-identifier/{identifier}/perform-transaction Perform a payment terminal transaction by identifier - PaymentTerminalsService
*PostPaymentTerminalsByIdentifierIdentifierTriggerFinalBalancePOST /payment/terminals/by-identifier/{identifier}/trigger-final-balance Remotely trigger the final balance by identifier - PaymentTerminalsService
*PostPaymentTerminalsIdLinkPOST /payment/terminals/{id}/link Link a device with a payment terminal - PaymentTerminalsService
*PostPaymentTerminalsIdPerformTransactionPOST /payment/terminals/{id}/perform-transaction Perform a payment terminal transaction - PaymentTerminalsService
*PostPaymentTerminalsIdTriggerFinalBalancePOST /payment/terminals/{id}/trigger-final-balance Remotely trigger the final balance - PaymentTerminalsService
*PostPaymentTerminalsIdUnlinkPOST /payment/terminals/{id}/unlink Unlink any device from a payment terminal - PermissionsService
*GetPermissionsGET /permissions List all permissions - PermissionsService
*GetPermissionsIdGET /permissions/{id} Retrieve a permission - PermissionsService
*GetPermissionsSearchGET /permissions/search Search permissions - RefundBankTransactionsService
*GetPaymentBankTransactionsRefundsGET /payment/bank-transactions/refunds List all refund bank transactions - RefundBankTransactionsService
*GetPaymentBankTransactionsRefundsIdGET /payment/bank-transactions/refunds/{id} Retrieve a refund bank transaction - RefundBankTransactionsService
*GetPaymentBankTransactionsRefundsSearchGET /payment/bank-transactions/refunds/search Search refund bank transactions - RefundCommentsService
*DeletePaymentRefundsRefundIdCommentsIdDELETE /payment/refunds/{refundId}/comments/{id} Delete a refund comment - RefundCommentsService
*GetPaymentRefundsRefundIdCommentsGET /payment/refunds/{refundId}/comments List all refund comments - RefundCommentsService
*GetPaymentRefundsRefundIdCommentsIdGET /payment/refunds/{refundId}/comments/{id} Retrieve a refund comment - RefundCommentsService
*GetPaymentRefundsRefundIdCommentsSearchGET /payment/refunds/{refundId}/comments/search Search refund comments - RefundCommentsService
*PatchPaymentRefundsRefundIdCommentsIdPATCH /payment/refunds/{refundId}/comments/{id} Update a refund comment - RefundCommentsService
*PostPaymentRefundsRefundIdCommentsPOST /payment/refunds/{refundId}/comments Create a refund comment - RefundCommentsService
*PostPaymentRefundsRefundIdCommentsIdPinPOST /payment/refunds/{refundId}/comments/{id}/pin Pin a comment to the top - RefundCommentsService
*PostPaymentRefundsRefundIdCommentsIdUnpinPOST /payment/refunds/{refundId}/comments/{id}/unpin Remove the pinned comment from the top - RefundRecoveryBankTransactionsService
*GetPaymentBankTransactionsRefundRecoveriesGET /payment/bank-transactions/refund-recoveries List all refund recovery bank transactions - RefundRecoveryBankTransactionsService
*GetPaymentBankTransactionsRefundRecoveriesIdGET /payment/bank-transactions/refund-recoveries/{id} Retrieve a refund recovery bank transaction - RefundRecoveryBankTransactionsService
*GetPaymentBankTransactionsRefundRecoveriesSearchGET /payment/bank-transactions/refund-recoveries/search Search refund recovery bank transactions - RefundsService
*GetPaymentRefundsGET /payment/refunds List all refunds - RefundsService
*GetPaymentRefundsIdGET /payment/refunds/{id} Retrieve a refund - RefundsService
*GetPaymentRefundsIdDocumentGET /payment/refunds/{id}/document Retrieve a refund document - RefundsService
*GetPaymentRefundsSearchGET /payment/refunds/search Search refunds - RefundsService
*PostPaymentRefundsPOST /payment/refunds Create a refund - RefundsService
*PostPaymentRefundsIdMarkFailedPOST /payment/refunds/{id}/mark-failed Mark a refund as failed - RefundsService
*PostPaymentRefundsIdMarkSucceededPOST /payment/refunds/{id}/mark-succeeded Mark a refund as successful - RolesService
*DeleteRolesIdDELETE /roles/{id} Delete a role - RolesService
*GetRolesGET /roles List all roles - RolesService
*GetRolesIdGET /roles/{id} Retrieve a role - RolesService
*GetRolesSearchGET /roles/search Search roles - RolesService
*PatchRolesIdPATCH /roles/{id} Update a role - RolesService
*PostRolesPOST /roles Create a role - SingleSignOnUsersService
*DeleteSingleSignOnUsersIdDELETE /single-sign-on-users/{id} Delete a single sign-on user - SingleSignOnUsersService
*GetSingleSignOnUsersGET /single-sign-on-users List all single sign-on users - SingleSignOnUsersService
*GetSingleSignOnUsersIdGET /single-sign-on-users/{id} Retrieve a single sign-on user - SingleSignOnUsersService
*GetSingleSignOnUsersSearchGET /single-sign-on-users/search Search single sign-on users - SingleSignOnUsersService
*PatchSingleSignOnUsersIdPATCH /single-sign-on-users/{id} Update a single sign-on user - SingleSignOnUsersService
*PostSingleSignOnUsersPOST /single-sign-on-users Create a single sign-on user - SingleSignOnUsersRolesService
*DeleteSingleSignOnUsersUserIdAccountRolesDELETE /single-sign-on-users/{userId}/account-roles Unassign a role from a single sign-on user for an account - SingleSignOnUsersRolesService
*DeleteSingleSignOnUsersUserIdSpaceRolesDELETE /single-sign-on-users/{userId}/space-roles Unassign a role from a single sign-on user for a space - SingleSignOnUsersRolesService
*GetSingleSignOnUsersUserIdAccountRolesGET /single-sign-on-users/{userId}/account-roles List all roles of a single sign-on user for an account - SingleSignOnUsersRolesService
*GetSingleSignOnUsersUserIdSpaceRolesGET /single-sign-on-users/{userId}/space-roles List all roles of a single sign-on user for a space - SingleSignOnUsersRolesService
*PostSingleSignOnUsersUserIdAccountRolesPOST /single-sign-on-users/{userId}/account-roles Assign a role to a single sign-on user for an account - SingleSignOnUsersRolesService
*PostSingleSignOnUsersUserIdSpaceRolesPOST /single-sign-on-users/{userId}/space-roles Assign a role to a single sign-on user for a space - SpacesService
*DeleteSpacesIdDELETE /spaces/{id} Delete a space - SpacesService
*GetSpacesGET /spaces List all spaces - SpacesService
*GetSpacesIdGET /spaces/{id} Retrieve a space - SpacesService
*GetSpacesSearchGET /spaces/search Search spaces - SpacesService
*PatchSpacesIdPATCH /spaces/{id} Update a space - SpacesService
*PostSpacesPOST /spaces Create a space - StaticValuesService
*GetStaticValuesGET /static-values List all static values - StaticValuesService
*GetStaticValuesIdGET /static-values/{id} Retrieve a static value - StaticValuesService
*GetStaticValuesSearchGET /static-values/search Search static values - SubscribersService
*DeleteSubscriptionsSubscribersIdDELETE /subscriptions/subscribers/{id} Delete a subscriber - SubscribersService
*GetSubscriptionsSubscribersGET /subscriptions/subscribers List all subscribers - SubscribersService
*GetSubscriptionsSubscribersIdGET /subscriptions/subscribers/{id} Retrieve a subscriber - SubscribersService
*GetSubscriptionsSubscribersSearchGET /subscriptions/subscribers/search Search subscribers - SubscribersService
*PatchSubscriptionsSubscribersIdPATCH /subscriptions/subscribers/{id} Update a subscriber - SubscribersService
*PostSubscriptionsSubscribersPOST /subscriptions/subscribers Create a subscriber - SubscriptionAffiliatesService
*DeleteSubscriptionsAffiliatesIdDELETE /subscriptions/affiliates/{id} Delete an affiliate - SubscriptionAffiliatesService
*GetSubscriptionsAffiliatesGET /subscriptions/affiliates List all affiliates - SubscriptionAffiliatesService
*GetSubscriptionsAffiliatesIdGET /subscriptions/affiliates/{id} Retrieve an affiliate - SubscriptionAffiliatesService
*GetSubscriptionsAffiliatesSearchGET /subscriptions/affiliates/search Search affiliates - SubscriptionAffiliatesService
*PatchSubscriptionsAffiliatesIdPATCH /subscriptions/affiliates/{id} Update an affiliate - SubscriptionAffiliatesService
*PostSubscriptionsAffiliatesPOST /subscriptions/affiliates Create an affiliate - SubscriptionChargesService
*GetSubscriptionsChargesGET /subscriptions/charges List all charges - SubscriptionChargesService
*GetSubscriptionsChargesIdGET /subscriptions/charges/{id} Retrieve a charge - SubscriptionChargesService
*GetSubscriptionsChargesSearchGET /subscriptions/charges/search Search charges - SubscriptionChargesService
*PostSubscriptionsChargesPOST /subscriptions/charges Create a charge - SubscriptionChargesService
*PostSubscriptionsChargesIdDiscardPOST /subscriptions/charges/{id}/discard Discard a charge - SubscriptionLedgerEntriesService
*GetSubscriptionsLedgerEntriesGET /subscriptions/ledger-entries List all ledger entries - SubscriptionLedgerEntriesService
*GetSubscriptionsLedgerEntriesIdGET /subscriptions/ledger-entries/{id} Retrieve a ledger entry - SubscriptionLedgerEntriesService
*GetSubscriptionsLedgerEntriesSearchGET /subscriptions/ledger-entries/search Search ledger entries - SubscriptionLedgerEntriesService
*PostSubscriptionsLedgerEntriesPOST /subscriptions/ledger-entries Create a ledger entry - SubscriptionMetricUsageReportsService
*GetSubscriptionsMetricUsageReportsGET /subscriptions/metric-usage-reports List all metric usage reports - SubscriptionMetricUsageReportsService
*GetSubscriptionsMetricUsageReportsIdGET /subscriptions/metric-usage-reports/{id} Retrieve a metric usage report - SubscriptionMetricUsageReportsService
*GetSubscriptionsMetricUsageReportsSearchGET /subscriptions/metric-usage-reports/search Search metric usage reports - SubscriptionMetricUsageReportsService
*PostSubscriptionsMetricUsageReportsPOST /subscriptions/metric-usage-reports Create a metric usage report - SubscriptionMetricsService
*DeleteSubscriptionsMetricsIdDELETE /subscriptions/metrics/{id} Delete a metric - SubscriptionMetricsService
*GetSubscriptionsMetricsGET /subscriptions/metrics List all metrics - SubscriptionMetricsService
*GetSubscriptionsMetricsIdGET /subscriptions/metrics/{id} Retrieve a metric - SubscriptionMetricsService
*GetSubscriptionsMetricsSearchGET /subscriptions/metrics/search Search metrics - SubscriptionMetricsService
*PatchSubscriptionsMetricsIdPATCH /subscriptions/metrics/{id} Update a metric - SubscriptionMetricsService
*PostSubscriptionsMetricsPOST /subscriptions/metrics Create a metric - SubscriptionPeriodBillsService
*GetSubscriptionsPeriodBillsGET /subscriptions/period-bills List all subscription period bills - SubscriptionPeriodBillsService
*GetSubscriptionsPeriodBillsIdGET /subscriptions/period-bills/{id} Retrieve a subscription period bill - SubscriptionPeriodBillsService
*GetSubscriptionsPeriodBillsSearchGET /subscriptions/period-bills/search Search subscription period bills - SubscriptionPeriodBillsService
*PostSubscriptionsPeriodBillsIdClosePOST /subscriptions/period-bills/{id}/close Close a subscription period bill - SubscriptionProductComponentGroupsService
*DeleteSubscriptionsProductsComponentGroupsIdDELETE /subscriptions/products/component-groups/{id} Delete a component group - SubscriptionProductComponentGroupsService
*GetSubscriptionsProductsComponentGroupsGET /subscriptions/products/component-groups List all component groups - SubscriptionProductComponentGroupsService
*GetSubscriptionsProductsComponentGroupsIdGET /subscriptions/products/component-groups/{id} Retrieve a component group - SubscriptionProductComponentGroupsService
*GetSubscriptionsProductsComponentGroupsSearchGET /subscriptions/products/component-groups/search Search component groups - SubscriptionProductComponentGroupsService
*PatchSubscriptionsProductsComponentGroupsIdPATCH /subscriptions/products/component-groups/{id} Update a component group - SubscriptionProductComponentGroupsService
*PostSubscriptionsProductsComponentGroupsPOST /subscriptions/products/component-groups Create a component group - SubscriptionProductComponentsService
*DeleteSubscriptionsProductsComponentsIdDELETE /subscriptions/products/components/{id} Delete a component - SubscriptionProductComponentsService
*GetSubscriptionsProductsComponentsGET /subscriptions/products/components List all components - SubscriptionProductComponentsService
*GetSubscriptionsProductsComponentsIdGET /subscriptions/products/components/{id} Retrieve a component - SubscriptionProductComponentsService
*GetSubscriptionsProductsComponentsSearchGET /subscriptions/products/components/search Search components - SubscriptionProductComponentsService
*PatchSubscriptionsProductsComponentsIdPATCH /subscriptions/products/components/{id} Update a component - SubscriptionProductComponentsService
*PostSubscriptionsProductsComponentsPOST /subscriptions/products/components Create a component - SubscriptionProductMeteredFeeTiersService
*DeleteSubscriptionsProductsMeteredFeesFeeIdTiersIdDELETE /subscriptions/products/metered-fees/{feeId}/tiers/{id} Delete a metered fee tier - SubscriptionProductMeteredFeeTiersService
*GetSubscriptionsProductsMeteredFeesFeeIdTiersGET /subscriptions/products/metered-fees/{feeId}/tiers List all metered fee tiers - SubscriptionProductMeteredFeeTiersService
*GetSubscriptionsProductsMeteredFeesFeeIdTiersIdGET /subscriptions/products/metered-fees/{feeId}/tiers/{id} Retrieve a metered fee tier - SubscriptionProductMeteredFeeTiersService
*GetSubscriptionsProductsMeteredFeesFeeIdTiersSearchGET /subscriptions/products/metered-fees/{feeId}/tiers/search Search metered fee tiers - SubscriptionProductMeteredFeeTiersService
*PatchSubscriptionsProductsMeteredFeesFeeIdTiersIdPATCH /subscriptions/products/metered-fees/{feeId}/tiers/{id} Update a metered fee tier - SubscriptionProductMeteredFeeTiersService
*PostSubscriptionsProductsMeteredFeesFeeIdTiersPOST /subscriptions/products/metered-fees/{feeId}/tiers Create a metered fee tier - SubscriptionProductMeteredFeesService
*DeleteSubscriptionsProductsMeteredFeesIdDELETE /subscriptions/products/metered-fees/{id} Delete a metered fee - SubscriptionProductMeteredFeesService
*GetSubscriptionsProductsMeteredFeesGET /subscriptions/products/metered-fees List all metered fees - SubscriptionProductMeteredFeesService
*GetSubscriptionsProductsMeteredFeesIdGET /subscriptions/products/metered-fees/{id} Retrieve a metered fee - SubscriptionProductMeteredFeesService
*GetSubscriptionsProductsMeteredFeesSearchGET /subscriptions/products/metered-fees/search Search metered fees - SubscriptionProductMeteredFeesService
*PatchSubscriptionsProductsMeteredFeesIdPATCH /subscriptions/products/metered-fees/{id} Update a metered fee - SubscriptionProductMeteredFeesService
*PostSubscriptionsProductsMeteredFeesPOST /subscriptions/products/metered-fees Create a metered fee - SubscriptionProductPeriodFeesService
*DeleteSubscriptionsProductsPeriodFeesIdDELETE /subscriptions/products/period-fees/{id} Delete a period fee - SubscriptionProductPeriodFeesService
*GetSubscriptionsProductsPeriodFeesGET /subscriptions/products/period-fees List all period fees - SubscriptionProductPeriodFeesService
*GetSubscriptionsProductsPeriodFeesIdGET /subscriptions/products/period-fees/{id} Retrieve a period fee - SubscriptionProductPeriodFeesService
*GetSubscriptionsProductsPeriodFeesSearchGET /subscriptions/products/period-fees/search Search period fees - SubscriptionProductPeriodFeesService
*PatchSubscriptionsProductsPeriodFeesIdPATCH /subscriptions/products/period-fees/{id} Update a period fee - SubscriptionProductPeriodFeesService
*PostSubscriptionsProductsPeriodFeesPOST /subscriptions/products/period-fees Create a period fee - SubscriptionProductRetirementsService
*GetSubscriptionsProductsRetirementsGET /subscriptions/products/retirements List all product retirements - SubscriptionProductRetirementsService
*GetSubscriptionsProductsRetirementsIdGET /subscriptions/products/retirements/{id} Retrieve a product retirement - SubscriptionProductRetirementsService
*GetSubscriptionsProductsRetirementsSearchGET /subscriptions/products/retirements/search Search product retirements - SubscriptionProductSetupFeesService
*DeleteSubscriptionsProductsSetupFeesIdDELETE /subscriptions/products/setup-fees/{id} Delete a setup fee - SubscriptionProductSetupFeesService
*GetSubscriptionsProductsSetupFeesGET /subscriptions/products/setup-fees List all setup fees - SubscriptionProductSetupFeesService
*GetSubscriptionsProductsSetupFeesIdGET /subscriptions/products/setup-fees/{id} Retrieve a setup fee - SubscriptionProductSetupFeesService
*GetSubscriptionsProductsSetupFeesSearchGET /subscriptions/products/setup-fees/search Search setup fees - SubscriptionProductSetupFeesService
*PatchSubscriptionsProductsSetupFeesIdPATCH /subscriptions/products/setup-fees/{id} Update a setup fee - SubscriptionProductSetupFeesService
*PostSubscriptionsProductsSetupFeesPOST /subscriptions/products/setup-fees Create a setup fee - SubscriptionProductVersionRetirementsService
*GetSubscriptionsProductsVersionsRetirementsGET /subscriptions/products/versions/retirements List all product version retirements - SubscriptionProductVersionRetirementsService
*GetSubscriptionsProductsVersionsRetirementsIdGET /subscriptions/products/versions/retirements/{id} Retrieve a product version retirement - SubscriptionProductVersionRetirementsService
*GetSubscriptionsProductsVersionsRetirementsSearchGET /subscriptions/products/versions/retirements/search Search product version retirements - SubscriptionProductVersionsService
*GetSubscriptionsProductsVersionsGET /subscriptions/products/versions List all product versions - SubscriptionProductVersionsService
*GetSubscriptionsProductsVersionsIdGET /subscriptions/products/versions/{id} Retrieve a product version - SubscriptionProductVersionsService
*GetSubscriptionsProductsVersionsSearchGET /subscriptions/products/versions/search Search product versions - SubscriptionProductVersionsService
*PatchSubscriptionsProductsVersionsIdPATCH /subscriptions/products/versions/{id} Update a product version - SubscriptionProductVersionsService
*PostSubscriptionsProductsVersionsPOST /subscriptions/products/versions Create a product version - SubscriptionProductVersionsService
*PostSubscriptionsProductsVersionsIdActivatePOST /subscriptions/products/versions/{id}/activate Activate a product version - SubscriptionProductVersionsService
*PostSubscriptionsProductsVersionsIdRetirePOST /subscriptions/products/versions/{id}/retire Retire a product version - SubscriptionProductsService
*GetSubscriptionsProductsGET /subscriptions/products List all products - SubscriptionProductsService
*GetSubscriptionsProductsIdGET /subscriptions/products/{id} Retrieve a product - SubscriptionProductsService
*GetSubscriptionsProductsSearchGET /subscriptions/products/search Search products - SubscriptionProductsService
*PatchSubscriptionsProductsIdPATCH /subscriptions/products/{id} Update a product - SubscriptionProductsService
*PostSubscriptionsProductsPOST /subscriptions/products Create a product - SubscriptionProductsService
*PostSubscriptionsProductsIdRetirePOST /subscriptions/products/{id}/retire Retire a product - SubscriptionSuspensionsService
*GetSubscriptionsSuspensionsGET /subscriptions/suspensions List all suspensions - SubscriptionSuspensionsService
*GetSubscriptionsSuspensionsIdGET /subscriptions/suspensions/{id} Retrieve a suspension - SubscriptionSuspensionsService
*GetSubscriptionsSuspensionsSearchGET /subscriptions/suspensions/search Search suspensions - SubscriptionVersionsService
*GetSubscriptionsVersionsGET /subscriptions/versions List all subscription versions - SubscriptionVersionsService
*GetSubscriptionsVersionsIdGET /subscriptions/versions/{id} Retrieve a subscription version - SubscriptionVersionsService
*GetSubscriptionsVersionsSearchGET /subscriptions/versions/search Search subscription versions - SubscriptionsService
*GetSubscriptionsGET /subscriptions List all subscriptions - SubscriptionsService
*GetSubscriptionsIdGET /subscriptions/{id} Retrieve a subscription - SubscriptionsService
*GetSubscriptionsIdInvoicesGET /subscriptions/{id}/invoices Search subscription invoices - SubscriptionsService
*GetSubscriptionsSearchGET /subscriptions/search Search subscriptions - SubscriptionsService
*PatchSubscriptionsIdPATCH /subscriptions/{id} Update a subscription - SubscriptionsService
*PostSubscriptionsPOST /subscriptions Create a subscription - SubscriptionsService
*PostSubscriptionsIdApplyChangesPOST /subscriptions/{id}/apply-changes Apply changes to a subscription - SubscriptionsService
*PostSubscriptionsIdInitializePOST /subscriptions/{id}/initialize Initialize a subscription - SubscriptionsService
*PostSubscriptionsIdInitializeSubscriberPresentPOST /subscriptions/{id}/initialize-subscriber-present Initialize a subscription with the subscriber present - SubscriptionsService
*PostSubscriptionsIdReactivatePOST /subscriptions/{id}/reactivate Reactivate a suspended subscription - SubscriptionsService
*PostSubscriptionsIdSuspendPOST /subscriptions/{id}/suspend Suspend a subscription - SubscriptionsService
*PostSubscriptionsIdTerminatePOST /subscriptions/{id}/terminate Terminate a subscription - SubscriptionsService
*PostSubscriptionsIdUpgradeProductPOST /subscriptions/{id}/upgrade-product Upgrade a subscription's product - TokenVersionsService
*GetPaymentTokenVersionsGET /payment/token-versions List all token versions - TokenVersionsService
*GetPaymentTokenVersionsIdGET /payment/token-versions/{id} Retrieve a token version - TokenVersionsService
*GetPaymentTokenVersionsSearchGET /payment/token-versions/search Search token token versions - TokensService
*DeletePaymentTokensIdDELETE /payment/tokens/{id} Delete a token - TokensService
*GetPaymentTokensGET /payment/tokens List all tokens - TokensService
*GetPaymentTokensIdGET /payment/tokens/{id} Retrieve a token - TokensService
*GetPaymentTokensIdActiveVersionGET /payment/tokens/{id}/active-version Retrieve the active token version - TokensService
*GetPaymentTokensSearchGET /payment/tokens/search Search tokens - TokensService
*PatchPaymentTokensIdPATCH /payment/tokens/{id} Update a token - TokensService
*PostPaymentTokensPOST /payment/tokens Create a token - TokensService
*PostPaymentTokensIdCreateTransactionForTokenUpdatePOST /payment/tokens/{id}/create-transaction-for-token-update Create a transaction for token update - TransactionClientPlatformsService
*GetPaymentTransactionClientPlatformsGET /payment/transaction/client-platforms List all client platforms - TransactionClientPlatformsService
*GetPaymentTransactionClientPlatformsIdGET /payment/transaction/client-platforms/{id} Retrieve the client platform based on id - TransactionClientPlatformsService
*GetPaymentTransactionClientPlatformsSearchGET /payment/transaction/client-platforms/search Search client platforms - TransactionCommentsService
*DeletePaymentTransactionsTransactionIdCommentsIdDELETE /payment/transactions/{transactionId}/comments/{id} Delete a transaction comment - TransactionCommentsService
*GetPaymentTransactionsTransactionIdCommentsGET /payment/transactions/{transactionId}/comments List all transaction comments - TransactionCommentsService
*GetPaymentTransactionsTransactionIdCommentsIdGET /payment/transactions/{transactionId}/comments/{id} Retrieve a transaction comment - TransactionCommentsService
*GetPaymentTransactionsTransactionIdCommentsSearchGET /payment/transactions/{transactionId}/comments/search Search transaction comments - TransactionCommentsService
*PatchPaymentTransactionsTransactionIdCommentsIdPATCH /payment/transactions/{transactionId}/comments/{id} Update a transaction comment - TransactionCommentsService
*PostPaymentTransactionsTransactionIdCommentsPOST /payment/transactions/{transactionId}/comments Create a transaction comment - TransactionCommentsService
*PostPaymentTransactionsTransactionIdCommentsIdPinPOST /payment/transactions/{transactionId}/comments/{id}/pin Pin a comment to the top - TransactionCommentsService
*PostPaymentTransactionsTransactionIdCommentsIdUnpinPOST /payment/transactions/{transactionId}/comments/{id}/unpin Remove the pinned comment from the top - TransactionCompletionsService
*GetPaymentTransactionsCompletionsGET /payment/transactions/completions List all transaction completions - TransactionCompletionsService
*GetPaymentTransactionsCompletionsIdGET /payment/transactions/completions/{id} Retrieve a transaction completion - TransactionCompletionsService
*GetPaymentTransactionsCompletionsSearchGET /payment/transactions/completions/search Search transaction completions - TransactionInvoiceCommentsService
*DeletePaymentTransactionsInvoicesInvoiceIdCommentsIdDELETE /payment/transactions/invoices/{invoiceId}/comments/{id} Delete a transaction comment - TransactionInvoiceCommentsService
*GetPaymentTransactionsInvoicesInvoiceIdCommentsGET /payment/transactions/invoices/{invoiceId}/comments List all transaction invoice comments - TransactionInvoiceCommentsService
*GetPaymentTransactionsInvoicesInvoiceIdCommentsIdGET /payment/transactions/invoices/{invoiceId}/comments/{id} Retrieve a transaction invoice comment - TransactionInvoiceCommentsService
*GetPaymentTransactionsInvoicesInvoiceIdCommentsSearchGET /payment/transactions/invoices/{invoiceId}/comments/search Search transaction invoice comments - TransactionInvoiceCommentsService
*PatchPaymentTransactionsInvoicesInvoiceIdCommentsIdPATCH /payment/transactions/invoices/{invoiceId}/comments/{id} Update a transaction comment - TransactionInvoiceCommentsService
*PostPaymentTransactionsInvoicesInvoiceIdCommentsPOST /payment/transactions/invoices/{invoiceId}/comments Create a transaction invoice comment - TransactionInvoiceCommentsService
*PostPaymentTransactionsInvoicesInvoiceIdCommentsIdPinPOST /payment/transactions/invoices/{invoiceId}/comments/{id}/pin Pin a comment to the top - TransactionInvoiceCommentsService
*PostPaymentTransactionsInvoicesInvoiceIdCommentsIdUnpinPOST /payment/transactions/invoices/{invoiceId}/comments/{id}/unpin Remove the pinned comment from the top - TransactionInvoicesService
*GetPaymentTransactionsInvoicesGET /payment/transactions/invoices List all transaction invoices - TransactionInvoicesService
*GetPaymentTransactionsInvoicesIdGET /payment/transactions/invoices/{id} Retrieve a transaction invoice - TransactionInvoicesService
*GetPaymentTransactionsInvoicesIdCheckReplacementPossibleGET /payment/transactions/invoices/{id}/check-replacement-possible Check if a transaction invoice can be replaced - TransactionInvoicesService
*GetPaymentTransactionsInvoicesIdDocumentGET /payment/transactions/invoices/{id}/document Retrieve an invoice document - TransactionInvoicesService
*GetPaymentTransactionsInvoicesSearchGET /payment/transactions/invoices/search Search transaction invoices - TransactionInvoicesService
*PostPaymentTransactionsInvoicesIdDerecognizePOST /payment/transactions/invoices/{id}/derecognize Derecognize a transaction invoice - TransactionInvoicesService
*PostPaymentTransactionsInvoicesIdMarkPaidPOST /payment/transactions/invoices/{id}/mark-paid Mark a transaction invoice as paid - TransactionInvoicesService
*PostPaymentTransactionsInvoicesIdReplacePOST /payment/transactions/invoices/{id}/replace Replace a transaction invoice - TransactionLineItemVersionsService
*GetPaymentTransactionsLineItemVersionsGET /payment/transactions/line-item-versions List all transaction line item versions - TransactionLineItemVersionsService
*GetPaymentTransactionsLineItemVersionsIdGET /payment/transactions/line-item-versions/{id} Retrieve a transaction line item version - TransactionLineItemVersionsService
*GetPaymentTransactionsLineItemVersionsSearchGET /payment/transactions/line-item-versions/search Search transaction line item versions - TransactionLineItemVersionsService
*PostPaymentTransactionsLineItemVersionsPOST /payment/transactions/line-item-versions Create a transaction line item version - TransactionVoidsService
*GetPaymentTransactionsVoidsGET /payment/transactions/voids List all transaction voids - TransactionVoidsService
*GetPaymentTransactionsVoidsIdGET /payment/transactions/voids/{id} Retrieve a transaction void - TransactionVoidsService
*GetPaymentTransactionsVoidsSearchGET /payment/transactions/voids/search Search transaction voids - TransactionsService
*DeletePaymentTransactionsByCredentialsCredentialsOneClickTokensIdDELETE /payment/transactions/by-credentials/{credentials}/one-click-tokens/{id} Delete a one-click token by credentials - TransactionsService
*GetPaymentTransactionsGET /payment/transactions List all transactions - TransactionsService
*GetPaymentTransactionsByCredentialsCredentialsGET /payment/transactions/by-credentials/{credentials} Retrieve a transaction by credentials - TransactionsService
*GetPaymentTransactionsByCredentialsCredentialsMobileSdkUrlGET /payment/transactions/by-credentials/{credentials}/mobile-sdk-url Retrieve a Mobile SDK URL by credentials - TransactionsService
*GetPaymentTransactionsByCredentialsCredentialsOneClickTokensGET /payment/transactions/by-credentials/{credentials}/one-click-tokens List one-click tokens by credentials - TransactionsService
*GetPaymentTransactionsByCredentialsCredentialsPaymentMethodConfigurationsGET /payment/transactions/by-credentials/{credentials}/payment-method-configurations List available payment method configurations by credentials - TransactionsService
*GetPaymentTransactionsExportGET /payment/transactions/export Export transactions - TransactionsService
*GetPaymentTransactionsIdGET /payment/transactions/{id} Retrieve a transaction - TransactionsService
*GetPaymentTransactionsIdChargeFlowPaymentPageUrlGET /payment/transactions/{id}/charge-flow/payment-page-url Retrieve a charge flow payment page URL - TransactionsService
*GetPaymentTransactionsIdCheckTokenCreationPossibleGET /payment/transactions/{id}/check-token-creation-possible Check if token can be created - TransactionsService
*GetPaymentTransactionsIdCredentialsGET /payment/transactions/{id}/credentials Retrieve transaction credentials - TransactionsService
*GetPaymentTransactionsIdIframeJavascriptUrlGET /payment/transactions/{id}/iframe-javascript-url Retrieve an iFrame JavaScript URL - TransactionsService
*GetPaymentTransactionsIdInvoiceDocumentGET /payment/transactions/{id}/invoice-document Retrieve an invoice document - TransactionsService
*GetPaymentTransactionsIdLatestLineItemVersionGET /payment/transactions/{id}/latest-line-item-version Retrieve the latest line item version - TransactionsService
*GetPaymentTransactionsIdLightboxJavascriptUrlGET /payment/transactions/{id}/lightbox-javascript-url Retrieve a Lightbox JavaScript URL - TransactionsService
*GetPaymentTransactionsIdPackingSlipDocumentGET /payment/transactions/{id}/packing-slip-document Retrieve a packing slip document - TransactionsService
*GetPaymentTransactionsIdPaymentMethodConfigurationsGET /payment/transactions/{id}/payment-method-configurations List available payment method configurations - TransactionsService
*GetPaymentTransactionsIdPaymentPageUrlGET /payment/transactions/{id}/payment-page-url Retrieve a payment page URL - TransactionsService
*GetPaymentTransactionsIdTerminalReceiptsGET /payment/transactions/{id}/terminal-receipts List terminal receipts - TransactionsService
*GetPaymentTransactionsSearchGET /payment/transactions/search Search transactions - TransactionsService
*PatchPaymentTransactionsIdPATCH /payment/transactions/{id} Update a transaction - TransactionsService
*PostPaymentTransactionsPOST /payment/transactions Create a transaction - TransactionsService
*PostPaymentTransactionsByCredentialsCredentialsOneClickTokensIdProcessPOST /payment/transactions/by-credentials/{credentials}/one-click-tokens/{id}/process Process via one-click token by credentials - TransactionsService
*PostPaymentTransactionsIdChargeFlowApplyPOST /payment/transactions/{id}/charge-flow/apply Process a transaction via charge flow - TransactionsService
*PostPaymentTransactionsIdChargeFlowCancelPOST /payment/transactions/{id}/charge-flow/cancel Cancel a charge flow - TransactionsService
*PostPaymentTransactionsIdChargeFlowUpdateRecipientPOST /payment/transactions/{id}/charge-flow/update-recipient Update a charge flow recipient - TransactionsService
*PostPaymentTransactionsIdCompleteOfflinePOST /payment/transactions/{id}/complete-offline Complete a transaction offline - TransactionsService
*PostPaymentTransactionsIdCompleteOnlinePOST /payment/transactions/{id}/complete-online Complete a transaction online - TransactionsService
*PostPaymentTransactionsIdCompletePartiallyOfflinePOST /payment/transactions/{id}/complete-partially-offline Complete a transaction offline partially - TransactionsService
*PostPaymentTransactionsIdCompletePartiallyOnlinePOST /payment/transactions/{id}/complete-partially-online Complete a transaction online partially - TransactionsService
*PostPaymentTransactionsIdConfirmPOST /payment/transactions/{id}/confirm Confirm a transaction - TransactionsService
*PostPaymentTransactionsIdProcessCardDetailsPOST /payment/transactions/{id}/process-card-details Process a card transaction - TransactionsService
*PostPaymentTransactionsIdProcessCardDetailsThreedPOST /payment/transactions/{id}/process-card-details-threed Process a card transaction with 3-D Secure - TransactionsService
*PostPaymentTransactionsIdProcessWithTokenPOST /payment/transactions/{id}/process-with-token Process a transaction via token - TransactionsService
*PostPaymentTransactionsIdProcessWithoutInteractionPOST /payment/transactions/{id}/process-without-interaction Process a transaction without user-interaction - TransactionsService
*PostPaymentTransactionsIdVoidOfflinePOST /payment/transactions/{id}/void-offline Void a transaction offline - TransactionsService
*PostPaymentTransactionsIdVoidOnlinePOST /payment/transactions/{id}/void-online Void a transaction online - WebAppsService
*GetWebAppsInstalledGET /web-apps/installed Check whether the web app is installed - WebAppsService
*PostWebAppsConfirmCodePOST /web-apps/confirm/{code} Confirm a web app installation - WebAppsService
*PostWebAppsUninstallPOST /web-apps/uninstall Uninstall a web app - WebhookEncryptionKeysService
*GetWebhooksEncryptionKeysIdGET /webhooks/encryption-keys/{id} Retrieve a webhook encryption key - WebhookListenersService
*DeleteWebhooksListenersBulkDELETE /webhooks/listeners/bulk Delete multiple webhook listeners - WebhookListenersService
*DeleteWebhooksListenersIdDELETE /webhooks/listeners/{id} Delete a webhook listener - WebhookListenersService
*GetWebhooksListenersGET /webhooks/listeners List all webhook listeners - WebhookListenersService
*GetWebhooksListenersIdGET /webhooks/listeners/{id} Retrieve a webhook listener - WebhookListenersService
*GetWebhooksListenersSearchGET /webhooks/listeners/search Search webhook listeners - WebhookListenersService
*PatchWebhooksListenersBulkPATCH /webhooks/listeners/bulk Update multiple webhook listeners - WebhookListenersService
*PatchWebhooksListenersIdPATCH /webhooks/listeners/{id} Update a webhook listener - WebhookListenersService
*PostWebhooksListenersPOST /webhooks/listeners Create a webhook listener - WebhookListenersService
*PostWebhooksListenersBulkPOST /webhooks/listeners/bulk Create multiple webhook listeners - WebhookURLsService
*DeleteWebhooksUrlsBulkDELETE /webhooks/urls/bulk Delete multiple webhook URLs - WebhookURLsService
*DeleteWebhooksUrlsIdDELETE /webhooks/urls/{id} Delete a webhook URL - WebhookURLsService
*GetWebhooksUrlsGET /webhooks/urls List all webhook URLs - WebhookURLsService
*GetWebhooksUrlsIdGET /webhooks/urls/{id} Retrieve a webhook URL - WebhookURLsService
*GetWebhooksUrlsSearchGET /webhooks/urls/search Search webhook URLs - WebhookURLsService
*PatchWebhooksUrlsBulkPATCH /webhooks/urls/bulk Update multiple webhook URLs - WebhookURLsService
*PatchWebhooksUrlsIdPATCH /webhooks/urls/{id} Update a webhook URL - WebhookURLsService
*PostWebhooksUrlsPOST /webhooks/urls Create a webhook URL - WebhookURLsService
*PostWebhooksUrlsBulkPOST /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
- 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
- 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
- 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
- MetricUsageReportListResponse
- MetricUsageReportSearchResponse
- ModelEnvironment
- OneClickPaymentMode
- PanType
- PaymentAdjustment
- PaymentAdjustmentType
- 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
While working with webhooks, the PostFinanceCheckoutSdkException may throw various error codes to help identify and troubleshoot issues. Below is a reference of all possible error codes.
| 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 |
try
{
// Webhook SDK operation
}
catch (WalleeSdkException e)
{
if (e.Code == ErrorCode.INVALID_WEBHOOK_ENCRYPTION_PUBLIC_KEY)
{
// Handle invalid public key
}
else if (e.Code == ErrorCode.WEBHOOK_ENCRYPTION_SIGNATURE_VERIFICATION_FAILED)
{
// Handle signature verification failure
}
else
{
// Handle other errors
}
}It's recommended to create an instance of Configuration per thread in a multithreaded environment to avoid any potential issues.
- Wallee Ecosystem Team
Automatically generated by the OpenAPI Generator
Generator version: 7.13.0
Please see the license file for more information.