Transfer Session
Create and track single money transfer sessions.
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/transfer-session | Initiate Transfer Session Creates a transfer session to move money between funding sources using `ACH`, `RTP`, or `RAPID_ACH`. |
| GET | /v1/transfer-session/contact/{contactGid} | Get Transfers by Contact Retrieves all transfer sessions associated with a beneficiary contact. Supports date range filtering. |
| GET | /v1/transfer-session/{gid} | Get Transfer Session by GID Retrieves a single transfer session by its unique GID. |
| GET | /v1/transfer-session/{gid}/notify | Notify Transfer Session Sends a notification (e.g., email) for a specific transfer session. |
| GET | /v1/transfer-session/{gid}/transfer-session-timeline | Get Transfer Session Timeline Retrieves the status change timeline / audit trail for a specific transfer session. |