# Webhooks

These operations describe the Event payloads Jiko sends to the URL of a [Subscription](#tag/Subscriptions). Jiko sends each payload as a `POST` request signed with the Subscription's shared secret; your endpoint should respond with a `2XX` status code to acknowledge delivery.

 - [POST transfers.wire.out.success](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfers_wire_out_success_post.md): Outgoing Wire Transfer - Success Event Triggered when an outgoing wire transfer has been sent and debited from the originating pocket.
 - [POST transfers.wire.out.processing](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfers_wire_out_processing_post.md): Outgoing Wire Transfer - Processing Event Triggered when an outgoing wire transfer has been accepted and is being processed.
 - [POST transfers.wire.out.rejected](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfers_wire_out_rejected_post.md): Outgoing Wire Transfer - Rejected Event Triggered when an outgoing wire transfer has been rejected and the funds have been returned to the originating pocket.
 - [POST transfers.on-us.success](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfers_on_us_success_post.md): On-Us Transfer - Success Event Triggered when an on-us transfer has settled between the origin and destination pockets.
 - [POST transfers.on-us.processing](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfers_on_us_processing_post.md): On-Us Transfer - Processing Event Triggered when an on-us transfer has been accepted and is being processed.
 - [POST transfers.on-us.rejected](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfers_on_us_rejected_post.md): On-Us Transfer - Rejected Event Triggered when an on-us transfer has been rejected and the funds have been returned to the origin pocket.
 - [POST transfer-request.status.approved](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfer_request_status_approved_post.md): Transfer Request - Approved Event Triggered when a transfer request has been approved by the required approvers and the underlying transfer has been created.
 - [POST transfer-request.status.canceled](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfer_request_status_canceled_post.md): Transfer Request - Canceled Event Triggered when a transfer request has been canceled by its requester.
 - [POST transfer-request.status.denied](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfer_request_status_denied_post.md): Transfer Request - Denied Event Triggered when a transfer request has been denied by an approver.
 - [POST transfer-request.status.processed](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfer_request_status_processed_post.md): Transfer Request - Processed Event Triggered when the transfer underlying an approved transfer request has completed.
 - [POST transfer-request.status.processing](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfer_request_status_processing_post.md): Transfer Request - Processing Event Triggered when the transfer underlying an approved transfer request is being processed.
 - [POST transfer-request.status.rejected](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfer_request_status_rejected_post.md): Transfer Request - Rejected Event Triggered when the transfer underlying an approved transfer request has been rejected.
 - [POST transfers.wire.in.success](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfers_wire_in_success_post.md): Incoming Wire Transfer - Success Event Triggered when an incoming wire transfer has been settled against the receiving pocket.
 - [POST transfers.wire.in.rejected](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfers_wire_in_rejected_post.md): Incoming Wire Transfer - Rejected Event Triggered when an incoming wire transfer has been rejected and returned to the sending institution.
 - [POST transfers.on-us.received](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfers_on_us_received_post.md): On-Us Transfer - Received Event Triggered on the receiving side of an on-us transfer, once the funds have been credited to the receiving pocket.
