Webhook Test
How to Use This Form
Generate QR string using your Server Side QR Generator functionality
Input the generated QR String in the text field
Click 'Submit' and view the response provided by ByteWallet
Test
Request: The package of data being sent from ByteWalllet by using the scanned QR Code
Response: Server answer from request
tip
Add the following headers to your webhook before using this webhook test page to allow debugging:
header("Access-Control-Allow-Origin: *");
header('Access-Control-Allow-Methods: GET, POST');
header("Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization");