externalId
that you received in the response to the deposit creation request.curl --request GET \
--url https://secure.PayStar.uk/api/v1/integration/deposit-order/{externalId}/status\
--header 'Authorization: Bearer YOUR TOKEN' \
--header 'Content-Type: application/json' \
curl --location --request GET 'https://secure.PayStar.uk/api/v1/integration/deposit-order//status' \
--header 'Authorization: Bearer <token>'
{
"externalId": "ad66a2ff-97d1-47c5-8552-53752a51f031",
"orderStatus": "Failed",
"amount": 2600.00,
"externalParams": {
"cardToken": null,
"cardStorageToken": null,
"cardHolder": null,
"cardNumber": null
},
"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"
}
]
}