Public
Documentation Settings

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.

Sign Up for a Sandbox Account

Authentication

POSTExchange Client Credentials

/oauth2/token
Bodyurlencoded
grant_type

client_credentials

client_id
client_assertion_type

urn:ietf:params:oauth:client-assertion-type:jwt-bearer

client_assertion

POSTRefresh Access Token

/oauth2/token
Bodyurlencoded
grant_type

refresh_token

refresh_token
client_id
client_assertion_type

urn:ietf:params:oauth:client-assertion-type:jwt-bearer

client_assertion
Loading