User - Mangopay/mangopay2-ruby-sdk GitHub Wiki
Property | Type | More |
---|---|---|
Id | long | |
Tag | String | |
CreationDate | Time | |
PersonType | String | either ‘NATURAL’ or ‘LEGAL’ |
String |
Property | Type | More |
---|
| FirstName | String (<100 chars) | LastName | String (<100 chars) | Address | String (<255 chars) | Birthday | Date | Birthplace | String(<255 chars) | Nationality | String (ISO 3166-1 alpha-2) | CountryOfResidence | String (ISO 3166-1 alpha-2) | Occupation | String(<255 chars) | IncomeRange | 1 (-18K€, 2 (18-30K€), 3 (30-50K€), 4 (50-80K€), 5 (80-120K€), 6 (+120K€) | ProofOfIdentity | string | ProofOfAddress | string
Property | Type | More |
---|---|---|
Name | String | |
LegalPersonType | String | either ‘BUSINESS’ or ’ASSOCIATION’ |
HeadquartersAddress | String | |
LegalRepresentativeFirstName | String | |
LegalRepresentativeLastName | String | |
LegalRepresentativeAdress | String | |
LegalRepresentativeEmail | String | |
LegalRepresentativeBirthday | Date | |
LegalRepresentativeNationality | String | (ISO 3166-1 alpha-2) |
LegalRepresentativeCountryOfResidence | String | (ISO 3166-1 alpha-2) |
Statute | String | |
ProofOfRegistration | String | |
ShareholderDeclaration | String |
None
An Array of Users
MangoPay::User.fetch()
- user_id: the id of the user you want to fetch
A User Object
MangoPay::User.fetch(42344)