Withdraw wallet funds

Withdraw funds from this wallet to a bank account (this transfer is D+0). The destination 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 withdraw. If the entered amount has more decimal places than the currency supports, trailing decimals will be truncated.
destinationPaymentMethodIdstringRequired
The ID of the bank account to withdraw funds to. The destination payment method ID must refer to a bank account.
currencyenumOptional

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

Errors