Aurapay
    Aurapay
    • Создание инвойса
      GET

      Создание инвойса

      GET
      /invoice/create

      Request

      Body Params application/jsonRequired

      Examples

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET '/invoice/create' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "amount": 1,
          "comment": "Пополнение баланса #123312",
          "order_id": "sdf1s2",
          "success_url": "https://aurapay.tech"
          "fail_url": "https://aurapay.tech"
          "callback_url": "https://aurapay.tech"
          "comment": "Комментарий",
          "lifetime": 300,
          "service": "card"
      }'
      Response Response Example
      {}
      Modified at 2026-01-27 19:56:46
      Built with