Safe Haven MFB API Reference
As a Safe Haven MFB customer, you can use our API to automate your business processes.
For example, you can create accounts, view balances, manage beneficiaries, and make transfers without manual effort in the WebUI interfaces. This saves time and reduces costs and errors.
You can get a Sandbox account to test your application before you push changes to production.
Authentication
POSTExchange Client Credentials
/oauth2/token
Bodyurlencoded
grant_type
client_id
client_assertion_type
client_assertion
POSTRefresh Access Token
/oauth2/token
Bodyurlencoded
grant_type
refresh_token
client_id
client_assertion_type
client_assertion
Loading