Account Details Are Missing
Overview
400 - Bad Request: This error occurs when the request payload for disbursements is missing required account details necessary for processing.
Common Causes and How to Resolve
- Missing Payment Details: Missing the required payment details for a specific payment method may result in this error. For instance, in a KES till number disbursement, the request payload below would trigger an error because the till number value is missing, even though it is mandatory for this payment method.
How To Resolve: Double-check the required fields for the specified payment method in the API reference for disbursements.
Best Practices
- Always Include Required Fields:
- Verify from the API documentation the list of required account or payment related details before sending a request.
- Validate Input Fields:
- Implement validation on the client side to ensure all necessary account details are included before submitting the request to avoid missing fields.
If the issue persists, please contact our team at support@niobi.co.