Örnek İstek&Yanıt

Refund (İade) işlemi için, istek ve yanıt örneğini aşağıda bulabilirsiniz.

Endpoint

POST /api/Payment/Refund

POST/api/Payment/Refund
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
  
  {
    "processId": "b1317c7d-d231-4ba5-8e9b-79ccba8dbdf2",
    "orderId": "d4b5a3af-3c1a-4272-8de2-20f9ca88fd1a",
    "lang": "TR",
    "amount": 1000,
    "pointAmount": 500,
    "additionalInfo": "no: 123456789",
    "invoiceInfo": "test deneme"
}

Last updated

Was this helpful?