Table of contents

Key things to handle

In the Bulkpe API, timestamps are managed and stored in Coordinated Universal Time (UTC). To convert these timestamps to Indian Standard Time (IST), you can simply add UTC + 5:30. This ensures accurate and consistent time representation for your data.

Understanding the states of a transaction is crucial for effective management. In the Bulkpe API, transactions can be in the following states:

  • Pending: The transaction is yet to be processed by the bank or any stakeholders involved.
  • Success: The transaction has been processed successfully.
  • Failed: The transaction encountered an issue and failed. You can retry manually if needed.

For detailed information on transaction states, refer to the description provided in the API response or callback, accessible through the "message" parameter.

200 OK: The request was successful. The server returned the requested data.

400 Bad Request: The server could not understand the request due to invalid syntax. Check the request parameters and try again.

401 Unauthorized: Authentication is required and has failed or has not yet been provided. Ensure your API key or credentials are correct.

500 Internal Server Error: The server encountered an unexpected condition that prevented it from fulfilling the request. Try again later or contact support if the issue persists.