Örnek İstek&Yanıt

Endpoint

POST /api/Order/CreateOrder3D

"H": Ortak Ödeme Sayfası

3DS Model doğrulama ile başlatılan işlemler için örnek istek ve yanıt aşağıda verilmiştir.

POST/api/Order/CreateOrder3D
Headers:
  x_client_token: your_client_token_here  
  x_nonce: 52ffdfda-3fee-470a-a659-975bec3525c6
  x_timestamp: 20251230144142
  x_signature: generated_signature_hash
  Content-Type: application/json

{
    "orderId": "87c93fad-8da9-4973-9ca3-7e82d9da0c4d",
    "amount": 11000,
    "orderType": "H",
    "requestType": "3DS-MODEL",
    "currency": 949,
    "txnType": "Sale",
    "lang": "TR",
    "returnUrl": "https://www.ornekfirma.com/odeme/sonuc",
    "callbackUrl": "https://api.ornekfirma.com/odeme/callback",
    "additionalInfo": "no: 123456789",
    "invoiceInfo": "test adres bilgileri mah test sok no:1/A İSTANBUL"
}

3DS-PAY doğrulama ile başlatılan işlemler için örnek istek ve yanıt aşağıda verilmiştir.

Last updated

Was this helpful?