cURL
curl --request PUT \ --url https://waas-staging.embedly.ng/api/v1/wallets/wallet/transaction/v2/wallet-to-wallet \ --header 'Content-Type: application/json' \ --data '{ "fromAccount": "<string>", "toAccount": "<string>", "amount": 123, "transactionReference": "<string>", "remarks": "<string>", "transactionTypeId": 123 }'
{ "code": "200", "success": true, "message": "Transaction completed successfully.", "data": { // Additional transaction details if applicable } }
The endpoint facilitates transferring funds from one embedly wallet to another embedly wallet.