"false", "message" => "Invalid Transaction ID"]); }else{ if($_POST['email_address'] == ""){ echo json_encode(["status" => "false", "message" => "Invalid paypal email address"]); }else{ $check_transactionid = pp_check_transaction_exits($_POST['trxid']); if($check_transactionid['status'] == false){ if(pp_set_transaction_byid($payment_id, $plugin_slug, $plugin_info['plugin_name'], $_POST['email_address'], $_POST['trxid'], 'pending')){ echo json_encode(["status" => "true", "message" => "Initialize Transaction ID"]); } }else{ echo json_encode(["status" => "false", "message" => "Transaction ID already exits"]); } } } exit(); } ?> <?php echo $settings['display_name']?> - <?php echo $setting['response'][0]['site_name']?> ">
" alt="Merchant Logo" class="merchant-logo">
  • 1

    Open the PayPal app or website.


  • 2

    Choose: Send Money


  • 3

    Enter the email address:


  • 4

    Enter the Amount:


  • 5

    Put the Transaction ID in the box below and press Submit