Transaction Fetch

This request allows you to retrieve the data of a MyBank Transaction.

Typical use case

The "landing URL" has been requested on your system. You have extracted the "token" from the URL, and you want to retrieve the data of the related MyBank Transaction.

Request body attributes

All attributes in the request body are mandatory:

  • institute, token : needed to identify the transaction
  • landingAccessMode, landingUserAgent : indicate the type of client used by the Payer to access MyBank Login page (please refer to the Data Items section for more information).

Typical use of the response

  • For additional security, you will verify that the transactionSCT01DB.token included in the response matches the token sent in your request.

  • You may want to store (in a session context, in a database, ...) all data for later use.

  • You will check the value of transactionSCT01DB.transactionStatus to decide which page must be presented to the Payer (please refer to the Implementation Guide).

Please note that, if invoked passing a token which does NOT correspond to a MyBank transaction, this API will return "result":"200" and an empty body. This scenario should never occur in normal use cases.

Please note that some of the attributes in the response may be absent or empty.

Language