-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
Steps to reproduce:
- Receive a callback as described here: https://doc.bunq.com/api/1/page/callbacks
What should happen:
- There is a model available so that you can do the following:
$callbackModel = NotificationUrl::fromJson($CallbackJson);
$callbackModel->getReferencedObject();
if (!$callbackModel isntanceof CallbackModelImExcpeting) {
throw new Exception();
}
What happens:
- Such thing is not possible yet
Logs
- Logs
no logs
Extra info:
- Tested on 0.12.2