Add wallet funds

Add funds to this wallet from a bank account (this transfer is D+2). The source payment method ID must refer to a bank account.

Path parameters

entityIdstringRequired
Entity ID or Entity ForeignID
paymentMethodIdstringRequired
Payment Method ID or Payment Method ForeignID

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
amountdoubleRequired
The amount of the funds to add. If the entered amount has more decimal places than the currency supports, trailing decimals will be truncated.
sourcePaymentMethodIdstringRequired
The ID of the bank account to add funds from. The source payment method ID must refer to a bank account.
currencyenumOptional

The currency of the funds to add. (Defaults to USD, currently only USD is supported.)

Errors