Funding Source
Last updated
Last updated
The Funding Source API allows you to retrieve information about funding sources associated with your customer account. The API supports two endpoints:
Search Funding Sources
Get a Specific Funding Source
Retrieve a paginated list of funding sources available to your account. This is useful for getting an overview of all funding sources tied to your account.
Method: POST
Endpoint: {{env}}/api/fundingsource/filter
This endpoint requires .
Input Parameters
fundingSourceStatus
string
No
Filter by the the status of the funding source. Available options: Approved/Pending Approval/ Rejected
BillingAccount
boolean
No
If the response should include or exclude funding source that is used as a billing account
CustomerCompanyName
string
No- available for partner accounts only
Filter by a customer name
CustomerId
guid
No- available for partner accounts only
Filter by a customer id
Pagination
ItemsPerPage
Integer
No
The desired number of funding sources per page
PageNumber
Integer
No
The desired page
Operators
contains
Filter records that contains the value
excludes
Filter records that does not contains the value
exactly matches
Filter records that exactly matches the value
Response
Id
guid
Funding Source Id
Number
string
The Bank Account or the Credit Card number
Name
string
Name of the account holder or the name on the card
CreatedAt
datetime
When the funding source was created
AggregationStatus
string
Bank account connection status (used when Bank account funding source was added suing Aggregation)
LastTimeRefreshed
datetime
When a Bank account was reconnected
FundingSourceType
string
Bank Account or Credit Card
BillingAccount
boolean
If this funding source is used as a billing account
HasBillingAccountSet
boolean
If the customer has an existing billing account defined
FundingSourceStatus
string
The status of the funding source. Available options: Approved/Pending Approval/ Rejected
Customer
Basic Customer data
Id
guid
Customer Id
CompanyName
String
Company Name
Retrieve detailed information about a specific funding source by its ID.
Endpoint:
Method: POST
Endpoint: {{env}}/api/fundingsource/{fundingSourceId}
Replace {fundingSourceId}
with the ID of the funding source you want to retrieve.
This endpoint requires authentication using your API credentials.
Input parameters
fundingSourceId
string
Yes
The unique ID of the funding source
Response
Id
guid
Funding Source Id
Institution
string
Financial institution name
InstitutionNumber
string
Financial institution number (for Canada)
TransitNumber
string
Financial institution transit number (for Canada)
AccountNumber
string
Bank account number
AccountType
string
Account type (Business or Personal)
RoutingNumber
string
Financial institution routing number (for US)
Name
string
Name of the account or the card holder for personal account
CompanyName
string
Name of the account or the card holder for Business account
string
Email of the account or card holder
CreatedAt
datetime
When the funding source was created
AggregationStatus
string
The status of the bank connection if was added through Aggregation
FundingSourceStatus
string
the status of the funding source
Country
string
The country of the funding source
UpdatedAt
datetime
Last updated date