{
"data": {
"id": "string",
"organization_id": "string",
"title": "string",
"description": "string",
"amount": "string",
"currency": "string",
"is_variable_amount": true,
"min_amount": "string",
"max_amount": "string",
"expiration_date": "2019-08-24T14:15:22Z",
"max_usage_count": 0,
"usage_count": 0,
"success_url": "string",
"failure_url": "string",
"status": "active",
"collect_customer_info": true,
"custom_fields": [
{
"name": "string",
"type": "string",
"label": "string",
"required": true,
"options": [
"string"
]
}
],
"metadata": {},
"mode": "test",
"payment_url": "https://pay.jokoor.com/pay/pl_abc123",
"livemode": true,
"organization": {
"id": "string",
"name": "string",
"logo": "string"
},
"products": [
{
"product_id": "string",
"name": "string",
"description": "string",
"price": "string",
"quantity": 0,
"total": "string"
}
],
"created_by": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
}