1. Schemas
1XBet docs
  • Intro
  • Deposit
    • Get Orders
      GET
    • Create Order
      POST
  • Withdrawal
    • Get Withdrawal Orders
      GET
    • Create Withdrawal Order
      POST
  • Schemas
    • Schemas
      • OrderCreatedResponse
      • OrderListResponse
      • UserInfo
      • OrderPostRequest
      • WithdrawalOrderPostRequest
      • OrderGetResponse
  1. Schemas

OrderGetResponse

{
    "amount": "string",
    "orderID": "Somerandomstring",
    "currency": "DOP",
    "callback_url": "https://google.com",
    "success_url": "https://google.com",
    "failed_url": "https://google.com",
    "request": {
        "email": "ceterasddsare@hotmail.com",
        "id_number": "00100000001"
    },
    "uuid": "fe54402f-e6aa-4380-a427-409bd1934529"
}
Built with