Zid Docs
Merchant APIPayment APIAppsThemes
Merchant APIPayment APIAppsThemes
Help Center
Slack
  1. Webhooks
  • 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. Webhooks

Payment Paid Event

Overview#

The "Payment Paid Event" is used to notify ZidPay of any updates regarding the status of a payment, whether it is successful or failed. This ensures that ZidPay is informed about the payment status and can update its records accordingly.
POST
/api/webhook/v1/thirdpartywebhook

Authorization#

Headers#

Authorization: Basic secret_key

Request Model#

PaymentStatusChangedDto definition:#

PropertyTypeDescription
idstringPayment ID on the provider side
statusstringPayment status,
Examples:
paid
failed
Previous
Link Merchant Event
Next
Refund Event
Built with