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

Can only capture successful authorizations

Can only capture successful authorizations

Alex_Bill
Shopify Partner
4 0 0

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. 

 

Reply 1 (1)

ahmadraza365
Shopify Partner
1 0 0

Hi! have you find any work around it?