TimelessPay Checkout

Create a new checkout session to simulate the POST request

Select Business

No businesses available. Please check the BMS service.

Customer Information

Items

Item 1

Item 2

Total Amount:131.48 ETB
Total Quantity:3

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
}