-
Account
-
The thing that tokens of value (money) come in and out of. An account has one or more `owners` whichMore...
- Create Bank Account Balance
- Delete Bank Account Balance
- Get All Bank Account Balances
- Get Bank Account Balance By ID
- Update Bank Account Balance
-
v5.1.0 filtered by tag: Balance (5 APIs)
Create Bank Account Balance
Create a new Balance for a Bank Account.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
URL Parameters:
ACCOUNT_ID: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0
BANK_ID: gh.29.uk
JSON request body fields:
balance_amount: 50.89
balance_type: openingBooked
JSON response body fields:
account_id: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0
balance_amount: 50.89
balance_id: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh
balance_type: openingBooked
bank_id: gh.29.uk
{
"bank_id":"gh.29.uk",
"account_id":"8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0",
"balance_id":"7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh",
"balance_type":"openingBooked",
"balance_amount":"50.89"
}
-
CanCreateBankAccountBalance
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Delete Bank Account Balance
Delete a Bank Account Balance specified by BALANCE_ID.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
URL Parameters:
ACCOUNT_ID: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0
BALANCE_ID: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh
BANK_ID: gh.29.uk
JSON response body fields:
-
CanDeleteBankAccountBalance
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Get All Bank Account Balances
Get all Balances for a Bank Account.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
URL Parameters:
ACCOUNT_ID: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0
BANK_ID: gh.29.uk
JSON response body fields:
account_id: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0
balance_amount: 50.89
balance_id: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh
balance_type: openingBooked
balances: balances
bank_id: gh.29.uk
{
"balances":[{
"bank_id":"gh.29.uk",
"account_id":"8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0",
"balance_id":"7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh",
"balance_type":"openingBooked",
"balance_amount":"50.89"
}]
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Get Bank Account Balance By ID
Get a specific Bank Account Balance by its BALANCE_ID.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
URL Parameters:
ACCOUNT_ID: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0
BALANCE_ID: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh
BANK_ID: gh.29.uk
JSON response body fields:
account_id: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0
balance_amount: 50.89
balance_id: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh
balance_type: openingBooked
bank_id: gh.29.uk
{
"bank_id":"gh.29.uk",
"account_id":"8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0",
"balance_id":"7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh",
"balance_type":"openingBooked",
"balance_amount":"50.89"
}
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Update Bank Account Balance
Update an existing Bank Account Balance specified by BALANCE_ID.
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
URL Parameters:
ACCOUNT_ID: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0
BALANCE_ID: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh
BANK_ID: gh.29.uk
JSON response body fields:
account_id: 8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0
balance_amount: 50.89
balance_id: 7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh
balance_type: openingBooked
bank_id: gh.29.uk
{
"bank_id":"gh.29.uk",
"account_id":"8ca8a7e4-6d02-40e3-a129-0b2bf89de9f0",
"balance_id":"7uy8a7e4-6d02-40e3-a129-0b2bf89de8uh",
"balance_type":"openingBooked",
"balance_amount":"50.89"
}
-
CanUpdateBankAccountBalance
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.