Retrieves a list of custom cashier property sets.
limit | integer [ 0 .. 1000 ] Limits the number of collection items to be returned. |
offset | integer >= 0 Specifies the starting point within the collection of items to be returned. |
filter | string Filters the collection items. This field requires
a special format. Use For more information, see Using filter with collections. |
sort | Array of strings Sorts and orders the collection of items. To sort in descending
order, prefix with |
List of custom cashier property sets retrieved.
name required | string Name of the custom property set. |
properties required | object Defines properties the user can complete when they use the hosted cashier form.
This field accepts JSON-schema drafts 4, 6, and 7.
Accepted properties types are: |
id | string <= 50 characters Unique resource ID. Defaults to UUID v4. |
Unauthorized access. Invalid credentials used.
Access forbidden.
[- {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "name": "string",
- "properties": {
- "type": "object",
- "properties": {
- "email": {
- "type": "string"
}, - "max": {
- "type": "integer",
- "minimum": 0,
- "exclusiveMaximum": 100
}
}, - "required": [
- "email"
]
}
}
]