π Endpoint Overview
| Method | URL |
|---|
| POST | https://init-vpay.venlabs.link/merchant/payment-status |
Use this endpoint to check the status of a previously initiated payment using its track_id.
URL
POST /merchant/payment-status
Request Body
{
"track_id": "TRACK_7890"
}
Parameters
| Parameters | Type | Required | Description |
|---|
| track_id | string | β
| Unique identifier for the transaction |
Response Example
{
"status": "SUCCESS",
"track_id": "TRACK_7890"
}
Error Responses
| Status Code | Description |
|---|
| 400 | Invalid payment provider or missing merchant configuration |
| 500 | Internal server error |