> For the complete documentation index, see [llms.txt](https://docs.faspay.co.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faspay.co.id/merchant-integration/api-reference-1/credit-card-transaction/response-transaction/response-success.md).

# 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.
