[insert_php]

$ebanx_integration_key = ‘198d759b2cc3fa221bddb81b284fced479f4f87699dfc3c6d376b1a755f977971669aced522d8ae7f5e31185bf76aa1eae72’;
$ebanx_target_url = ‘https://sandbox.ebanx.com/’;

$response = file_get_contents($ebanx_target_url.’ws/query/?integration_key=’.$ebanx_integration_key.’&hash=’.$_REQUEST[‘hash’]);
$php_resp = json_decode($response);

echo ‘dong this way’;
print_r($php_resp);
[/insert_php]