Retrieve the current status of a payment.
GET
/v1/payments/{uid}/status
curl \
--request GET 'https://test-api.fast-jet.org/v1/payments/{uid}/status' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"uid": "0198331929-e37f-7914-9bc7-e33b53f379bc",
"url": "https://example/cmd7lb2xr002341s79nwhlvob2su/form",
"info": null,
"state": "idle",
"amount": "1000.00",
"fail_by": null,
"paid_at": null,
"currency": "RUB",
"merchant_id": "YourID",
"created_date": "2025-07-17T16:13:52.386Z",
"client_amount": null
}