{
"title": "string",
"description": "string",
"amount": "string",
"currency": "string",
"is_variable_amount": false,
"min_amount": "string",
"max_amount": "string",
"expiration_date": "2019-08-24T14:15:22Z",
"max_usage_count": 0,
"success_url": "http://example.com",
"failure_url": "http://example.com",
"collect_customer_info": false,
"custom_fields": [
{
"name": "string",
"type": "text",
"label": "string",
"required": true,
"options": [
"string"
]
}
],
"metadata": {
"property1": "string",
"property2": "string"
}
}