GET /v2/sourceAccounts

velopayments.com

Summary: Get list of source accounts
Operation ID: getSourceAccountsV2
Auth: unknown
Description

List source accounts.

Parameters (7)

fundingAccountId (string, query, optional)

The funding account ID

page (integer, query, optional, default: 1)

Page number. Default is 1.

pageSize (integer, query, optional, default: 25)

The number of results to return in a page

Constraints: {'minimum': 1, 'maximum': 100}

payorId (string, query, optional)

The account owner Payor ID

physicalAccountId (string, query, optional)

The physical account ID

physicalAccountName (string, query, optional)

Physical Account Name

sort (string, query, optional, default: fundingRef:asc)

List of sort fields e.g. ?sort=name:asc Default is name:asc The supported sort fields are - fundingRef, name, balance

Constraints: {'pattern': '[fundingRef|name|balance]+[:desc|:asc]'}

No probe data for this endpoint yet.