CAPTURE_NOT_ALLOWED error is only present as response to capture request.
There are multiple reasons for this error to occur depending on these the customer may not get the products and the merchant won't get settled for the order. The customer might have to place the same order again.
Error message
Description
Error handling
[Capture not allowed]
The order might be cancelled or expired, or the captured amount might be higher than the remaining authorized amount.
403 - CANCEL_NOT_ALLOWED
CANCEL_NOT_ALLOWED error is only present as response to cancel request.
Error message
Description
[Order has previous captures. Cancel not possible]
Once an order is captured, it can not be cancelled anymore. For more information, see our Escalation and retry policy.
403 - NOT_ALLOWED
NOT_ALLOWED error could be present in the following requests:
release_authorization
extend_authorization_time
update_authorization
update_order_customer_details
update_merchant_references
Depending on the operation this error can affect the customer communication, shipping details or authorization expire time.
Error message
Description
Error handling
[Resulting authorization amount xxx cannot be less than the captured amount xxx for order. Order authorization cannot be updated]
The capture amount must always be higher than the authorized amount.
REFUND_NOT_ALLOWED error is only present as response to refund request.
If the order has already been cancelled or fully refunded, the failed refund call doesn't have any impact on the customer. In cases where the attempted refunded amount is greater than the captured amount, the whole refund might fail, and customer's money be left with the merchant.
Error message
Description
Error handling
[Order has no captures. Refund not possible]
An order or value can only be refunded if it has been previously captured or partially captured.