API Reference
payment-gateway
Purpose
This group contains endpoints tagged together in the OpenAPI spec. Use the summaries below to understand what each endpoint does.
When to use
- Prefer calling APIs from your backend to avoid exposing secrets.
- Handle errors consistently and log request IDs for support.
Endpoints (7)
Click an endpoint to jump to its details.
/payment-gatewayGet all payment gateways
/payment-gatewayCreate a new payment gateway
/payment-gateway/{id}Delete payment gateway (soft delete)
/payment-gateway/{id}Get payment gateway by ID
/payment-gateway/{id}Update payment gateway
/payment-gateway/activeGet all active payment gateways
/payment-gateway/by-code/{code}Get payment gateway by code
/payment-gatewayGet all payment gateways
No detailed description provided for this operation in the OpenAPI spec.
/payment-gatewayCreate a new payment gateway
No detailed description provided for this operation in the OpenAPI spec.
/payment-gateway/{id}Delete payment gateway (soft delete)
No detailed description provided for this operation in the OpenAPI spec.
/payment-gateway/{id}Get payment gateway by ID
No detailed description provided for this operation in the OpenAPI spec.
/payment-gateway/{id}Update payment gateway
No detailed description provided for this operation in the OpenAPI spec.
/payment-gateway/activeGet all active payment gateways
No detailed description provided for this operation in the OpenAPI spec.
/payment-gateway/by-code/{code}Get payment gateway by code
No detailed description provided for this operation in the OpenAPI spec.