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.
fundingAccountId
Unique identifier of the funding account.
createdDate
Date and time that we received your request to create the funding account in our system.
lastModifiedDate
Date and time that the funding account was last modified.
status
Status of the funding account. The value is one of the following:
approved
- We approved the funding account.rejected
- We rejected the funding account.pending
- We have not yet approved the funding account.hold
- Our Risk team have temporarily placed a hold on the funding account.
Allowed values:
metadata
Metadata object you can use to include custom data with your request.
links
Array of HATEOAS links.