Source Accounts
Set notifications
Set notifications for a given source account
If the balance falls below the amount set in the request an email notification will be sent to the email address registered in the payor profile
post/v3/sourceAccounts/{sourceAccountId}/notifications
Path parameters
sourceAccountIdstring uuid required
Source account id
Request body
Example request
{
"minimumBalance": 10000000
}Response
Request Fulfilled