Webhook Notification Format
The format of the web hook that Pockyt will send to the IPN listener page provided by the merchant.
Parameter | Type | Description |
---|---|---|
transactionNo | string | The transaction id in Pockyt's system |
status | string | The status of the transaction |
amount | string | The transaction amount |
currency | string | The currency that the transaction was made in |
settleCurrency | string | The supported settlement currency |
time | string | The date and time when the transaction was created. Format: "YYYYMMDDHHMMSS |
reference | string | The invoice number associated with the transaction in the merchant's system |
vendorId | string | Provider transaction id |
note | string | Payment note |
verifySign | string | MD5 verification |
verifySign Validation
It's recommended that merchants validate the verifySign of incoming messages from Pockyt. This parameter is included in the incoming notification messages, and its validation ensures the authenticity of the notification. Merchants can refer to the tutorial on calculating the verifySign value for outgoing calls to Pockyt and apply the reverse process for incoming messages.
Notification timing
Pockyt will resend the notification up to 8 times over 2 hours after the initial API all. To notify Pockyt that the update has been received, the IPN listener must respond with a plain text 'success'.
Updated 2 months ago