Payment mode frontend
Retrieves a list of configured payment modes for a given tenant with publicly available properties (excluding all secrets, signatures etc). The endpoint should be used by a frontend application to fetch all the possible payment methods configured for a particular tenant. No scope is required.
- : Needed for reading payment modes by a tenant employee.
- : Needed to manage payment modes by a tenant employee.
- : Needed to perform a payment authorization flow by a tenant employee.
- : Needed to perform a payment capture flow by a tenant employee.
- : Needed to perform a payment refund flow by a tenant employee.
- : Needed to perform a payment cancel flow by a tenant employee.
- : Needed to read all transaction details by a tenant employee.
Your Emporix tenant's name. Note: The tenant name should always be written in lowercase.
^[a-z][a-z0-9]+$Payment modes configured in the payment-gateway service for a given tenant that returns only properties publicly available.
Unauthorized
Retrieves a single payment mode for a given tenant with publicly available properties (excluding all secrets, signatures etc). The endpoint should be used by a frontend application to fetch a payment method configuration for a particular tenant. No scope is required.
- : Needed for reading payment modes by a tenant employee.
- : Needed to manage payment modes by a tenant employee.
- : Needed to perform a payment authorization flow by a tenant employee.
- : Needed to perform a payment capture flow by a tenant employee.
- : Needed to perform a payment refund flow by a tenant employee.
- : Needed to perform a payment cancel flow by a tenant employee.
- : Needed to read all transaction details 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 modes configured in the payment-gateway service for a given tenant that returns only properties publicly available.
Unauthorized
Not found. The resource does not exist.
Last updated
Was this helpful?

