Skip to content

BS Payone Reversal

Jovana Veskovic edited this page Apr 8, 2019 · 10 revisions

For this request, the parameter request, which is sent to BS Payone as a standard request, will have the value capture. To cancel the previously reserved amount, the amount 0 will be sent in the capture request. Beside the standard parameters, the following parameters will be sent for this request.

txid - BS Payone transaction ID
amount - 0
currency

Status, transactionId, and customerId will be returned in the response, if the status was APPROVED, REDIRECT or PENDING. If there was the error at processing the payment, status will be ERROR, and errorCode, errorMessage and customerMessage will be returned together with the status. The error will be mapped to the internal error, and the BS Payone message will be shown in the error details of the error response.

Clone this wiki locally