/transaction-requests
Example requests for the Transfer to Mobile API
curl -X POST "https://obp-api-sandbox.nmbbank.co.tz/transaction-requests" -d '{"from_account_id":"12345","to_account_id":"67890","amount":50000,"currency":"TZS"}'
json { "transaction_request_id": "tr1", "status": "pending" }