Where I can see the payments with status approved?

Hello Team,
I have setup the square sandbox account. I have created a payment with “autocomplete:false”. payment created successfully with status approved. I want to know under dashboard where I can see this payment. After that I have completed the above payment with API( https://connect.squareupsandbox.com/v2/payments/id/complete) then it shows under transactions but I want to see the authorized payments (with status approved).

Hi @swatish welcome to the forums!

Uncaptured payments do not show up anywhere in the Square Dashboard. You will have to use the Square API (Payments API) to see those payments that have been approved but not captured. I’ll update this to be a feature request though.

1 Like

Thank you for your reply. 1 more thing that I want to know is : I have query regarding card per-authorized and the reply from square team is “Square doesn’t offer support for pre-authorizing cards or collecting security deposits.”
Then what does autocomplete:false means in the payment api’s?

You can definitely use autocomplete:false in CreatePayment, and it will authorize the card for up to 7 days. Apologies for the confusion here.

1 Like

Thank you so much for your reply.