The LinkMoney connector endpoints provide FinGoal, CDP, and other developers tools to interact with the LinkMoney API's datastores and routes.
All routes on the LinkMoney connector require the connector JSON to contain four primary fields:
connectorParametersResponse
response
responseStatus
externalServicePayload
These fields are described more fully in the model tables below. Every request from tiles within an authentication CDP container - including the LinkMoney Tile - automatically have many of these fields populated through the container API connector functions.
Requests to the connector methods contain key user data, connector method invocation data, and other useful metadata to govern how the connector method should behave.
It is important to note that calls to the connector also contain a response
and a responseStatus
which are intentionally left blank. The connector will populate these parameters with the details of its response and respond to the tile with exactly the same schema that is described here. See the example request and example response for a concrete example of how this looks.