Onboarding API 2.0
The methods of the Onboarding API 2.0 are divided into two groups:
data
and merchants
. The data
methods let you gather information about the available parameters for merchant creation, while the merchants
methods let you create merchants and view already created merchants.Authorize all requests using OAuth 2.0 at the access token URL https://auth.sandbox.splitit.com/connect/token. You will need a
Client ID
and Client Secret
; the grant type is Client_Credentials
.The urls in this document call Splitit's sandbox server, for testing purposes. Once you are ready to enter production, change "sandbox" to "production" in each call, i.e. https://onboarding-v2.sandbox.splitit.com/api/data/get-countries becomes https://onboarding-v2.production.splitit.com/api/data/get-countries.
Last modified 4mo ago