{"section":"tutorials","requestedLocale":"en","requestedSlug":"credit-card-basic-payment-flow","locale":"en","slug":"credit-card-basic-payment-flow","path":"docs/en/tutorials/payments/payments-overview/credit-card-basic-payment-flow.md","branch":"main","content":"This article aims to explain how the basic flow of a __credit card__ payment works:\n\n![EN Credit Card Flow](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/payments/payments-overview/credit-card-basic-payment-flow_1.svg)\n\n1. On the Checkout screen, the customer chooses the credit card __Payment Method__ to pay for their purchase.\n2. Payment information is passed to the __Payment Gateway__. The [gateway](/en/docs/tutorials/what-is-a-payment-gateway) is the player responsible for ensuring that this payment is successful.\n3. With the information in hand, the payment gateway passes on the required information to the __Acquirer__. The [acquirers](/en/docs/tutorials/what-is-the-difference-between-acquirer-brand-gateway-and-sub-acquirer-in-brazil#acquirer) are responsible for settlements of financial transactions with retailers.\n4. In the possession of this information, the acquirer sends the payment data to the __Card Brand__. The [card brand](/en/docs/tutorials/what-is-the-difference-between-acquirer-brand-gateway-and-sub-acquirer-in-brazil#card-brand) determines some business rules for payments, such as the number of installments. In addition, it connects the acquirer system with the issuing banks.\n5. Finally, the brand sends the payment information to the __Issuing Bank__. The issuing bank performs the credit analysis, checks the available limit and then authorizes or denies payment.\n\nWith the response from the issuing bank, the reverse flow is performed and the __Payment Gateway__ receives the information if the payment has been approved or denied.\n\n> ℹ️ You can include the **Anti-Fraud** in this stream. In such case, the anti-fraud receives the gateway information that the payment was pre-authorized by the issuing bank. With the information received from the gateway, the anti-fraud sends a payment approval or denial as response. If the anti-fraud denies, the payment is canceled. If the payment is approved, the order may continue its normal flow."}