Error 409 Conflict

POST https://www.gamechange.fr/add-payment

HTTP Client

1 Total requests
0 HTTP errors

Clients

http_client 1

Requests

POST https://grrifburgertest3.hiboutik.com/api/sales
Request options
[
  "headers" => [
    "Authorization" => "Basic c2NpY29sb21lc3Nlcm9uQGdtYWlsLmNvbTo4TzVPV0YwUjkwV1VMVENPSEhSVFFDTDg3MFBBMzExSkVCVA=="
    "Content-Type" => "application/x-www-form-urlencoded"
    "Accept" => "application/json"
  ]
  "timeout" => 12.0
  "body" => [
    "store_id" => 1
    "duty_free_sale" => 0
    "prices_without_taxes" => 0
    "quotation" => 0
    "currency_code" => "EUR"
  ]
]
Response 201
[
  "info" => [
    "header_size" => 491
    "request_size" => 409
    "total_time" => 0.103883
    "namelookup_time" => 0.009859
    "connect_time" => 0.028311
    "pretransfer_time" => 0.062097
    "size_upload" => 80.0
    "size_download" => 21.0
    "speed_download" => 203.0
    "speed_upload" => 776.0
    "download_content_length" => 21.0
    "upload_content_length" => 80.0
    "starttransfer_time" => 0.103648
    "primary_ip" => "178.33.66.177"
    "primary_port" => 443
    "local_ip" => "195.15.212.19"
    "local_port" => 49764
    "http_version" => 2
    "protocol" => 2
    "scheme" => "HTTPS"
    "appconnect_time_us" => 61982
    "connect_time_us" => 28311
    "namelookup_time_us" => 9859
    "pretransfer_time_us" => 62097
    "starttransfer_time_us" => 103648
    "total_time_us" => 103883
    "start_time" => 1773179012.0069
    "original_url" => "https://grrifburgertest3.hiboutik.com/api/sales"
    "pause_handler" => Closure(float $duration) {#1060
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1056 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1050 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      *   Trying 178.33.66.177:443...\n
      * Connected to grrifburgertest3.hiboutik.com (178.33.66.177) port 443 (#0)\n
      * ALPN, offering h2\n
      * ALPN, offering http/1.1\n
      * successfully set certificate verify locations:\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384\n
      * ALPN, server accepted to use http/1.1\n
      * Server certificate:\n
      *  subject: CN=*.hiboutik.com\n
      *  start date: Apr 10 00:00:00 2025 GMT\n
      *  expire date: Apr 20 23:59:59 2026 GMT\n
      *  subjectAltName: host "grrifburgertest3.hiboutik.com" matched cert's "*.hiboutik.com"\n
      *  issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=RapidSSL TLS RSA CA G1\n
      *  SSL certificate verify ok.\n
      > POST /api/sales HTTP/1.1\r\n
      Host: grrifburgertest3.hiboutik.com\r\n
      Authorization: Basic c2NpY29sb21lc3Nlcm9uQGdtYWlsLmNvbTo4TzVPV0YwUjkwV1VMVENPSEhSVFFDTDg3MFBBMzExSkVCVA==\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      Accept: application/json\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 80\r\n
      \r\n
      * upload completely sent off: 80 out of 80 bytes\n
      * old SSL session ID is stale, removing\n
      * Mark bundle as not supporting multiuse\n
      < HTTP/1.1 201 Created\r\n
      < Date: Tue, 10 Mar 2026 21:43:32 GMT\r\n
      < Server: Apache\r\n
      < Cache-Control: no-cache, must-revalidate\r\n
      < Expires: Sat, 26 Jul 1997 05:00:00 GMT\r\n
      < Access-Control-Expose-Headers: Link, Content-Range, Access-Control-Allow-Origin, Access-Control-Allow-Methods, Access-Control-Allow-Headers, Access-Control-Allow-Credentials, Access-Control-Max-Age, Allow\r\n
      < Location: https://grrifburgertest3.hiboutik.com/api/sales\r\n
      < Content-Length: 21\r\n
      < Content-Type: application/json; charset=utf-8\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 201 Created"
    "Date: Tue, 10 Mar 2026 21:43:32 GMT"
    "Server: Apache"
    "Cache-Control: no-cache, must-revalidate"
    "Expires: Sat, 26 Jul 1997 05:00:00 GMT"
    "Access-Control-Expose-Headers: Link, Content-Range, Access-Control-Allow-Origin, Access-Control-Allow-Methods, Access-Control-Allow-Headers, Access-Control-Allow-Credentials, Access-Control-Max-Age, Allow"
    "Location: https://grrifburgertest3.hiboutik.com/api/sales"
    "Content-Length: 21"
    "Content-Type: application/json; charset=utf-8"
  ]
  "response_content" => [
    """
      {\n
          "sale_id": 10\n
      }
      """
  ]
]