Status
Check transaction status
POST
/transactions{transaction_id}/status
Description
This endpoint allows you to check the status of a specific transaction using its transaction ID. It returns a response with the transaction ID, current status, and the last updated timestamp.
Response
{
"transaction_uid": "28510c0b-5c15-48b3-82ba-a5e052ea82a2",
"status": "PAID",
"updated_at": "2025-01-04T21:25:32.826Z"
}
Last updated