Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.orkesta.com.tr/llms.txt

Use this file to discover all available pages before exploring further.

🔍 Checkout Oturum Detayı

Checkout oturum detayını döner. Token ile oturum bilgilerine erişim sağlar. GET https://api-test.fincraft.com.tr/api/v1/checkout/{checkoutToken}/query
Eğerki checkout status’ü SUCCESS veya WAITING ise, servis “checkout bulunamadı” hatası döner.

Path Parameters

ParametreTipZorunluAçıklama
checkoutTokenStringEvetCheckout oturum token’ı

Response Body

{
    "id": "2efa9347-3b9b-40f5-960b-c8c1f6ef5035",
    "token": "5540e999-8ad1-4358-8adf-675e6b2d55b8",
    "transactionId": "b0f7b4ee-9dc3-4099-9c0c-6dc8a7a95dc8",
    "status": "INIT",
    "referenceId": "c44ecde7-d277-4b46-93be-ba8f0672fc13",
    "amount": 100.00,
    "currency": "TRY",
    "transactionType": "AUTH",
    "phoneNumber": "+905551234567",
    "forceThreeDS": false,
    "walletPaymentAllowed": false,
    "merchantId": "550e8400-e29b-41d4-a716-446655440000",
    "createdAt": "2025-10-10T16:26:23.892+03:00",
    "items": [
        {"name": "Test Product 1", "price": 50.0},
        {"name": "Test Product 2", "price": 50.0}
    ]
}

cURL Örneği

curl -X GET https://api-test.fincraft.com.tr/api/v1/checkout/238a992b-c13d-4eb7-b12c-b0594aa469be/query \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"