AgrI-Mitra / bff

0 stars 3 forks source link

PM Kisan portal API #1

Open Amruth-Vamshi opened 1 year ago

Amruth-Vamshi commented 1 year ago

URL:

{{base_url}}/user/issues/<aadharID/benificiaryID>

Response: (error scenario)

{
    "status": false,
    "error": {
      "errorCode": "PaymentRelated",
      "message": "User payment is still pending."
    }
}

Response: (success scenario)

{
    "status": true,
    "error": null
}