Would "Create Payment" API call ever result in PENDING status when using a credit card payment source?

Hi,
When calling the Create Payment API (as described below) with a nonce created from a credit card, would the API ever return a PENDING status?

I plan to offer only a credit card payment option within my Square-linked app, and hope to derive a success/failure result without setting-up web hooks.
Thank you, Van

Currently with the Payments API a PENDING will be returned for ACH payment. Card payments will always return a COMPLETED for a successful payment, APPROVED for delay capture payments, and FAILED for unsuccessful payments. :slightly_smiling_face:

Exactly the information I needed! Thank you!