Community
Create account fails with 403
4 months ago by Ramiro Allen
I'm trying to create an account by calling this endpoint:
I'm passing the provided Bearer token in the header and this is my payload:
{"referenceID":"123","card":{"token":"58-9-3701392"},"owner":{"name":{"company":"test","first":"john","middle":"","last":"Doe","suffix":"Jr."},"address":{"line1":"22 Ocean Dr","line2":"","city":"Miami","state":"FL","zipcode":"1305963","country":"840"},"phone":{"countryCode":"1","number":"3058906132"}}}
but this is the response I'm getting:
403 Forbidden403 Forbidden
nginx