Retrieves a custom cashier property set with a specified ID.
Custom cashier property set 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 ID of the cashier property set. |
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
{- "id": "cash_prop_0YVJ640MB4CXVB8KXBRW3B79R9",
- "name": "string",
- "properties": {
- "type": "object",
- "properties": {
- "email": {
- "type": "string"
}, - "max": {
- "type": "integer",
- "minimum": 0,
- "exclusiveMaximum": 100
}
}, - "required": [
- "email"
]
}
}