Payskin API - EN
  • 👋Introduction
  • Overview
    • 🔐Authorization
    • ➕Transaction creation
    • 🧲Fetching transaction
    • 🔔Notifications
    • 🔙Refunds
  • 💵Withdraws
Powered by GitBook
On this page
  1. Overview

Notifications

Notifications are sent to notifyUrl given during transaction creation. The notification has following body:

Each request is signed by "Signature" header the header is calulated by following sha256 hash

${jsonPaysload}.${signature}

You can get signature from client panel settings tab.

Example notification body:

{ 
 "id": "uuid"
 "amount": "1", 
 "status": "FAIL" || "SUCCESS", 
}

PreviousFetching transactionNextRefunds

Last updated 1 year ago

🔔