Paynet API
1.0.1
1.0.1
  • Başlarken
  • Nasıl Erişirim?
  • Neye İhtiyacım var?
  • Hazır Altyapılar
  • Ödeme Metotları
    • API Entegrasyonu
      • Ödeme
      • 3D ile ödeme
    • Hazır Form
    • Özelleştirilebilir Form
      • Event Parametreleri
      • Servis Parametreleri
    • PayLink
      • PayLink Oluşturma
        • POST Metodu
        • confirmation_url'e Post Edilen Parametreler
      • PayLink Detay
      • PayLink Listeleme
      • PayLink Durum Güncelleme
  • SERVİSLER
    • İşlem
      • Ödeme Onaylama
      • Finansallaştırma
      • Ödeme Kontrol
      • İşlem Detay
      • İşlem Listesi
      • İşlem İşaretleme
      • İşlem Bilgi Ekleme
      • İşlem Slip
      • İmza Yükle
      • Ödeme Raporu
      • Escrow Durum Güncelleme
    • İptal/İade
      • İade
      • İade Listesi
      • Ön Otorizasyon İptal
      • Finansallaştırma İptal
    • Oran
      • Oran Tablosu(Sunucu Tabanlı)
      • Oran Tablosu(İstemci Taraflı)
      • Oran Tipi Düzenleme
      • Oran Tipi Silme
      • Oran Tanımlama
    • Bayi
      • Auto Login
      • Login
      • Bayi Kontrol
      • Limit
    • Abonelik
      • Oluşturma
      • Detay
      • Listeleme
      • Durum Güncelleme
      • Tutar Güncelleme
      • Tekrar Gönder
      • Kart Bilgisi Listesi
      • Kart Etiket Bilgisi Güncelleme
      • Kart Bilgisi Silme
      • Kart İlişkilendirme
      • Kart Ekleme
        • Kart ekleme başlatma
        • Kart ekleme tamamlama
      • Kart Bilgisi Sıra Düzenleme
      • Kart Bilgisi Filtreleme
      • Fatura oluşturma
      • Fatura Listesi
      • Fatura Durum Güncelleme
      • Fatura Tutar Güncelleme
      • Plan Tutar Güncelleme
      • Toplu Fatura Durum Güncelleme
      • Fatura Ödeme Girişimi Listesi
      • Manuel Çekim
    • Kart Saklama
      • Kart Bilgisi Saklama
      • Kart Silme
      • Kart Açıklaması Güncelleme
      • Kart Listesi
      • OTP Gönderme
      • OTP Kontrol
    • Cari Hesap Entegrasyonu
    • Fatura
    • Başvuru
      • Başvuru Oluşturma
      • Başvuru Çekme
      • Form Tipine Bağlı Dokümanlar
  • GENEL BİLGİLER
    • Banka Kodları
    • Taksit Kodları
    • Hata Kodları
      • HTTP Status Kodlar
      • Hata Tipleri
      • Dönüş Kodları
    • Veri Tipleri
      • Status
      • Kart Tipi
      • İşlem Tipi
    • Test Kartları
    • Örnek Projeler
    • Sıkça Sorulan Sorular
      • Kart Saklama Süreci Hakkında
  • English
    • What I need ?
    • API Integration
      • Payment
      • 3D Payment
    • Card Save
      • Card Information Saving
      • Deleting Card
      • Card Description Update
      • Card List
      • Sending OTP
      • OTP Control
    • Transaction
      • Payment Confirmation
      • Financialization
      • Payment Check
      • Transaction Details
      • Transaction List
      • Transaction Marking
      • Adding Transaction Information
      • Transaction Slip
      • Upload Signature
      • Payment Report
      • Escrow Status Update
    • Cancellation/Refund
      • Refund
      • Refund List
      • Pre-Authorization Cancellation
      • Financialization Cancellation
    • Agent
      • Auto Login
Powered by GitBook
On this page
  1. English
  2. Cancellation/Refund

Financialization Cancellation

v1/transaction/capture_reversal

PreviousPre-Authorization CancellationNextAgent

Last updated 1 year ago

It is used to cancel successful financialized credit card transactions.

https://api.paynet.com.tr/v1/transaction/capture_reversal

Parameter Name

Type

Required

Description

xact_id

string

Yes

Process id.

Parameter Name

Type

Description

xact_id

string

Process id.

xact_date

datetime

The code of response result.

transaction_type

char

Response result message.

pos_type

char

Paynet POS.

is_tds

bool

If thetransaction performed with 3D,this value return as true.

agent_id

string

Paynet agentcode of the dealer that performed the transaction.

user_id

string

The user who performing the transaction.

email

string

Mail address.

phone

string

Phone number.

bank_id

char

The bank's code in the Paynet system.

instalment

int

Installment count.

ratio

float

Rate that used during transaction.

card_no_masked

string

Masked card number.

card_holder

string

Card owner.

amount

decimal

Amount that withdrawn from credit card.

net_amount

decimal

Amount without commission.

comission

decimal

Comission.

comission_tax

decimal

Comission tax.

currency

decimal

Currency.

authorization_code

char

Bank confirmation code.

reference_code

string

Bank reference code.

order_id

string

Bank order no.

is_succeed

string

It returns true if the transaction successful. If the transactionis successful, it returns as http 200 and is_succeed return as true. If the bank does not approve, it returns as http 200 and is_succeed returns as false.

paynet_error_id

bool

Paynet system error code.

paynet_error_message

string

Paynet system error code.

bank_error_id

string

Bank error code.

bank_error_message

string

Bank error message.

bank_error_short_desc

string

Bank error message.

bank_error_long_desc

string

Bank error message.

object_name

string

Transaction.

code

string

The code of response result.

message

string

Response result message.

{  
   "xact_id":"xk_EAAAAHTqbS04hq4sU877ZQIiNuIhJ*PVko0sJyhtHOdvxjpf"
}
{
"xact_id": "xk_*******qbS04hq4sU877ZQIiNuIhJ*PVko0sJyh*********"
"xact_date": "2016-04-07T15:33:09.543"
"transaction_type": 6
"pos_type": 5
"is_tds": false
"agent_id": "1001"
"user_id": "PaynetApi"
"email": ""
"phone": ""
"bank_id": "VAKF"
"instalment": 0
"ratio": 0.02
"card_no_masked": "435508******4358"
"card_holder": "cardholder"
"amount": 15
"net_amount": 14.65
"comission": 0.3
"comission_tax": 0.05
"currency": "TRY"
"authorization_code": ""
"reference_code": ""
"order_id": ""
"is_succeed": true
"paynet_error_id": ""
"paynet_error_message": ""
"bank_error_id": "6000"
"bank_error_message": "Invalid Ip Address : "
"bank_error_short_desc": ""
"bank_error_long_desc": ""
"object_name": "transaction"
"code": 1
"message": ""
}

System

URL

Live System

https://api.paynet.com.tr/v1/transaction/capture_reversal

Test System

https://pts-api.paynet.com.tr​/v1/transaction/capture_reversal

Expr