Update funding account
Update a funding account.
Path parameters
fundingAccountId
Unique identifier of the funding account.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
type
Type of funding account.
Allowed values:
use
Indicates if we send funds or withdraw funds from the account.
credit
- Send funds to the account.debit
- Withdraw funds from the account.creditAndDebit
- Send funds and withdraw funds from the account.
Allowed values:
nameOnAccount
Name of the account holder.
paymentMethods
Array of paymentMethod objects.
metadata
Metadata object you can use to include custom data with your request.
Response
Successful request. We updated the funding account.