Skip to main content

разблокировать денежные средства

DELETE 

/services/:service_id/charges/:charge_id/blocked

разблокировать денежные средства

Request

Path Parameters

    service_id stringrequired
    charge_id stringrequired

Body

    amount float

    сумма

Responses

OK

Schema

    decline_code decline codes (string)

    Possible values: [insufficient_funds, unknown_error_code, operation_declined, foreign_card_operation_is_unavailable, payment_is_blocked, payment_is_blocked_as_potential_fraud, payment_declined, 3ds_authorisation_error, limit_exceeded, card_has_expired, invalid_card_number]

    message string

    описание результата, стоит обращать внимание при ошибке

    info string
    status stringrequired

    Possible values: [charged, voided, error]

    статус холдирования

Loading...