➡️Webhook Tanımlama
Webhook Tanımlama İşlemi
Webhook Tanımlama
POST https://test.ifintech.com.tr/api/ob/webhook/account
Query Parameters
Name
Type
Description
accountId*
Integer
Tetiklenecek hesap IDsi
title*
String
Webhook başlığı
address*
String
Verilerin iletileceği URL
event*
String
Tetiklenecek olay: NEW_TRANSACTION = Herhangi bir hareket NEW_DEBIT = Sadece para çıkışları NEW_CREDIT = Sadece para girişleri
Headers
Name
Type
Description
apiKey*
String
Api Key
{
"message": "Yeni Webhook oluşturuldu.",
"webhook": {
"id": 1,
"accountId": "1",
"title": "Garanti Webhook - Hareketler",
"address": "http://127.0.0.1:8000/accept-transactions",
"event": "NEW_TRANSACTION"
}
}Last updated