badge-checkverify transaction

Poll this endpoint to check or confirm the status of any transaction.

GET /api/merchant/payments/moncash/verify/<transaction_id>/

 HEADERS =>  Authorization: Bearer <token>

Response

// response example
{
  "success": true,
  "data": {
    "transaction_id": "550e8400-e29b-41d4-a716-446655440000",
    "reference_id": "ORDER-001",
    "status": "completed",
    "amount": "2500.00",
    "fees": "156.25",
    "net_amount": "2343.75"
  }
}

Last updated