Zid Docs
Merchant APIPayment APIAppsThemes
Merchant APIPayment APIAppsThemes
Help Center
Slack
  1. Payment API
  • Merchant Activation
  • Submitting
  • Webhooks
    • Link Merchant Event
    • Payment Paid Event
    • Refund Event
  • Payment
    • Direct Payment
    • Embedded Payment
  • ApplePay
    • ApplePay Checkout
    • On Payment Authorized
    • Register ApplePay Domain
      POST
    • On Providing Merchant Validation
      POST
    • Execute Payment Request
      POST
  1. Payment API

Webhooks

Overview#

This section describes the Webhook endpoint used to send events to ZidPay. It outlines all the necessary webhook events and their specifications.
Path:
/api/webhook/v1/thirdpartywebhook
Request Model:
Input ParameterTypeDescriptionRequired
typestringEvent type
Types:
“merchant_linked”,
“payment_paid”,
“refund_status_changed”
Y
thirdPartyIdstringProvider Unique ID,
Which is assigned to each provider on the initial phases of the integration
Y
merchantIdstringMerchant ID on the provider sideY
dataObjectEach Event has its own object dto,
Examples:
Link Merchant Event,
Payment Paid Event,
Refund Event
Y
Previous
Submitting
Next
Link Merchant Event
Built with