IPN
Instant Payment Notification
Última actualización
Instant Payment Notification
Última actualización
Every time a transaction is changed to a final status (completed, denied), Vita Business will send an IPN under the POST method with the status change data to the notification url (url_notify) provided by merchant.
Merchant is required to validate IPN info by calculating the signature according to request body and its headers (Authorization, X-Date, X-Login, X-Trans-Key).
Vita Business will send IPN every 10 minutes, for 30 days, until we get a 200 status code as reponse from merchant servers.
Field
Description
status
Transaction status
order
Unique order id provided by merchant
wallet
Wallet UUID and token
{ "token": "token", "uuid": "wallet_uuid" }