WakaPay Docs

API Reference

payment-gateway

← All tags

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.
get/payment-gateway

Get all payment gateways

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: PaymentGatewayController_findAlltag: payment-gatewaypermalink
post/payment-gateway

Create a new payment gateway

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: PaymentGatewayController_createtag: payment-gatewaypermalink
delete/payment-gateway/{id}

Delete payment gateway (soft delete)

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: PaymentGatewayController_removetag: payment-gatewaypermalink
get/payment-gateway/{id}

Get payment gateway by ID

Unknown

No detailed description provided for this operation in the OpenAPI spec.

operationId: PaymentGatewayController_findOnetag: payment-gatewaypermalink
patch/payment-gateway/{id}

Update payment gateway

Auth

No detailed description provided for this operation in the OpenAPI spec.

operationId: PaymentGatewayController_updatetag: payment-gatewaypermalink
get/payment-gateway/active

Get all active payment gateways

Unknown

No detailed description provided for this operation in the OpenAPI spec.

operationId: PaymentGatewayController_findActivetag: payment-gatewaypermalink
get/payment-gateway/by-code/{code}

Get payment gateway by code

Unknown

No detailed description provided for this operation in the OpenAPI spec.

operationId: PaymentGatewayController_findByCodetag: payment-gatewaypermalink