Obsolete
Executes the card withdrawal request
Executes the estimated withdrawal request for the card. </br>This method is deprecated and will be removed in the future.
post/api/v1/cards/{cardId}/withdraw/execute
Path parameters
cardIdstring required
Id of the card on which the action should be performed
Request body
Example request
{
"estimation_id": "00000000-0000-0000-0000-000000000001"
}Response
OK
Example response
{
"id": "00000000-0000-0000-0000-000000000001"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.