`POST /payment-orders/{id}/accept` It will withdraw money from users *default* bank account. Statuses: * OK * BAD_REQUEST - if payment order with such ID does not exist * BAD_REQUEST - if payment order was already accepted
POST /payment-orders/{id}/acceptIt will withdraw money from users default bank account.
Statuses: