Skip to main content
Create account
This API MUST be implemented by the Partner. Platform’s backend will consume it by sending the user’s data for account opening.
Our backend will consume this service by performing a POST request to: [Base-URL]/CreateAccount. This endpoint will only be used when the Partner has account creation configured as Dynamic. Expected behavior: This endpoint is invoked when our systems require the formal creation of an account associated with a user’s personal data and documents. The partner must register the account and respond with a unique identifier for the new account (AccountIdentifier).

Body

application/json
TransactionId
string
required
PersonalData
object
required

Personal information. At least one of PhoneNumber or Email must be provided.

Amount
number<double>
required
Currency
string
required

3 chars

ExchangeRate
number<double>
required
PersonalDocuments
object[]

Response

200 - application/json

Ok

AccountIdentifier
string
required
Success
boolean
required
ResponseDescription
string
required
DisplayName
string

Max 10, Only these chars -> [-_a-zA-Z0-9]