Create an account holder
POST {{baseUrl}}/accountHolders
Creates an account holder linked to a legal entity.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"balancePlatform": "YOUR_BALANCE_PLATFORM",
"description": "Liable account holder used for international payments and payouts",
"legalEntityId": "LE322JV223222D5GG42KN6869",
"reference": "S.Eller-001",
"capabilities": {
"receiveFromPlatformPayments": {
"enabled": true,
"requested": true,
"allowed": false,
"verificationStatus": "pending"
},
"receiveFromBalanceAccount": {
"enabled": true,
"requested": true,
"allowed": false,
"verificationStatus": "pending"
},
"sendToBalanceAccount": {
"enabled": true,
"requested": true,
"allowed": false,
"verificationStatus": "pending"
},
"sendToTransferInstrument": {
"enabled": true,
"requested": true,
"allowed": false,
"requestedSettings": {
"interval": "daily",
"maxAmount": {
"currency": "EUR",
"value": 0
}
},
"verificationStatus": "pending"
}
},
"id": "AH3227C223222H5J4DCLW9VBV",
"status": "active"
} |
ENDPOINTS