Ödeme Sorgulama
Bu servis ile işlem durumu sorgulanabilmektedir
Header parameters
Session-KeystringRequired
Mobil oturum anahtarı
Content-TypestringRequiredExample:
İçerik tipi.
application/jsonBody
payment_session_idstringRequiredExample:
86D87D5052D98CD0Responses
200Success
application/json
object_namestringOptional
codeintegerOptional
messagestringOptional
400Error
application/json
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
