externalId
that you received in the response to the payout creation request.curl --request GET \
--url https://secure.PayStar.uk/api/v1/integration/withdrawal-order/{externalId}/status \
--header 'Authorization: Bearer YOUR TOKEN' \
--header 'Content-Type: application/json' \
curl --location --request GET 'https://secure.PayStar.uk/api/v1/integration/withdrawal-order/11b57a18-184a-4c76-a5f1-b581a4fc1edf/status' \
--header 'Authorization: Bearer <token>'
{
"externalId": "PSP-bf95219b-393d-4323-91bf-639ac",
"orderStatus": "Success",
"orderHistory": [
{
"time": "2025-07-28T09:29:51.339832",
"action": "1.1.0.0"
},
{
"time": "2025-07-28T09:29:51.339832",
"action": "4.1.0.0"
}
]
}