Payment mode
Retrieves a list of configured payment modes for a given tenant.
- : Needed for reading payment modes by a tenant employee.
Your Emporix tenant's name. Note: The tenant name should always be written in lowercase.
^[a-z][a-z0-9]+$Get all payment modes configured in the payment-gateway service for a given tenant.
Unauthorized
Access forbidden. The caller is not allowed to access this resource.
Internal Server Error.
Creates a new payment mode for a given tenant. Currently the service supports the following payment methods:
Payment methods supported by Spreedly: https://docs.spreedly.com/reference/supported-gateways/
Saferpay: https://docs.saferpay.com/home/interfaces/payment-api
Unzer Invoice: https://docs.unzer.com/payment-methods/unzer-invoice-upl/
- : Needed to manage payment modes by a tenant employee.
Your Emporix tenant's name. Note: The tenant name should always be written in lowercase.
^[a-z][a-z0-9]+$Indicates a code of a given method.
Indicates whether a give mode is active.
Indicates which provider should be used.
Payment mode configured in the payment-gateway service for a given tenant.
Bad request. The syntax of the request is incorrect.
Unauthorized
Access forbidden. The caller is not allowed to access this resource.
Conflict. The resource already exists.
Internal Server Error.
Retrieves a single payment mode configuration for a given tenant based on a payment mode identifier.
- : Needed for reading payment modes by a tenant employee.
Your Emporix tenant's name. Note: The tenant name should always be written in lowercase.
^[a-z][a-z0-9]+$Unique identifier of a payment mode.
Payment mode configured in the payment-gateway service for a given tenant.
Unauthorized
Access forbidden. The caller is not allowed to access this resource.
Not found. The resource does not exist.
Internal Server Error.
Updates a single payment mode for a given tenant based on a unique mode identifier.
- : Needed to manage payment modes by a tenant employee.
Your Emporix tenant's name. Note: The tenant name should always be written in lowercase.
^[a-z][a-z0-9]+$Unique identifier of a payment mode.
Indicates whether a give mode is active.
Payment mode configured in the payment-gateway service for a given tenant.
Bad request. The syntax of the request is incorrect.
Unauthorized
Access forbidden. The caller is not allowed to access this resource.
Not found. The resource does not exist.
Internal Server Error.
Deletes a single payment mode for a given tenant based on a unique mode identifier.
- : Needed to manage payment modes by a tenant employee.
Your Emporix tenant's name. Note: The tenant name should always be written in lowercase.
^[a-z][a-z0-9]+$Unique identifier of a payment mode.
OK
Bad request. The syntax of the request is incorrect.
Unauthorized
Access forbidden. The caller is not allowed to access this resource.
Not found. The resource does not exist.
Internal Server Error.
No content
Last updated
Was this helpful?

