GET
/
savingsaccounts
/
{savingsId}
curl --request GET \
  --url https://spark.test.woodcore.co/api/v2/savingsaccounts/{savingsId} \
  --header 'Authorization: Bearer <token>'
{}

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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

savingsId
string
required
Example:

"10"

Query Parameters

refresh
boolean
Example:

true

Response

200 - application/json
ddddd

The response is of type object.