Create a new LINK NPLE
POST/sint/linkNPLE/new
Create a new LINK NPLE
Request
- application/json
Body
Data to send
Natural person UUID
Legal entity UUID
Shows if the link is active or not. Use to disable an existing link. false=Inactive; true=Active
false=No UBO (Ultimate Beneficial Owner); true=UBO
Rate of Ownership or Detention. Integer. An 18.5% Detention will be keyed 18500. Mandatory if BeneCo=true
Direct Ownership
Indirect Ownership
Voting Rights
Bare Ownership
Legal Representative
Trustee
Protector
Settlor
Trust Beneficiary
Non-Profit Organization
Bond Holder
Trust (under French law)
Trustee (under French law)
Other
Attorney/Mandatary
Position of the Attorney or Mandatary
Mandatary through a Legal Entity
If MandataryLE=true, Mandatary Company Name
Contact Person
Signatory in the Meaning of Olkypay Payment Services T&Cs
Access to the Olkypay Account via web-banking. 0=No Access; 1 to N = Access rank according to authorizations granted in the addendum
Access to the OlkyWallet Account via webApp. 0=No Access; 1 to N = Access rank according to authorizations granted in the addendum
Is Active
Responses
- 200
- 401
- 4XX|5XX
Link NP-LE created
- application/json
- Schema
- Example (from schema)
Schema
{
"success": "true",
"uuid": "25d2a808-aa55-4ce9-983b-ba6ae46fadc7"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
{
"code": "401",
"message": "JWT Token not found"
}
An error occured
- application/json
- Schema
- Example (from schema)
Schema
{
"success": "false",
"code": "400",
"internal_code": "3001",
"message": "Incorect data"
}