Status for Merchant acquiring solution
OwlPay object status enum.
Payment Intent
Status | Description |
---|---|
created | This status indicates that the process has been initialized. It’s the starting point for the transaction. |
checking_out | This status means that the customer is currently in the process of checking out or credit card 3DS(OTP). |
authorized | This 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. |
captured | This status indicates that the payment has been successfully captured. Usually 1-2 days after entering the Captured state, you can request settlement. |
failed | This status appears when there is a failure during the checkout process, either in authorization or capture. |
partial_refund | This status indicates that a partial refund has been processed for the transaction. |
full_refund | This status shows that the entire amount of the transaction has been refunded. |
payment_processing | This status indicates that the payment is currently being processed. (Usually arrives within 1 day) |
payment_completed | This 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_failed | This status is used when the payment processing fails. |
Payment Intent Refund
Status | Description |
---|---|
refund_processing | This status indicates that the refund process is currently underway. |
refund_completed | This status confirms that the refund has been successfully completed. |
refund_cancelled | This status is used when the refund process has been canceled, meaning the refund will not be issued. |
Updated 3 months ago