Transfers (funding)
POST /v1/transfers
Signed. {investor_id, direction: deposit|withdrawal, amount_micros}. Limits: 70,000 EGP/transfer, 200,000 EGP/day.
GET /v1/transfers?investor_id=…
List transfers (newest first).
GET /v1/transfers/{id}
The single transfer.
| Field | Notes |
|---|---|
transfer_id | |
direction | deposit | withdrawal |
amount_micros | |
state | received | pending_rail | at_broker | completed | failed |
rail_ref | payment-rail reference |
reason_code | on failure |
See Funding for the lifecycle and the EGP-666 demo failure.