Create funding account
Create a new funding account, and add it to the funding recipient.
Path parameters
Unique identifier of the funding recipient.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.
Request
Type of funding account.
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.
Name of the account holder.
Array of paymentMethod objects.
Unique identifier of the funding account.
Date and time that we received your request to create the funding account in our system.
Date and time that the funding account was last modified.
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.
Metadata object you can use to include custom data with your request.
Array of HATEOAS links.
Response
Successful request. We created the funding account and added it to the funding recipient.
Type of funding account.
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.
Name of the account holder.
Array of paymentMethod objects.
Unique identifier of the funding account.
Date and time that we received your request to create the funding account in our system.
Date and time that the funding account was last modified.
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.
Metadata object you can use to include custom data with your request.
Array of HATEOAS links.