- Retrieve checkout forms
Retrieves a list of checkout forms.
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/checkout-forms
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/checkout-forms
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/checkout-forms
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/checkout-forms?limit=1000&offset=1000&sort=string&filter=string&q=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Checkout forms retrieved.
ID of the checkout form.
ID of the website. A website is where an organization obtains a customer. For more information, see Obtain an organization ID and website ID.
List of plans that are applied to a customer order by default. Plans describe how the customer must pay for products. For more information, see Plans.
List of add-on plans that are displayed to the customer on the payment screen. Add-ons are plans that the customer has not already subscribed to.
The customer selects whether to add an add-on plan to their current order.
List of bump plans that are displayed to the customer on the payment screen. Use bump plans to offer purchase bonuses, discounts, and deals to the customer.
The customer selects whether to purchase bump plans, or to use the plans that are specified in their current order.
Specifies if the account is enabled. If this value is true, the customer can sign-up and sign-in using the checkout form.
Specifies if coupons are enabled in the checkout form. If this value is true, the customer can use coupons in the checkout form. Use coupons to reward customers, generate sales, or to test new pricing strategies.
Limits the number of purchases that can be made using a specific checkout form. If a purchase limit value is set, each purchase decreases this value. When the purchases limit value reaches zero, the checkout form becomes inactive.
List of available payment methods. Payment methods must have at least one active gateway account. If not specified, all available payment methods are displayed.
Name of the checkout form. This name value is for internal display, and is not visible to your customers. Use this name to locate and organize your checkout forms.
Status of the checkout form. If the status value is inactive, the checkout form URL produces a 404 error.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
- fixed
- variable
[ { "id": "chkt_frm_0YV8XZ6174C2MBS5011SAZNMBP", "websiteId": "web_0YV7DE4Z26DQSA1AC92FBJ7SEG", "customDomain": "string", "plans": [ … ], "addonPlans": [], "bumpPlans": [], "accountsEnabled": false, "couponsEnabled": false, "purchaseLimit": null, "paymentMethods": [ … ], "customization": { … }, "name": "string", "status": "active", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]