Skip to content

Payout errors

Error Format Structure

errors code description
Error object Text error code Description of the error

Statuses

Status description
Canceled The transaction was rejected by the provider
Failed The user has not completed the payment
Unknown Something went wrong on our side
Error The wrong information for this specific endpoint was sent

Example

Reversal

"errors": [{
"code":"provider_error",
"description": "Error from the provider. Please contact support"}],
"status": "reversal"

Error

"errors": [{
"code":"module_empty_error",
"description": "Merchant module settings not set for operation"}],
"status": "error"

"errors": [{
"code":"validate_additional_field_error",
"description": "Validate additional field in request error"}],
"status": "error "

Unknown

"errors": [{
"code":"provider_error",
"description": "Error from the provider. Please contact support"}],
"status": "unknown"

Canceled

"errors": [
{"code":"transaction_cancelled _error",
"description": "TransactionCancelledError"}],
"status": "canceled"

Failed

"errors": [ ],
"status": "failed"