---
title: "Interac PIN"
method: POST
path: "interac-pin-webhook"
---

# Interac PIN

`POST interac-pin-webhook` (webhook)

Fired when an Interac payout receives its Interac code (PIN), so you can display the code to the recipient without polling.

## Payload

- InteracPinWebhookPacket
  - `eventType` 'Interac PIN', required — The webhook event type.
  - `category` 'Withdraw', required — The webhook category.
  - `created` string, date-time, required — ISO-8601 timestamp of when the event was created.
  - `data` InteracPinWebhookData, required
    - `withdrawerId` string, required — The id of the withdrawer (user or business) the payout belongs to.
    - `transferId` string, required — The provider transfer id for the Interac payout.
    - `pin` string, required — The Interac code (PIN) the recipient uses to claim the payout.

## Acknowledgement `200`

Webhook received successfully

---

[API](https://skmtc.dev/coinflow/apis/api-reference.md) · [All operations](https://skmtc.dev/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinflow/api-reference/revisions/430f04d8d2a9/schema)
