Hi, when I try to create a new customer. It gives me this error.
if I use the dwolla-2 npm package with the same info I get the message: ‘The supplied credentials are not authorized for this resource.
It seems the client is created without errors. but when I try to create a new customer by passing the customer data and type personal:
it responds with:
body: {
code: ‘Forbidden’,
message: ‘The supplied credentials are not authorized for this resource.’
}