# State and Status

## Pre-charge

<table><thead><tr><th>When</th><th width="263.9560546875">Payment Session Status</th><th>Charge Status</th></tr></thead><tbody><tr><td>Merchant Create Payment</td><td>REQUIRE_PAYMENT_METHOD</td><td>N/A</td></tr><tr><td>Merchant has finalized Payment data</td><td>REQUIRE_CONFIRMATION</td><td>N/A</td></tr><tr><td>Merchant Cancel Payment</td><td>CANCELLED</td><td>N/A</td></tr></tbody></table>

## Charge

### Pull Payment (Cards & E-wallets)

<table><thead><tr><th>When</th><th width="180.1572265625">Payment Session Status</th><th>Charge Status</th></tr></thead><tbody><tr><td>Merchant Confirm Payment and generate authorization page</td><td>REQUIRE ACTION</td><td>WAITING_FOR_USER_ACTION</td></tr><tr><td>Customer input cards details or E-Wallet OTP/PIN</td><td>PROCESSING</td><td>WAITING_FOR_AUTHENTICATION</td></tr><tr><td>Payment is processed by the Partner</td><td>PROCESSING</td><td>PROCESSING</td></tr><tr><td>Merchant chooses to manually capture</td><td>PROCESSING</td><td>WAITING_FOR_CAPTURE</td></tr><tr><td>Payment is successfully captured</td><td>PAID</td><td>SUCCESS</td></tr></tbody></table>

### Single Push Payment (QRIS & Virtual Account)

<table><thead><tr><th>When</th><th width="226.6708984375">Payment Session Status</th><th>Charge Status</th></tr></thead><tbody><tr><td>Merchant Confirm Payment and generate Dynamic Virtual Account Number or QR Content</td><td>REQUIRE ACTION</td><td>WAITING_FOR_USER_ACTION</td></tr><tr><td>Customer has paid Dynamic  Virtual Account Number or QRIS</td><td>PAID</td><td>SUCCESS</td></tr></tbody></table>

### Multiple Push Payment (QRIS & Virtual Account)

| When                                                                              | Payment Session Status | Charge Status |
| --------------------------------------------------------------------------------- | ---------------------- | ------------- |
| Merchant Confirm Payment and generate Static Virtual Account Number or QR Content | ACTIVE                 | N/A           |
| Customer has paid Static Virtual Account Number or QRIS                           | ACTIVE                 | SUCCESS       |

## Post-charge

| When                                                                     | Payment Session Status | Charge Status |
| ------------------------------------------------------------------------ | ---------------------- | ------------- |
| Customer left Payment Session with Single Payment Type or Charge Expired | EXPIRED                | EXPIRED       |
| Customer left Payment Session with Multiple Payment Type Expired         | INACTIVE               | N/A           |
| Customer is failed to pay                                                | CANCELLED              | FAILED        |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pivot-payment.gitbook.io/pivot-docs/payments/state-and-status.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
