{
"data": {
"id": "string",
"amount": "string",
"currency": "string",
"status": "pending",
"payment_url": "https://pay.jokoor.com/checkout/chk_abc123",
"client_secret": "chk_abc123_secret_xyz789",
"available_payment_methods": [
"wave"
],
"automatic_payment_methods": true,
"customer_id": "string",
"customer_phone": "string",
"customer_email": "user@example.com",
"customer_name": "string",
"expires_at": "2019-08-24T14:15:22Z",
"description": "string",
"reference": "string",
"items": [
{
"product_id": "string",
"description": "string",
"quantity": 0,
"unit_price": "string",
"total": "string"
}
],
"metadata": {},
"livemode": true,
"transaction": {
"id": "string",
"status": "string",
"amount": "string",
"fee": "string",
"net_amount": "string"
},
"created_at": "2019-08-24T14:15:22Z"
}
}