Status for Merchant acquiring solution

OwlPay object status enum.

Payment Intent

StatusDescription
createdThis status indicates that the process has been initialized. It’s the starting point for the transaction.
checking_outThis status means that the customer is currently in the process of checking out or credit card 3DS(OTP).
authorizedThis status confirms that the payment has been successfully authorized, completing the checkout process.
cancelled This status is used when the authorization has been canceled, meaning the payment will not proceed.
capturedThis status indicates that the payment has been successfully captured. Usually 1-2 days after entering the Captured state, you can request settlement.
failedThis status appears when there is a failure during the checkout process, either in authorization or capture.
partial_refundThis status indicates that a partial refund has been processed for the transaction.
full_refundThis status shows that the entire amount of the transaction has been refunded.
payment_processingThis status indicates that the payment is currently being processed.
(Usually arrives within 1 day)
payment_completedThis status confirms that the payment process has been completed successfully.
(Please confirm whether the bank account you provided to OwlPay has actually received the payment)
payment_failedThis status is used when the payment processing fails.

Payment Intent Refund

StatusDescription
refund_processingThis status indicates that the refund process is currently underway.
refund_completedThis status confirms that the refund has been successfully completed.
refund_cancelledThis status is used when the refund process has been canceled, meaning the refund will not be issued.