v1

latestOpenAPI 3.0.32026-07-2621102.1 MB
Transfers

List Transfers

Use the List Transfer endpoint to get incoming and outgoing transfers attached to the provided account_no.All transfers created by <a href="ref:payhub_post_createTransfer" target="_blank">Create Transfer</a> will be returned as outgoing transfers.

post/listTransfers

Headers

Authorizationstring required
Example:Basic eW91cl9hcGlsb2dpbjp5b3VyX2FwaXRyYW5za2V5

Basic authentication token (base64-encoded {apilogin}:{apitranskey} credentials provided by SoFi Tech Solutions)

Request body

accountNostring required

All transfers associated with this <glossary:PRN>. Pattern: PRN Example: 074103447228

dateFromstring

Start date for the transaction query. Defaults to the past 30 days from the current date. Pattern: YYYY-MM-DD or ISO 8601 date-time Example: "2025-07-13"

dateTostring

End date for the transaction query. Defaults to the current date and time. Pattern: YYYY-MM-DD or ISO 8601 datetime Example: "2025-08-13"

limitinteger

Maximum number of transfers to return in the response. Pattern: Integer, max 15 Example: 15

pagestring

Pass the nextPage token from a previous response to fetch the subsequent page. Pattern: Alphanumeric token Example: "NO34BNT04TV234N6V274692376G32NNFNNF7988247923865017061N"

Response

Successful Response

nextPagestring required

Token used to retrieve the next page of results. This field is null if there are no more results.