v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get Org Payment Modes

Returns the details of payment modes configured for your organization.

get/organization/tenders

Query parameters

format'xml' | 'json'

Preferred response format.

attribute_namestring

Retrieves the details of all tenders which contains the specific attribute name.

attributeboolean

Retrieves attributes of the payment modes if attribute=true.

Response

200

Example response

{
  "response": {
    "status": {
      "success": "true",
      "code": "200",
      "message": "SUCCESS"
    },
    "organization": {
      "tenders": {
        "count": "6",
        "tender": [
          {
            "name": "CA",
            "canonical_name": "CASH",
            "description": "payment via cash"
          }
        ]
      }
    }
  }
}