# 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.
 - [POST counterparty.status.linked](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_counterparty_status_linked_post.md): Counterparty Status - Linked Event Triggered when a [Counterparty](/products/customer-api/reference/counterparties) has been verified and is ready to be used as the destination of a transfer.
 - [POST counterparty.status.unlinked](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_counterparty_status_unlinked_post.md): Counterparty Status - Unlinked Event Triggered when a [Counterparty](/products/customer-api/reference/counterparties) has been unlinked and can no longer be used for transfers.
 - [POST counterparty.status.failed](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_counterparty_status_failed_post.md): Counterparty Status - Failed Event Triggered when verification of a [Counterparty](/products/customer-api/reference/counterparties) failed and it cannot be used for transfers.
 - [POST transfers.crypto.deposit.success](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfers_crypto_deposit_success_post.md): Crypto Deposit - Success Event Triggered when a crypto deposit has settled and the funds are available in the receiving Jiko Account.
 - [POST transfers.crypto.withdrawal.success](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfers_crypto_withdrawal_success_post.md): Crypto Withdrawal - Success Event Triggered when a crypto withdrawal has been sent on-chain and the transfer is complete.
 - [POST transfers.crypto.withdrawal.rejected](https://docs.jiko.io/products/customer-api/reference/webhooks/webhook_transfers_crypto_withdrawal_rejected_post.md): Crypto Withdrawal - Rejected Event Triggered when a crypto withdrawal was rejected and the customer's funds were left untouched.
