v1
latestOpenAPI 3.0.12026-07-242871595.3 MBGet all plans
Retrieves a set of merchant plans that customers can use to initiate automatic payments. Each plan defines a fixed amount, periodic frequency, tax, convenience fees, tips, and so on. You can create as many recurring payment plans as required.
Query parameters
Indicates whether the plan is currently active. Values:
- True
- False
Plan name. Length: Minimum 3 characters; Maximum 127 characters
Plan interval. Example: Daily, weekly, semi-monthly, monthly, quarterly, yearly. See Interval Matrix table for details.
Number of plan intervals.
Indicates sort order value for the plans. Default: Name
Plan limit. Minimum value: 10
Plan offset value. Default: 0
Headers
Clover merchant identifier (mId).
Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <application>/<version>
Response
Successful response.
Example response
[
{
"note": "note",
"modifiedTime": "2000-01-23T04:56:07.000Z",
"amount": "amount",
"tipAmount": "tipAmount",
"subscriptionCount": 6,
"active": true,
"lastRunDate": "2000-01-23T04:56:07.000Z",
"taxRateUuids": [
"taxRateUuids",
"taxRateUuids"
],
"productUuid": "productUuid",
"merchantId": "merchantId",
"subscriptionPaidTotalAmount": 1,
"intervalCount": 0,
"name": "name",
"createdTime": "2000-01-23T04:56:07.000Z",
"interval": "DAY",
"id": "id",
"deletedTime": "2000-01-23T04:56:07.000Z",
"object": "object"
}
]