Working with webhooks and tokenization
If you use the tokenization workflows that are asynchronous we recommend that you subscribe to at least the webhooks listed here:
Track successes​
By subscribing to the walley:order:created you can receive the OrderId of the order created from the success of this authorization. You will need this OrderId if you want to utilize the Order Management api.
Track failures​
By subscribing to walley:authorization:retrying and walley:authorization:failed webhooks you can follow all the reasons why we are at the moment not able to a fulfill the authorization.
The Reason property in the webhook payload will give you a hint on what went wrong. The possible reasons can be found here.
Testing webhooks​
If you want to test the webhooks we recommend looking at Testing Authorizations with an asynchronous attempt schedule.