Discussion

Ask a Question
Back to All

Getting "Account or Customer Not Found or Inactive" error

sdk.createOrder({
recipient: {firstName: 'Munneb Dev', email: '[email protected]'},
sendEmail: true,
utid: 'U935268',
accountIdentifier: 'ACC12',
amount: 10,
customerIdentifier: 'uuid7'
})

error:

{
"timestamp": "2023-07-13T11:26:59.699305396Z",
"requestId": "fcdcab6c-dd2a-4a7e-88f4-bd5ea2b26320",
"path": "/raas/v2/orders",
"httpCode": 422,
"httpPhrase": "Unprocessable Entity",
"errors": [
{
"code": 422001,
"i18nKey": "404.089",
"message": "Account or Customer Not Found or Inactive"
}
]
}