Örnek İstek&Yanıt

3DS Pay Sale (Satış) işlemi için, istek ve yanıt örneğini aşağıda bulabilirsiniz.

Endpoint

POST /api/ThreeD/Sale

POST/api/ThreeD/Sale
Headers:
  x_client_token: your_client_token_here  
  x_nonce: 0e72e797-3b4d-4c9e-be17-be453506108d
  x_timestamp: 20251209133409
  x_signature: generated_signature_hash
  Content-Type: application/json

{
    "orderId": "352ad37f-1f74-4734-aa00-7a920b920d7a",
    "cardNo": "4920951536599528",
    "expiry": 2801,
    "cvv2": "456",
    "amount": 10000,
    "pointAmount": 0,
    "currency": 949,
    "installmentCount": 1,
    "requestType": "3DS-PAY",
    "cardHolderIp": "188.132.138.70",
    "merchantIp": "188.132.138.71",
    "subMerchantIp": "188.132.138.72",
    "txnInitiationType": 0,
    "lang": "TR",
    "returnUrl": "https://www.ornekfirma.com/odeme/sonuc",
    "callbackUrl": "https://api.ornekfirma.com/odeme/callback",
    "cardholderName": "Test cardholder name",
    "cardholderEmail": "[email protected]",
    "additionalInfo": "no: 123456789",
    "invoiceInfo": "test adres bilgileri mah test sok no:1/A İSTANBUL"
}

Last updated

Was this helpful?