Webhook Sample: intrabank.originated.credit

Webhook sample for origination of intrabank credit transactions
Webhooks
Webhook Sample: intrabank.originated.credit
 last updated: 
November 30, 2023
  1. {
  2.    "eventType": "intrabank.originated.credit",
  3.    "data": {
  4.      "id": "txn-76058913-0e23-437d-a57d-fcc457209df0",
  5.      "txnType": "credit",
  6.      "title": "Received from Self-Intrabank",
  7.      "amount": "1.00",
  8.      "transferType": "intrabank",
  9.      "subType": "originated",
  10.      "description": "Payment",
  11.      "accountId": "acc-33440bb4-0507-428a-8fcd-3685b21c9689",
  12.      "businessId": "bus-15454fb4-afdf-47bb-8fbc-bad34b81caa5",
  13.      "programId": "prg-b9f17601-4717-460e-bda5-9598f6f6db28",
  14.      "personId": "per-6052af5f-6d97-4ec6-8146-66bf070b26e3",
  15.      "balance": "763.00",
  16.      "intrabank": {
  17.        "transferId": "tra-a0b24302-e057-4221-b116-6cef7da664d9",
  18.        "contactId": "con-e23722ef-4d0b-4609-9ffd-4b02dfca1562",
  19.        "name": "Self-Intrabank",
  20.        "routingNumber": "084106768"
  21.      },
  22.      "ach": null,
  23.      "card": null,
  24.      "createdAt": "2021-11-15T08:28:30Z",
  25.      "txnDate": "2021-11-15T08:28:30Z",
  26.      "status": "settled",
  27.      "domesticWire": null,
  28.      "internationalWire": null,
  29.      "digitalCheck": null,
  30.      "physicalCheck": null,
  31.      "parentTxnId": "",
  32.      "reviewCode": "",
  33.      "reviewMessage": "",
  34.      "accountCreatedPersonId": "",
  35.      "debitCard": null,
  36.      "solidCard": null
  37.    }
  38.  }