Payment mode frontend
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Available scopes:
- : 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.
Path parameters
tenantstring · min: 3 · max: 16RequiredPattern:
Your Emporix tenant's name. Note: The tenant name should always be written in lowercase.
^[a-z][a-z0-9]+$Responses
200
Payment modes configured in the payment-gateway service for a given tenant that returns only properties publicly available.
application/json
401
Unauthorized
application/json
get
/payment-gateway/{tenant}/paymentmodes/frontendAuthorizations
OAuth2clientCredentialsRequired
Token URL:
Available scopes:
- : 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.
Path parameters
tenantstring · min: 3 · max: 16RequiredPattern:
Your Emporix tenant's name. Note: The tenant name should always be written in lowercase.
^[a-z][a-z0-9]+$idstringRequired
Unique identifier of a payment mode.
Responses
200
Payment modes configured in the payment-gateway service for a given tenant that returns only properties publicly available.
application/json
401
Unauthorized
application/json
404
Not found. The resource does not exist.
application/json
get
/payment-gateway/{tenant}/paymentmodes/frontend/{id}Last updated
Was this helpful?

