When you have signed up a new Merchant to use Banked, you will need to create a business
in Banked via the Partner API. You will be required to provide a few details about the Merchant for compliance reasons.
Due Diligence Checks
Every Business will need to undergo a due diligence check before live payments can be made. Please talk to your Banked Account Manager about how to perform due diligence checks.
To create a new business, send a POST request to the /businesses
endpoint of the Banked API. In the API response, you will receive a Business ID, as well as a list of business applications that have been created automatically. You can create additional business applications for that business ID using the /business_applications
endpoint of the Banked API.
The final step is to generate an authentication token scoped for the business application you want to use for payments. You can read more on this here.
That is it! Everything is set up to begin using Banked for payments by the businesses you have set up!