externalTransactionId
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/7e586998-31b0-41f3-8746-4a93a1aca802/status-by-external-transaction-id' \
--header 'Authorization: Bearer <token>'
{
"externalId": "PSP-bf95219b-393d-4323-91bf-639ac",
"orderStatus": "Success",
"amount": 2600.00,
"externalParams": {
"cardToken": "BankToken-bf95219b-393d-4323-91bf-639ac",
"cardStorageToken": "PayStarToken-bf95219b-393d-4323-91bf-639ac",
"cardNumber": "123456****1234",
"cardHolder": "JOHN WEAK"
},
"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"
}
]
}