Your IP : 3.135.209.20
<?php
require_once('lib/connection.php');
// $response = '{
// "type": "payment",
// "uuid": "f0faedcf-aae4-41d7-9a31-23adec816740",
// "order_id": "168383353",
// "amount": "70.00000000",
// "payment_amount": "70.00000000",
// "payment_amount_usd": "4.30",
// "merchant_amount": "67.90000000",
// "commission": "2.10000000",
// "is_final": true,
// "status": "paid",
// "from": null,
// "wallet_address_uuid": null,
// "network": "tron",
// "currency": "TRX",
// "payer_currency": "TRX",
// "additional_data": "Some additional info",
// "convert": {
// "to_currency": "USDT",
// "commission": null,
// "rate": "0.06193320",
// "amount": "4.16321164"
// },
// "sign": "0636f..."
// }';
$response = file_get_contents('php://input');
$pro->webhookCryptomus($response);
?>