TimelessPay Checkout
Create a new checkout session to simulate the POST request
Request Preview
Request Body
{
"customerName": "Teddy",
"customerPhoneNumber": "+251940255896",
"nonce": "",
"items": [
{
"name": "Coffee",
"description": "Yirgachefe",
"price": 25.99,
"quantity": 2,
"total": 51.98
},
{
"name": "Agelgel",
"description": "fasting agelgel",
"price": 79.5,
"quantity": 1,
"total": 79.5
}
],
"sessionExpiresAt": "2025-08-15T14:30:00.000Z",
"currency": "ETB",
"returnUrl": "https://example.com/checkout/return",
"totalAmount": 131.48,
"totalQuantity": 3
}