For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ödeme Sorgulama

Bu servis ile işlem durumu sorgulanabilmektedir

Durum Sorgulama – check_transaction

post
/v1/softpos/check_transaction
Header parameters
Session-KeystringRequired

Mobil oturum anahtarı

Content-TypestringRequired

İçerik tipi.

Example: application/json
Body
payment_session_idstringRequiredExample: 86D87D5052D98CD0
Responses
200Success
application/json
object_namestringOptional
codeintegerOptional
messagestringOptional
post/v1/softpos/check_transaction
POST /v1/softpos/check_transaction HTTP/1.1
Host: api.paynet.com.tr
Session-Key: text
Content-Type: application/json
Accept: */*
Content-Length: 41

{
  "payment_session_id": "86D87D5052D98CD0"
}
{
  "Data": [
    {
      "xact_id": "text",
      "xact_date": "text",
      "transaction_type": 1,
      "pos_type": 1,
      "agent_id": "text",
      "is_tds": true,
      "bank_id": "text",
      "instalment": 1,
      "card_no": "text",
      "card_holder": "text",
      "card_type": "text",
      "ratio": 1,
      "amount": 1,
      "netAmount": 1,
      "comission": 1,
      "comission_tax": 1,
      "currency": "text",
      "authorization_code": "text",
      "reference_code": "text",
      "order_id": "text",
      "is_succeed": true,
      "xact_transaction_id": "text",
      "email": "text",
      "phone": "text",
      "note": "text",
      "agent_reference": "text",
      "object_name": "text",
      "code": 1,
      "message": "text"
    }
  ],
  "object_name": "text",
  "code": 1,
  "message": "text"
}

Last updated