v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Enach Supported Frequencies

get/v3/payments/enach/mandate_frequencies

Headers

client-idstring required
client-secretstring required
Content-Typestring

Response

200

decentro_txn_idstring
api_statusstring
messagestring
response_keystring

Example response

{
  "decentro_txn_id": "643123D2B9964353915BAB3BA08DB6C2",
  "api_status": "SUCCESS",
  "message": "Supported frequencies fetched successfully.",
  "data": [
    {
      "code": "adhoc",
      "description": "Payments without a fixed schedule."
    }
  ],
  "response_key": "success_frequency_list"
}