BOG CLIENT LOGGING MODE: TEST DATA: -------------------------------------------------------------------- stdClass Object ( [name] => payment_request [method] => POST [url] => https://api.bog.ge/payments/v1/ecommerce/orders [headers] => Array ( [0] => Accept-Language: en [1] => Authorization: Bearer XXXXXXXXX [2] => Content-Type: application/json ) [data] => Array ( [callback_url] => https://bord.ge/en/bog/callback/114-587-UYD587-BOG/ [external_order_id] => 114 [purchase_units] => stdClass Object ( [currency] => GEL [total_amount] => 70.00 [basket] => Array ( [0] => stdClass Object ( [quantity] => 1 [unit_price] => 70.00 [product_id] => UYD587 ) ) ) [redirect_urls] => Array ( [fail] => https://bord.ge/en/payment/114-587-UYD587-BOG/ [success] => https://bord.ge/en/payment/114-587-UYD587-BOG/ ) ) [data_serialize] => row [identificator] => 114-587-UYD587-BOG ) POST ROW DATA (JSON): -------------------------------------------------------------------- {"callback_url":"https:\/\/bord.ge\/en\/bog\/callback\/114-587-UYD587-BOG\/","external_order_id":"114","purchase_units":{"currency":"GEL","total_amount":"70.00","basket":[{"quantity":1,"unit_price":"70.00","product_id":"UYD587"}]},"redirect_urls":{"fail":"https:\/\/bord.ge\/en\/payment\/114-587-UYD587-BOG\/","success":"https:\/\/bord.ge\/en\/payment\/114-587-UYD587-BOG\/"}} CURL: -------------------------------------------------------------------- * Host api.bog.ge:443 was resolved. * IPv6: (none) * IPv4: 91.209.131.125 * Trying 91.209.131.125:443... * Connected to api.bog.ge (91.209.131.125) port 443 * ALPN: curl offers h2,http/1.1 * CAfile: /etc/ssl/certs/ca-certificates.crt * CApath: /etc/ssl/certs * SSL connection using TLSv1.2 / DHE-RSA-AES128-GCM-SHA256 / UNDEF / rsaEncryption * ALPN: server did not agree on a protocol. Uses default. * Server certificate: * subject: C=GE; L=Tbilisi; O=JSC Bank of Georgia; CN=*.bog.ge * start date: Nov 26 00:00:00 2024 GMT * expire date: Nov 25 23:59:59 2025 GMT * subjectAltName: host "api.bog.ge" matched cert's "*.bog.ge" * issuer: C=US; O=DigiCert Inc; CN=DigiCert Global G2 TLS RSA SHA256 2020 CA1 * SSL certificate verify ok. * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption * using HTTP/1.x > POST /payments/v1/ecommerce/orders HTTP/1.1 Host: api.bog.ge Accept: */* Accept-Language: en Authorization: Bearer XXXXXXXXXContent-Type: application/json Content-Length: 376 < HTTP/1.1 201 < date: Mon, 23 Jun 2025 19:15:56 GMT < content-type: application/hal+json < access-control-allow-origin: * < access-control-allow-methods: POST < x-content-type-options: nosniff < pragma: no-cache < access-control-allow-headers: authorization,Access-Control-Allow-Origin,Content-Type,SOAPAction < x-frame-options: DENY < activityid: 8bf08722-0168-453b-bbb4-d77f3eec961e < access-control-expose-headers: < cache-control: no-cache, no-store, max-age=0, must-revalidate < content-security-policy: form-action 'self' < expires: 0 < x-xss-protection: 1; mode=block < strict-transport-security: max-age=63072000 < x-auditory: public < Transfer-Encoding: chunked < * Connection #0 to host api.bog.ge left intact RESULT: -------------------------------------------------------------------- stdClass Object ( [id] => 3bb5d093-d0b4-41aa-8e50-ab39a71f32a7 [_links] => stdClass Object ( [details] => stdClass Object ( [href] => https://api.bog.ge/payments/v1/receipt/3bb5d093-d0b4-41aa-8e50-ab39a71f32a7 ) [redirect] => stdClass Object ( [href] => https://payment.bog.ge?order_id=3bb5d093-d0b4-41aa-8e50-ab39a71f32a7 ) ) )