Transaction List API - POST MFA

This endpoint can be used to refresh the session of an institution with MFA by sending a new OTP to end-user. Currently, E-Wallet can use this customization.

Request Parameters

Key Parameters

Data Type

Description

public_access_token

String

Unique Identifier token for clients, Also called as public_access_token

user_access_token

String

Unique access token that is generated after a successful connection by the user

Response Parameters

Key Parameters

Data Type

Description

job_id

String

Unique Id for request, It will help to map callback response

You can check the async(callback) responsehere.

Language
Click Try It! to start a request and see the response here!