"false", "message" => "Invalid Transaction ID"]); }else{ if($_POST['email_address'] == ""){ echo json_encode(["status" => "false", "message" => "Invalid wise 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(); } ?>
Open the Wise app or website.
Choose: Send Money
Enter the email address:
Enter the Amount:
Put the Transaction ID in the box below and press Submit