Changelog
Date
Change
Notes
2025-05-13
Status‐code field updated – statusCode
now returns enum strings (e.g., completed
, underpaid
) instead of numeric values in the Payment Status endpoint.
Payment Statuses page revised. Update any parsing logic that expects integers.
2025-05-13
Webhook payload update – statusCode
now returns enum strings instead of numeric values.
Payment Webhooks page revised. Ensure webhook handlers expect string values.
Last updated