v1
latestOpenAPI 3.1.02026-07-2418049.3 KBGet Deposit Status
This API allows you to retrieve the deposit status of a transaction using the trackId obtained from a successful payment.
get/get-deposit-status/{track_id}
Path parameters
track_idstring required
Headers
Authorizationstring
Response
201
Example response
{
"status": true,
"message": "Response received successfully",
"data": {
"transaction": {
"deposited": true,
"deposited_date": "2022-03-29 13:25:22",
"invoice_url": "https://dev-uinvoice.upayments.com/gLOvgAjE8j"
}
}
}