<pre>++++++++++++++++++++++ New request ++++++++++++++++++++++: <br/>-------------------------------</pre><pre>FullUrl: https://api.sandbox.mangopay.com/v2.01/your-client-id/users/210513027<br/>-------------------------------</pre><pre>RequestType: GET<br/>-------------------------------</pre><pre>HTTP Headers: Array
(
[0] => Content-Type: application/json
[1] => User-Agent: MangoPay V2 SDK PHP 3.27.0
[2] => Authorization: bearer 6c2c0d1ee7d348afa1a7e69f648e739f
)
<br/>-------------------------------</pre><pre>Response JSON: {"Address":{"AddressLine1":"AddressLine1","AddressLine2":"AddressLine2","City":"City","Region":"Region","PostalCode":"11222","Country":"FR"},"FirstName":"Victor","LastName":"Hugo","Birthday":null,"Nationality":null,"CountryOfResidence":null,"Occupation":null,"IncomeRange":null,"ProofOfIdentity":"213918409","ProofOfAddress":null,"Capacity":"NORMAL","PhoneNumber":null,"PhoneNumberCountry":null,"OTPCodeSent":false,"Id":"210513027","Tag":"custom tag","CreationDate":1701775105,"PersonType":"NATURAL","Email":"victor@hugo.com","KYCLevel":"REGULAR","TermsAndConditionsAccepted":false,"TermsAndConditionsAcceptedDate":null,"UserCategory":"PAYER","UserStatus":"ACTIVE"}<br/>-------------------------------</pre><pre>Response object: stdClass Object
(
[Address] => stdClass Object
(
[AddressLine1] => AddressLine1
[AddressLine2] => AddressLine2
[City] => City
[Region] => Region
[PostalCode] => 11222
[Country] => FR
)
[FirstName] => Victor
[LastName] => Hugo
[Birthday] =>
[Nationality] =>
[CountryOfResidence] =>
[Occupation] =>
[IncomeRange] =>
[ProofOfIdentity] => 213918409
[ProofOfAddress] =>
[Capacity] => NORMAL
[PhoneNumber] =>
[PhoneNumberCountry] =>
[OTPCodeSent] =>
[Id] => 210513027
[Tag] => custom tag
[CreationDate] => 1701775105
[PersonType] => NATURAL
[Email] => victor@hugo.com
[KYCLevel] => REGULAR
[TermsAndConditionsAccepted] =>
[TermsAndConditionsAcceptedDate] =>
[UserCategory] => PAYER
[UserStatus] => ACTIVE
)
<br/>-------------------------------</pre><pre>Response headers: Array
(
[0] => HTTP/2 200 -
[1] => date: Tue, 26 Mar 2024 12:34:59 GMT
[2] => content-type: application/json; charset=utf-8
[3] => content-length: 665
[4] => cache-control: no-cache
[5] => pragma: no-cache
[6] => expires: -1
[7] => x-ratelimit: 6
[8] => x-ratelimit-remaining: 2294
[9] => x-ratelimit-reset: 1711457340
[10] => x-ratelimit: 13
[11] => x-ratelimit-remaining: 4487
[12] => x-ratelimit-reset: 1711458240
[13] => x-ratelimit: 13
[14] => x-ratelimit-remaining: 8787
[15] => x-ratelimit-reset: 1711460040
[16] => x-ratelimit: 101
[17] => x-ratelimit-remaining: 105499
[18] => x-ratelimit-reset: 1711542780
[19] => server: APISIX{"Address":{"AddressLine1":"AddressLine1","AddressLine2":"AddressLine2","City":"City","Region":"Region","PostalCode":"11222","Country":"FR"},"FirstName":"Victor","LastName":"Hugo","Birthday":null,"Nationality":null,"CountryOfResidence":null,"Occupation":null,"IncomeRange":null,"ProofOfIdentity":"213918409","ProofOfAddress":null,"Capacity":"NORMAL","PhoneNumber":null,"PhoneNumberCountry":null,"OTPCodeSent":false,"Id":"210513027","Tag":"custom tag","CreationDate":1701775105,"PersonType":"NATURAL","Email":"victor@hugo.com","KYCLevel":"REGULAR","TermsAndConditionsAccepted":false,"TermsAndConditionsAcceptedDate":null,"UserCategory":"PAYER","UserStatus":"ACTIVE"}
)
<br/>-------------------------------</pre>MangoPay\UserNatural Object
(
[Id] => 210513027
[Tag] => custom tag
[CreationDate] => 1701775105
[PersonType] => NATURAL
[Email] => victor@hugo.com
[KYCLevel] => REGULAR
[TermsAndConditionsAccepted] =>
[TermsAndConditionsAcceptedDate] =>
[UserCategory] => PAYER
[FirstName] => Victor
[LastName] => Hugo
[Address] => MangoPay\Address Object
(
[AddressLine1] => AddressLine1
[AddressLine2] => AddressLine2
[City] => City
[Region] => Region
[PostalCode] => 11222
[Country] => FR
)
[Birthday] =>
[Nationality] =>
[CountryOfResidence] =>
[Occupation] =>
[IncomeRange] =>
[ProofOfIdentity] => 213918409
[ProofOfAddress] =>
[Capacity] => NORMAL
)