Skip to content

Type payin

This notification is sent when the payment status changes.

Contents of the data object

NameTypeDescription
idintegerPayment ID in our system
order_idstringPayment ID in your system
amountnumberPayment amount
currencystringPayment currency
statusstringPayment status

Webhook example

json
{
	"type": "payin",
	"data": {
		"id": 123456,
		"order_id": "ORDER-789",
		"amount": 100.50,
		"currency": "USD",
		"status": "success"
	},
	"salt": "a9f3c2d8e4b1",
	"sign": "d41d8cd98f00b204e9800998ecf8427e"
}

Additional

🔗 Payment Status List

SeverPay.io API Documentation