> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/bigcommerce/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/bigcommerce/1.0-4/shopper-experience/payment-methods/cards.md).

# Cards

Credit cards offer a convenient and secure method for consumers to purchase goods or services on credit. This payment method supports renowned card brands and is globally available, ensuring a fast and seamless shopping experience across different regions.

The table below provides comprehensive details about the Credit Card payment method, including supported card brands, types, popular countries, and currencies. Additionally, it outlines the shopper experience and specific features such as voiding and manual capture options.

<table><thead><tr><th>Details</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>Payment method</td><td><p>The Credit Cards payment method is a fast and secure shopping experience where the consumer can purchase goods or services on credit.</p><p>Supported card brands:</p><ul><li>American Express </li><li>Diners Club </li><li>Discover </li><li>JCB </li><li>Maestro </li><li>MasterCard </li><li>Visa</li></ul></td><td></td></tr><tr><td>Type</td><td>Credit/debit</td><td></td></tr><tr><td>Popular countries</td><td>Globally available</td><td></td></tr><tr><td>Supported currencies</td><td><p>See supported currencies for:</p><ul><li><a href="https://www.digitalriver.com/payment-method/american-express/">American Express </a></li><li><a href="https://www.digitalriver.com/payment-method/diners-club/">Diners Club </a></li><li><a href="https://www.digitalriver.com/payment-method/discover/">Discover </a></li><li><a href="https://www.digitalriver.com/payment-method/jcb/">JCB </a></li><li><a href="https://www.digitalriver.com/payment-method/maestro/">Maestro </a></li><li><a href="https://www.digitalriver.com/payment-method/mastercard/">MasterCard </a></li><li><a href="https://www.digitalriver.com/payment-method/visa/">Visa</a></li></ul></td><td></td></tr><tr><td>Shopper experience</td><td>The cards appear within the <a href="https://docs.digitalriver.com/digital-river-api/payments/payment-integrations-1/drop-in">Drop-in</a> component under the Payment section of the Checkout page. You must configure the currency and billing country settings on BigCommerce storefront and also <a href="https://docs.digitalriver.com/digital-river-api/administration/dashboard/settings/payment-methods/viewing-payment-method-details/enabling-currencies">enable the payment methods</a> from the Digital River <a href="https://dashboard.digitalriver.com/">Dashboard </a>for Drop-in to work. </td><td></td></tr><tr><td>Void</td><td><mark style="color:green;">✔</mark> Support for physical orders only.  Digital orders cannot be voided because they will be fulfilled immediately. Therefore, only a refund can be requested.</td><td></td></tr><tr><td>Manual Capture</td><td><mark style="color:red;"><strong>✘</strong></mark></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.digitalriver.com/bigcommerce/1.0-4/shopper-experience/payment-methods/cards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
