Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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. The payload will contain:

  • abankConnectionId, paymentId or standingOrderId - when if the Web Form is completed successfully, . These ids can be used in Access to get more data on the bank connection or payment data.

  • (optionally) an 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.

...