Understand payment, charge, and refund processing states

When you use make a charge or refund, the payments follow a specific sequence. We assign a “state” during each step of the process.

Here’s a brief overview of charge and refund states for credit cards and eChecks. Design your app so it can handle changes to payment states.

Credit card processing states

These states apply to credit card charges and refunds.

Charge states

Successful credit card charges start in the authorized state. Charges become captured following further authorization. Once the money is in the seller’s (i.e. merchant) bank account, the charge becomes settled.

../../../_images/ChargeStates.png

If a charge isn’t authorized, its state becomes declined.

If a charge is captured but then canceled, its state becomes cancelled.


Refund states

Successful credit card refunds start in the issued state. Once the money moves back to the customer’s (i.e. card holder) bank account, the refund becomes settled.

../../../_images/RefundStates.png
eCheck processing states

These states apply to credit card charges and refunds.

Charge states

Successful eCheck charges start in the pending state. Once the ACH network accepts the eCheck and the money moves to the seller’s (i.e. merchant) bank account, the charge becomes succeeded.

From a pending state, eChecks can also become declined or voided. Declines are caused by processing issues. Voids are intentional cancellations.

../../../_images/ECheckStates.png

eCheck refund states

Successful eCheck refunds start in the pending state. If the refund is approved and the money moves back to the check writer’s account, the refund becomes succeeded.

../../../_images/ECheckRefundStates.png