Withdraw from saving
POST /v2/treasury/savings/{savingId}/withdraw
POST
/v2/treasury/savings/{savingId}/withdraw
Make a withdrawal from a specific saving
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” savingId
required
string format: uuid
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09The saving ID
Request Body required
Section titled “Request Body required ”object
value
required
The amount to withdraw up to 6 decimal places
string
50.123456 savingId
required
The saving ID
string
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09Responses
Section titled “ Responses ”Created successfully
Query ID for tracking the withdrawal transaction
object
queryId
required
The query ID
string format: uuid
d24d70a9-e1e2-4e83-ac81-cf62c2cb4c09Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error