URL: 'https://api.sandbox.hyperwallet.com/rest/v3/users' Headers: Array ( [0] => Authorization: Basic cmVzdGFwaXVzZXJANzk2NDkxODE2MTE6eGZpbGVzMTI= [1] => Content-Type: application/json [2] => Accept: application/json ) Request: '{ "profileType": "INDIVIDUAL", "clientUserId": "lnikkon", "firstName": "Lord", "lastName": "Nikkon", "email": "lnikkon@paypal.com", "dateOfBirth": "1985-10-04", "addressLine1": "123 Main Street", "city": "LaVista", "country": "US", "stateProvince": "NE", "postalCode": "68128", "programToken": "prg-093a6059-a300-47a2-8b35-8d95ba3e3653" }' Response: { "errors" : [ { "message" : "The information entered does not match our records. Please try again.", "code" : "INCORRECT_LOGIN_CREDENTIALS" } ] }