- API version:
The WeArePlanet TypeScript SDK is used to interact with WeArePlanet's REST API.
Node.js 18 or later
NOTE: Highly recommended to use TypeScript SDK in server-side applications.
Use front-end frameworks such as Angular at your own risk, as the application might be incompatible or cause a potential threat that the application user information (such as secret keys) might be revealed publicly in the browser.
npm install weareplanetPlease follow the installation instructions, then run the following example:
export const HttpBearerAuthConfig =
new HttpBearerAuth(
123796,
"Px40LRth2QmpyiyDH/G6Zh64oDbsKVJ70AqK2fhokSg=");
export const DefaultConfiguration: Configuration = DefaultConfig;
DefaultConfiguration.httpBearerAuth = HttpBearerAuthConfig;
const transactionsService = new TransactionsService(DefaultConfiguration);
const spaceId = 38055;
const transactionId = 367155626;
const expandSet = new Set(['group']);
(async () => {
try {
const transaction = await transactionsService.getPaymentTransactionsId(
{
id: transactionId,
space: spaceId,
expand: expandSet
});
console.log('Transaction:');
console.log(transaction);
} catch (e) {
console.error('Exception when calling api: ', e);
}
})()Additional Api services documentation: link
Web Api client: link
Click here to see full list of services
All URIs are relative to https://paymentshub.weareplanet.com/
(click on method name to see web doc)
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 - 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 - 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 - 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 - 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 - ExpressCheckoutService
*patchExpressCheckoutShippingAddressChangePATCH /express-checkout/shipping/address-change Change shipping address - ExpressCheckoutService
*patchExpressCheckoutShippingMethodChangePATCH /express-checkout/shipping/method-change Change shipping method - ExpressCheckoutService
*postExpressCheckoutCreateSessionPOST /express-checkout/create-session Create a new Express Checkout Session - 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 - 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. - 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. - PaymentWebAppsService
*deletePaymentWebAppsConnectorsConnectorExternalIdDELETE /payment/web-apps/connectors/{connectorExternalId} Delete a connector - PaymentWebAppsService
*deletePaymentWebAppsProcessorsExternalIdDELETE /payment/web-apps/processors/{externalId} Delete a processor - PaymentWebAppsService
*patchPaymentWebAppsChargeAttemptsIdPATCH /payment/web-apps/charge-attempts/{id} Update a charge attempt - PaymentWebAppsService
*patchPaymentWebAppsCompletionsIdPATCH /payment/web-apps/completions/{id} Update a completion - PaymentWebAppsService
*patchPaymentWebAppsConnectorsConnectorExternalIdPATCH /payment/web-apps/connectors/{connectorExternalId} Update a connector - PaymentWebAppsService
*patchPaymentWebAppsProcessorsExternalIdPATCH /payment/web-apps/processors/{externalId} Update a processor - PaymentWebAppsService
*patchPaymentWebAppsRefundsIdPATCH /payment/web-apps/refunds/{id} Update a refund - PaymentWebAppsService
*patchPaymentWebAppsVoidsIdPATCH /payment/web-apps/voids/{id} Update a void - PaymentWebAppsService
*postPaymentWebAppsProcessorsPOST /payment/web-apps/processors Create a processor - PaymentWebAppsService
*postPaymentWebAppsProcessorsExternalIdActivateForProductionPOST /payment/web-apps/processors/{externalId}/activate-for-production Activate a processor for production - PaymentWebAppsService
*postPaymentWebAppsProcessorsExternalIdConnectorsPOST /payment/web-apps/processors/{externalId}/connectors Create a connector - PermissionsService
*getPermissionsGET /permissions List all permissions - PermissionsService
*getPermissionsIdGET /permissions/{id} Retrieve a permission - PermissionsService
*getPermissionsSearchGET /permissions/search Search permissions - 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 - 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 - 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
- AbstractPaymentMethodConfigurationUpdate
- AbstractPaymentProcessorConfigurationActive
- AbstractRefundCommentActive
- AbstractRoleUpdate
- AbstractSingleSignOnUserUpdate
- AbstractSpaceUpdate
- AbstractTokenUpdate
- AbstractTransactionCommentActive
- AbstractTransactionInvoiceCommentActive
- AbstractTransactionPending
- AbstractWebhookListenerUpdate
- AbstractWebhookUrlUpdate
- Account
- AccountCreate
- AccountListResponse
- AccountSearchResponse
- AccountState
- AccountType
- AccountUpdate
- Address
- AddressCreate
- ApplicationKeyState
- ApplicationUser
- ApplicationUserCreate
- ApplicationUserCreateWithMacKey
- ApplicationUserListResponse
- ApplicationUserSearchResponse
- ApplicationUserUpdate
- AuthenticatedCardData
- AuthenticatedCardDataCreate
- AuthenticatedCardRequest
- CardAuthenticationResponse
- CardAuthenticationVersion
- CardCryptogram
- CardCryptogramCreate
- CardholderAuthentication
- CardholderAuthenticationCreate
- Charge
- ChargeAttempt
- ChargeAttemptEnvironment
- ChargeAttemptListResponse
- ChargeAttemptSearchResponse
- ChargeAttemptState
- 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
- 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
- DocumentTemplate
- DocumentTemplateListResponse
- DocumentTemplateSearchResponse
- DocumentTemplateType
- DocumentTemplateTypeGroup
- DocumentTemplateTypeListResponse
- DocumentTemplateTypeSearchResponse
- Environment
- ExpressCheckoutCreateResponse
- ExpressCheckoutSession
- ExpressCheckoutSessionCreate
- ExpressCheckoutSessionState
- ExpressCheckoutShippingAddressChangeRequest
- ExpressCheckoutShippingAddressChangeResponse
- ExpressCheckoutShippingMethodChangeRequest
- ExpressCheckoutShippingMethodChangeResponse
- ExpressCheckoutShippingOption
- ExpressCheckoutWalletType
- FailureCategory
- FailureReason
- Feature
- FeatureCategory
- Gender
- HumanUser
- HumanUserCreate
- HumanUserListResponse
- HumanUserSearchResponse
- HumanUserUpdate
- 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
- OneClickPaymentMode
- PanType
- 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
- 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
- PaymentTerminalLocation
- PaymentTerminalLocationState
- PaymentTerminalLocationVersion
- PaymentTerminalLocationVersionState
- PaymentTerminalReceiptType
- PaymentTerminalState
- PaymentTerminalType
- Permission
- PermissionListResponse
- PermissionSearchResponse
- RecurringIndicator
- Refund
- RefundComment
- RefundCommentActive
- RefundCommentCreate
- RefundCommentListResponse
- RefundCommentSearchResponse
- RefundCreate
- RefundListResponse
- RefundSearchResponse
- RefundState
- RefundType
- RenderedDocument
- RenderedTerminalReceipt
- RenderedTerminalReceiptListResponse
- RestAddressFormat
- RestAddressFormatField
- RestApiBulkOperationResult
- RestApiErrorResponse
- RestApplicationUserMacKey
- RestApplicationUserMacKeyCreated
- RestCountry
- RestCountryState
- RestCurrency
- RestCustomerEmailAddress
- RestLanguage
- 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
- Tax
- TaxCreate
- TenantDatabase
- TerminalReceiptFormat
- 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 WeArePlanetSdkException may throw error codes to help with debugging.
| Exception | Description |
|---|---|
| ApiExceptionErrorCodes | Lists the possible HTTP error codes an ApiException can generate |
| SdkExceptionErrorCodes | Lists the possible error codes a WeArePlanetSdkException can generate |
try {
// SDK operation
} catch (ex: any) {
if (ex instanceof ResponseError) {
if (ApiExceptionErrorCodes.is(ex, ApiExceptionErrorCodes.CONFLICT)) {
// Handle CONFLICT
} else {
// Handle other errors
}
}
}- Wallee Ecosystem Team
Automatically generated by the OpenAPI Generator
Generator version: 7.13.0
Please see the license file for more information.