Our API response and payment callback payload are using seconds on time format.
Example: 2022-09-19T09:01:46Z
This format applies to “created_at”, “updated_at” and “expires_at” parameters on these endpoints:
- Create Payment Code
- Update Payment Code
- Get Payment Code
- Get Payments By Payment Code ID
It also applies to “created” parameters on the Payment Code Callback that we send to your system when a payment is completed.
When your request is not in seconds, we will still respond in this time format.
To know more about API, kindly visit our API reference.