Gifting Error Codes
If any data validations fail, the request gets a response with a REJECTED status along with a text string explaining the reject reason. The following table provides the most common reasons for gift request rejections.
| Error Scenario | Rejection/Error Message |
|---|---|
| Account does not exist | Invalid account Id |
| Inventory Account does not exist | The Gift Account does not exist for this client |
Client submits the same clientTransactionId more than once | Duplicate clientTransactionId; the allocation request already exists |
| Currency does not exist | Invalid currency |
| Inventory unavailable for requested currency | Insufficient inventory to allocate the requested currency |
The clientTransactionId does not exists (when retrieving allocation details) | Invalid clientTransactionId |
Updated 2 months ago