v1

latestOpenAPI 3.0.32026-07-2485236250.4 KB
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

estimation_idstring required

Identifier of the estimation that was used to calculate the transfer amount

Example request

{
  "estimation_id": "00000000-0000-0000-0000-000000000001"
}

Response

OK

idstring required

Identifier of the executed transaction

Example response

{
  "id": "00000000-0000-0000-0000-000000000001"
}