Community
Create Account returns SC:403, EM:Permission
about 2 years ago by [email protected](edited)
We're trying to create an Account for PUSHING to. This is the body we send out in OOP style:
CreateAccountRequest(
referenceID=OPKRSTUVWXY--e,
card=Card(
accountNumber=************9990,
expirationDate=202412,
keyID=null,
data=null,
token=null,
device=null
),
bank=null,
owner=Owner(
name=Name(
company=null,
first=Tester,
middle=null,
last=Employee,
suffix=null
),
address=null,
phone=null
)
)
This is the response we get:
{
SC: 403,
EC: "3C4E1491",
EM: "Permission"
}
Any clues?
Thanks!