v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Webhooks

Handle TransferMate webhook events

Handle TransferMate webhook events

post/api/v1/webhooks/transfermate

Request body

event_idstring required

Unique identifier for this specific webhook call

customer_idstring required

ID of customer requesting the webhook

event_codestring required

Numeric code identifying the webhook type

Example request

{
  "event_id": "3511e175-ab2c-40ec-ba5d-49e466c86328",
  "customer_id": "80812345",
  "event_code": "6"
}

Response

Success

event_idstring required

Unique identifier for this specific webhook call

customer_idstring required

ID of customer requesting the webhook

event_codestring required

Numeric code identifying the webhook type

Example response

{
  "event_id": "3511e175-ab2c-40ec-ba5d-49e466c86328",
  "customer_id": "80812345",
  "event_code": "6"
}