- Create a new Clover app, upload the APK found in
app/release/
to your dev dashboard - Make sure the debug cable is attached to your Clover device and computer
- Start the app
- Grab the Auth Token from LogCat
- Make a POST request to
{{baseUrl}}/v3/apps/{{appId}}/merchants/{{merchantId}}/notifications
with the following JSON body (replaceorderId
with an actual order ID):
{
"event": "test_notification",
"data": "{{orderId}}"
}