After successful payment execution, a POST request with information about the payment is sent to the notification URL specified in the project settings.
Request parameters
JWT token — response signature from the server. It is signed with a secret key generated in the project settings. Additionally, UUID of the invoice is added to the token. The token is valid for 5 minutes after the notification is created. It is generated each time a payment notification is sent.