App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I'm trying to mark as paid one COD order which is created by other third party app but facing below error,
{"errors":{"base":["Can only capture successful authorizations"]}}
Request,
Array ( [transaction] => Array ( [currency] => INR [amount] => 6699.00 [kind] => capture [parent_id] => 6733294993662 ) )
The transaction I'm trying to capture is,
[kind] => sale [gateway] => Cash on Delivery (COD) [status] => pending
Please help here, if anyone have solution.
Hi! have you find any work around it?