# Response Success

Response success given Faspay there are 2 kinds found in TXN\_STATUS field include:

* C = Captured
* S = Sales

3 kinds of response above shows a positive response (success). For this type of status are obtained depending on the payment method selected examples:

* If the merchant is using a credit card with a method of acquiring authorization / capture model, the merchant will get the status N -> A -> C
* If the merchant is using a credit card with a method of acquiring authorization / capture model, the merchant will receive status "C" for a successful response for the call back.
* If the merchant is using a credit card with a method of acquiring purchase model, the merchant will get the status N -> S
* If merchants use credit card acquiring the sales method model, the merchant will receive status "S" for a successful response.


---

# 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.faspay.co.id/merchant-integration/api-reference-1/credit-card-transaction/response-transaction/response-success.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.
