Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Body
Details about your end user. These details are used to improve conversion and streamline the linking flow, and to support the MoneyID system, which provides enhanced debugging and improved privacy controls for your end user.
For Oauth linking, a URI indicating the destination, in your application, where the user should be sent after authenticating with the institution. The redirect_uri should not contain any query parameters, and it must be pre-approved by MoneyKit during the customer setup process.
1 - 65536"https://yourdomain.com/oauth.html"
If provided, these settings will override your default settings for this session.
Supply the existing link_id if you are asking the user to reconnect this link.
"mk_eqkWN34UEoa2NxyALG8pcV"
The ID of the institution you want to link to. Providing this will skip the institution selection step. existing_link_id will take precedence over this field if both are provided.
"c7318ff7-257c-490e-8242-03a815b223b7"
The destination URL to which any webhooks should be sent.
1 - 65536"https://yourdomain.com/moneykit_webhook"
You can supply one or more arbitrary strings as tags to describe this link.
["smoke_test", "user_type:admin"]Enables optional testing and UI features.
Response
Successful Response
A unique token identifying this link session.
"c7318ff7-257c-490e-8242-03a815b223b7"