Örnek İstek&Yanıt

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

Endpoint

POST /api/Payment/Void

POST/api/Payment/Void
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": "73f9fb44-e649-401d-ab15-ce91574f7415",
    "orderId": "d6a8382b-a63e-4329-a488-7367847c4f8d",
    "lang": "TR",
    "additionalInfo": "no: 123456789",
    "invoiceInfo": "test deneme"
}

Last updated

Was this helpful?