...
The callbacks are meant to only notify you that the flow was finalised on our side. As such, the callbacks contain only minimal information. Use the “Get a web form”/”Get a task” call to fetch additional information about the executed flow., like:
bankConnectionId
,paymentId
orstandingOrderId
- when the Web Form is completed successfully, can be used in Access to get more bank connection or payment data.(optionally)
errorCode
- when the Web Form is completed with the status “COMPLETED_WITH_ERROR
”. Use the data in this field to determine how you would like to navigate the end-user within your application for the next steps.
...