cURL
curl --request POST \ --url https://api.unpay.in/v1/banking/transfer \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "from_account": "<string>", "to_account": "<string>", "amount": 123 } '
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Transfer initiated