Payment Status
POST /v1/payments/checkPaymentStatusCode Example: Axios POST Request
await axios.post(
"https://api.upitranzact.com/v1/payments/checkPaymentStatus",
{
mid: "Your Merchant ID", // Example: ABC
order_id: "Your order ID", // Example: bd79da4cc3ff1
},
{
headers: {
Authorization: "Basic base64(public_key:secret_key)"
}
}
);Key Points
Name
Value
Name
Type
Description
Example Value
Required
Last updated