cURL
curl --request POST \ --url https://api.dev.monei.cc/api/v1/wallet/payout/transfer \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "receiver": "<string>", "amount": 123, "transactionPin": "<string>", "currency": "<string>" } '
{ "statusCode": 123, "message": "<string>", "data": {}, "errors": {} }
Documentation IndexFetch the complete documentation index at: https://docs.monei.cc/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.monei.cc/llms.txt
Use this file to discover all available pages before exploring further.