WakaPay Docs

API Reference

Payment Link

← 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-link

Get all payment links

Auth

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

operationId: PaymentLinkController_findAlltag: Payment Linkpermalink
post/payment-link

Create a new payment link

Auth

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

operationId: PaymentLinkController_createtag: Payment Linkpermalink
get/payment-link/{id}

Get a payment link by id

Auth

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

operationId: PaymentLinkController_findOnetag: Payment Linkpermalink
patch/payment-link/{id}

Update a payment link

Auth

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

operationId: PaymentLinkController_updatetag: Payment Linkpermalink