# Sends The Send transaction is used to send funds between managed accounts and managed cards belonging to different identities. ## Create a send transaction - [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 and restrictions of the transaction (for example, fees). ## Get all send transactions - [GET /sends](https://api.weavr.io/products/multi/openapi/sends/sendsget.md): Retrieves all the send transactions performed by the logged-in identity. ## Cancel send transactions - [POST /sends/bulk/cancel](https://api.weavr.io/products/multi/openapi/sends/sendcancel.md): Cancels send transactions that are scheduled to be executed in the future. ## Get a send transaction - [GET /sends/{id}](https://api.weavr.io/products/multi/openapi/sends/sendget.md): Retrieve the send transaction identified by the id path parameter. ## Create a bulk of send transactions (deprecated) - [POST /sends/bulk/create](https://api.weavr.io/products/multi/openapi/sends/sendcreatebulk.md): Deprecated in favour of the Operations in Bulk. Sends funds between multiple managed accounts and managed cards belonging to different corporate or consumer identities. The Send Profile (configured in the Multi Portal) specified determines the behaviour and restrictions of the transaction (for example, fees). ## Issue a one-time password that can be used to verify a send (deprecated) - [POST /sends/{id}/challenges/otp/{channel}](https://api.weavr.io/products/multi/openapi/sends/sendscachallenge.md): Deprecated in favour of Challenges endpoints Starts the verification process for a send in which a one-time password is sent to a device belonging to the logged-in user that was previously enrolled through the /authentication_factors/otp/{channel} endpoint. You should only start this process if the send state is PENDING_CHALLENGE. _Note that on the Sandbox Environment, text messages are not sent and the one-time-password is always \"123456\"._ ## Verify a send using a one-time password (deprecated) - [POST /sends/{id}/challenges/otp/{channel}/verify](https://api.weavr.io/products/multi/openapi/sends/sendscaverify.md): Deprecated in favour of Challenges endpoints Completes the verification process for a Send. If the outcome of the verification is successful, the send is executed. If not verified challenge expires after 5 minutes and the number of incorrect OTP attempts is limited to reduce the risk of fraud. _Note that on the Sandbox Environment, text messages are not sent and the verificationCode is always \"123456\"._ ## Issue a push notification that can be used to verify Send transaction (deprecated) - [POST /sends/{id}/challenges/push/{channel}](https://api.weavr.io/products/multi/openapi/sends/sendscachallengepush.md): Deprecated in favour of Challenges endpoints Starts the verification process for a Send in which a push notification is sent to a device belonging to the logged-in user that was previously enrolled through the /authentication_factors/push/{channel} endpoint. You should only start this process if the Send transaction state is PENDING_CHALLENGE.