Private
clientThe addFunds
method allows you to add funds to a funding source.
The create
method creates a new funding source for a given user. This requires
payment information to be collected from the user.
The get
method retrieves a specific funding source by fundingSourceId
.
Now we can attach insurance providers to the user's Funding Source. This endpoint will retrieve all accepted insurance terms. For example if "ParcelGuard" appears here that means the user its using it.
The list
method retrieves a list of funding sources for a given user.
The metadata
method returns seller-specific requirements for creating funding sources
and attaching carriers
The registerCarrier
method registers a carrier account and associates
it with a given funding source.
The transactions
method returns all the transactions of a funding source.
See the FundingSourceTransactions type for more information about return data.
Optional
params: SE.PageableQuery & SE.CreationRangeQueryThe update
method updates a funding source for a given user. This allows the
user to update the billing address or payment information associated with the
funding source.
Generated using TypeDoc
Funding Sources API module - /v1/funding_sources
Docs: https://auctane.atlassian.net/wiki/spaces/SE/pages/3628370266/ShipEngine+Funding+Sources+API