Skip to content

Instantly share code, notes, and snippets.

@wajihkm
wajihkm / callback.php
Created May 17, 2020 11:00
ExpressCheckout handle response
<?php
if (isset($_POST['transaction_id'])) {
file_put_contents('result.txt', json_encode($_POST));
echo 'Done';
} else if ($_REQUEST['t'] == 'cancel') {
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PayTabs - Express checkout v3</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
</head>