Deposit Account
Retrieve a Savings Account
GET
The balance on a savings account is automatically re-calculated and upated after every 30 mins on Woodcore, when a transaction is done on an an account, the change on the balance might not impact immediately but the message has been efected, if you need to see the calculated balaned realtime you can passs refresh
as true
Example
- GET Account Balance - $500
- POST Debit Transaction - $100
- GET Account Balance - $500
- GET Account Balance with
refresh = true
- $400 - GET Account Balance 30 min after - $400
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Example:
"10"
Query Parameters
Example:
true
Response
200 - application/json
ddddd
The response is of type object
.