Webhook Notification Format

The format of the web hook that Pockyt will send to the IPN listener page provided by the merchant.

ParameterTypeDescription
transactionNostringThe transaction id in Pockyt's system
statusstringThe status of the transaction
amountstringThe transaction amount
currencystringThe currency that the transaction was made in
settleCurrencystringThe supported settlement currency
timestringThe date and time when the transaction was created.
Format: "YYYYMMDDHHMMSS
referencestringThe invoice number associated with the transaction in the merchant's system
vendorIdstringProvider transaction id
notestringPayment note
verifySignstringMD5 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'.