# Sends

The Send transaction is used to send funds between managed accounts and managed cards belonging to different identities.

 - [POST /sends](https://api.weavr.io/products/multi/openapi/sends/sendcreate.md): Sends funds between managed accounts and managed cards belonging to *different* corporate or consumer identities. The Send Profile (configured in the Multi Portal) specified determines the behaviour a
 - [GET /sends](https://api.weavr.io/products/multi/openapi/sends/sendsget.md): Retrieves all the send transactions performed by the logged-in identity.
 - [GET /sends/{id}](https://api.weavr.io/products/multi/openapi/sends/sendget.md): Retrieve the send transaction identified by the `id` path parameter.
 - [POST /sends/{id}/cancel](https://api.weavr.io/products/multi/openapi/sends/sendsinglecancel.md): Cancel the send transaction identified by the `id` path parameter.
 - [POST /sends/{id}/challenges/otp/{channel}](https://api.weavr.io/products/multi/openapi/sends/sendscachallenge.md): Deprecated in favour of [Challenges endpoints](#tag/Confirmation-Challenges/operation/multipleSCAChallenge) Starts the verification process for a send in which a one-time password is sent to a device
 - [POST /sends/{id}/challenges/otp/{channel}/verify](https://api.weavr.io/products/multi/openapi/sends/sendscaverify.md): Deprecated in favour of [Challenges endpoints](#tag/Confirmation-Challenges/operation/multipleSCAVerify) Completes the verification process for a Send. If the outcome of the verification is successful
 - [POST /sends/{id}/challenges/push/{channel}](https://api.weavr.io/products/multi/openapi/sends/sendscachallengepush.md): Deprecated in favour of [Challenges endpoints](#tag/Confirmation-Challenges/operation/multipleSCAChallengePush) Starts the verification process for a Send in which a push notification is sent to a dev
