Sends
The Send transaction is used to send funds between managed accounts and managed cards belonging to different identities.
A send moves funds between instruments owned by different identities on the Weavr platform. The destination can be a managed account or managed card, and the source and destination must use the same currency.
Use these endpoints to create and retrieve sends. A send may require Strong Customer Authentication unless the destination is a trusted payee or another configured exemption applies.
Read Sends for setup, authentication, and transaction states.
Operations
Create a sendPOST
/sendsList sendsGET/sendsGet a sendGET/sends/{id}Cancel a sendPOST/sends/{id}/cancelIssue a one-time password that can be used to verify a sendPOST/sends/{id}/challenges/otp/{channel}Verify a send using a one-time passwordPOST/sends/{id}/challenges/otp/{channel}/verifySend a push notification to verify a sendPOST/sends/{id}/challenges/push/{channel}