get https://pay.fiuu.com/RMS/API/Recurring/get_plans.php
For merchants to retrieve recurring plans info which were created from the merchant portal.
Response (JSON format)
Variable / Parameter | Type Format / Max Length | Description / Example |
---|---|---|
planID | n-9 | Unique ID for each plan. |
plan_name | ans-63 | Plan name. |
plan_desc | ans-254 | Plan description. |
amount | n2 | The total amount to be paid in each cycle. |
period | a-5 |
|
status | a-1 |
|
cycle_term | n-9 | Billing cycle (e.g., |
charge_on_endofmonth | a1 |
|
Formula of skey
md5( {domain}{secret_key}{charge_on_endofmonth}{period}{cycle_term}{status} )
Appendix A : Error Code & Description in JSON
error_code | error_mesg |
---|---|
PLAN001 | Missing required parameter (<FieldName>). |
PLAN002 | Merchant info not found. |
PLAN003 | Invalid skey. |
PLAN004 | Plan not found. |
PLAN005 | The system is busy now, temporarily out of service. Please try again later. |
PLAN006 | Invalid parameter value (<FieldName>). |