<aside> ✅ Starting with version 4.26
</aside>
When the payment status of an order is changed to Payed, JSON data will be sent to the link that was registered as a data recipient for the order_paid event using the PUT method in the request body:
Data example
{
"order_id": 50,
"user": 12,
"delivery_name": "Nataliia Ivanchenko",
"delivery_email": "[email protected]",
"delivery_phone": "+38 (050) 000-00-00",
"payed": 1
}
Values: