ebs.callAction

Calls by ID an internal endpoint set up on the FintechOS platform.

Syntax

Copy
ebs.callAction(actionId: string, data: any, callback: any, errorCallback: any): void
 
Parameter Description
actionId The ID of the endpoint you wish to access

data

Key-value pairs of any input parameters to be passed to the internal endpoint in JSON format.

Response

The response indicates the result of the code execution, depending on the endpoint's function.