# Gateway Recommendation List

<table><thead><tr><th width="72">No</th><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>DO_NOT_PROCEED</td><td>Do not proceed using this card. This will be presented if the gateway fails the request, but there is no apparent way for this transaction to succeed.</td></tr><tr><td>2</td><td>PROCEED</td><td>Proceed with the next step in processing this payment by either: Authenticating the payer using the Authenticate Payer operation or Submitting the payment request as the payer is sufficiently authenticated, or updating card details.</td></tr></tbody></table>


---

# 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://docs.finpay.id/api-reference/appendix/enumeration/gateway-recommendation-list.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.
