Hub Accounts: add endpoints for managing associated accounts#361
Open
Hub Accounts: add endpoints for managing associated accounts#361
Conversation
| </Callout> | ||
| To set or replace the nominated account for a Hub Account, you can use the [POST /v1/accounts/{accountId}/related-accounts](#add-an-associated-or-nominated-account) (preferred), or the [PUT /v1/accounts/{accountId}/nominated-account](#set-a-nominated-account) endpoint. | ||
|
|
||
| You can make payments from a Hub Account to its nominated account via [Faster Payments](../gbp-payments/faster-payments); to receive updates about transactions for a Hub Account, you can subscribe to the [Transaction Settled webhook](../gbp-payments/faster-payments#transaction-settled-webhook). |
Contributor
There was a problem hiding this comment.
Can you only use FPS? I'd clarify that if that's the case--"You can only make payments from a Hub Account to its nominated account..." Right now it sounds ambiguous, like you can use any payment rail but we PREFER FPS
Contributor
Author
There was a problem hiding this comment.
Opened a query with Developer
Co-authored-by: Eleanor Lovelock <107618484+ClearlyEleanor@users.noreply.github.com>
Co-authored-by: Eleanor Lovelock <107618484+ClearlyEleanor@users.noreply.github.com>
Co-authored-by: Eleanor Lovelock <107618484+ClearlyEleanor@users.noreply.github.com>
Co-authored-by: Eleanor Lovelock <107618484+ClearlyEleanor@users.noreply.github.com>
Co-authored-by: Eleanor Lovelock <107618484+ClearlyEleanor@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add new associated and nominated accounts endpoints. These new endpoints allow you to connect accounts to Hub Accounts as either nominated or associated. These related accounts may send or receive funds to/from a Hub Account for a specific purpose, fulfilling a key function of a financial service.
The new endpoints include: