Update Savings Goal Action

Update a savings goal action with a given goal_id and goal_action_id.

When a goal action is updated, we validate that the associated account has a balance that reflects this amendment. If the balance is not sufficient, the goal action will not be updated.

Path Params
string
required

The ID of the savings goal.

Example: 81a68821-dca6-4771-80d4-002c7fce412e

string
required

The ID of the savings goal action.

Example: 884d3e01-757c-4963-8e97-c1be109bbbcc

Body Params
amount
object

The amount of money being saved towards the savings goal.

The currency field is optional as it will default to the existing currency of the goal action; however, if it is supplied then it must be the same as the existing currency of the goal action.

string
enum

The credit/debit indicator of the amount. This indicates whether the amount has been added to or subtracted from the savings goal.

Example: credit

Allowed:
Headers
string
required

The API Client Identifier (Service Application Identifier).

uuid
required

A unique identifier for a Customer, as registered on Bud's platform.

string

Use the internal client identifier, provided in the client_metadata object when creating the customer in Create Customer V3, in place of an X-Customer-Id header.

string

The Bud Customer secret used to encrypt customer data. This is required only if the customer secret is not already stored with Bud.

Responses

Language
Credentials
OAuth2
Response
Choose an example:
application/json