Peach Payments · AsyncAPI Specification

Peachpayments Webhooks

Version

View Spec View on GitHub PaymentsFintechAfricaPayment GatewayCheckoutPayoutsAsyncAPIEvents

AsyncAPI Specification

Raw ↑
generated: '2026-07-17'
method: searched
type: Webhooks
source: >-
  https://developer.peachpayments.com/docs/reference-webhooks +
  https://developer.peachpayments.com/docs/checkout-webhooks +
  https://developer.peachpayments.com/docs/payment-links-webhooks
notes: >-
  Peach Payments documents webhooks but publishes no AsyncAPI document. This
  artifact captures the webhook catalog. Webhooks are configured per product in
  the Dashboard ("Add webhook URL"); the endpoint must return HTTP 200 and use
  HTTPS in live.
delivery:
  transport: HTTP POST to merchant-configured URL
  ack: HTTP 200 required
  retry_window_days: 30
  backoff: exponential (2, 4, 8, 15, 30 minutes, then hourly)
  ordering: not guaranteed; order events by the payload timestamp field
security:
  signing: HMAC-SHA256 (opt-in via support request)
  headers:
    - x-webhook-signature-algorithm
    - x-webhook-timestamp
    - x-webhook-id
    - x-webhook-signature
  signature_message: '{timestamp}.{webhookId}.{url}.{payload}'
  replay_protection: x-webhook-id correlates and de-duplicates deliveries
channels:
  - product: Checkout
    docs: https://developer.peachpayments.com/docs/checkout-webhooks
    events:
      - status: created
        description: A Checkout instance launched and the session initiated.
      - status: pending
        description: Payment initiated; awaiting customer completion.
      - status: successful
        description: Customer completed a payment, or a refund succeeded (final).
      - status: uncertain
        description: Possible cancellation / 30-minute timeout (final).
      - status: cancelled
        description: Customer cancelled the payment (final).
  - product: Payment Links
    docs: https://developer.peachpayments.com/docs/payment-links-webhooks
    events:
      - status: transaction status change
        description: Payment link paid / status transition notifications.
  - product: Payouts
    docs: https://developer.peachpayments.com/docs/payouts-release-notes
    events:
      - status: bank account verification update
        description: Notifies of a bank account verification result (bankVerificationUpdated).
      - status: float allocation update
        description: Optional payout float-allocation notifications (toggle).

Work with this as data

Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for asyncapi

4 MCP tools reach this
  • find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/peachpayments-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.