Skip to main content

Webhook Test

How to Use This Form

  1. Generate QR string using your Server Side QR Generator functionality

  2. Input the generated QR String in the text field

  3. 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

QR String

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");