Server Admin
Server Info
File Manager
Commander
MySQL Client
PHP Info
Editing: test.php
<?php ?> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> </head> <script> var settings = { "url": "https://test.onlinecheckwriter.com/api/v3/payees", "method": "POST", "timeout": 0, "headers": { "Content-Type": "application/json", "Accept": "application/json", "Authorization": "Bearer 3YjUsam1CYn08P6d5L4Djcbf6Xd2AKTztGBZsGJht8TGvkops0IsmqF4rQwW" }, "data": JSON.stringify({ "payees": [ { "name": "Alisosssn naveen22 k", "nickName": "", "company": "", "email": "email@test.com", "phone": "900244400", "address1": "95113 mark street rod", "address2": "", "city": "Sanjose", "state": "CA", "zip": "95113", "country": "US" } ] }), }; $.ajax(settings).done(function (response) { console.log(response); }); </script>
Save Changes
Back to File Manager