v1
latestOpenAPI 3.0.32026-07-2485236250.4 KBObsolete
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"
}