Improved
Updated responses for payment endpoints
9 months ago by Lim Zi Xuan
For Action a payment endpoint, we now return the full payment data including the waitingValidTill timestamp in the response. This provides more clarity to the payment that's being acted upon, especially on the validity of the payment. Similarly, we also now return the waitingValidTill parameter in the response of GET /api/payments and GET /api/payments/{paymentId} if the payment is still in the awaiting status. For more information about the payment lifecycle and the validity period, refer to Payment Creation & Lifecycle.

