I am trying to switch to making every one signup verified instead of unverified to eliminate the process of upgrading to verified, unverified works fine but when i try to send the extra info to make it a verified create customer i get badRequest response back. This is the json of what im sending
{
“firstName”:“dustin”,
“lastName”:“robinson”,
“email":"test@test.com”,
“type”:“personal”,
“address1”:“34 main st”,
“city”:“birmingham”,
“state”:“al”,
“postalCode”:“35126”,
“dateOfBirth”:“1985-12-20”,
“ssn”:“3333”
}
changed some of the personal data to submit this.
But using the exact same baseaddress and headers as i was with unverified customer which worked this doesnt work am i missing something?
