v1

latestOpenAPI 3.0.2Apache License 2.02026-07-13109285691.8 KB
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

minimumBalanceinteger required

Amount to set as minimum balance for notifications in minor units

Example request

{
  "minimumBalance": 10000000
}

Response

Request Fulfilled