Visual represntation of Airalo's /v2/notifications/opt-in endpoint flow#
Note: you can review the possible opt-in requests here. Visual represntation of Airalo's webhook notification flow#
Webhook Server Code snippets#
Please use the following as pseudo code only to help you get the starting idea on how to implement your own webserver. They are not production ready solutions.
Please check again how to handle the airalo-signature header and the benefits of using it in your flow here. PHP (async order example)#
Python (async order example)#
Nodejs (async order example)#