...
AWAITING_AUTHORISATION - Awaiting authorization
AUTHORIZED - Authorized
REJECTED - Rejected
CONSUMED - Consumed
...
...
Note |
---|
The order of events follows the flow of the state machine above, however, due to the processing/transition time of each event being very fast and due to issues relating to speed and latency in the response times of RESTful calls, it may be that the event consent:consumed arrives before the consent:finish event on the webhook endpoint. However, we advise you to follow the order described and check the event generation timestamp. |
Event | Description |
---|---|
before:consent:create | We received a request for a consent creation. |
after:consent:create | All the consent fields were validated, it´s following all the needed standards and it has been created. |
consent:approved | The consent has been approved by user. |
consent:rejected | The consent has been rejected by user. |
consent:consumed | The consent has been consumed by the Financial Institution. |
consent:polling | Polling to check the payment status at the Financial Institution. |
consent:finish | The money has been transfered succesfully or there was any error reported by one of the Financial Institutions involved in the transaction. More information is provided inside the field data. |
consent:expired | The consent has been expired. It was not approved or rejected after 5 minutes from creation OR after approving/rejecting it was not consumed in 70 minutes. |
consent:revoke | Consent revoked by user (usualy after approval) |
...