> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/capability/atlas-news/vcc-pass-through-payments-overview-and-pro-tips.md).

# VCC Pass-Through Payments: Overview & Pro Tips

***

&#x20;**Peak Season Headaches: Frustrated by VCC Payment Failures?**

Take Alex, a flight ticketing manager of an OTA in Europe. During peak travel seasons, his system processes hundreds of airline ticket payments daily. Recently, a sudden fare increase by an airline caused a payment to fail—his virtual card didn’t have sufficient balance, and the booking was automatically rejected.

To make matters worse, some payments were blocked by airline fraud detection systems due to high transaction volumes, delaying ticket issuance and affecting customer satisfaction.

***

## **How Atlas VCC Pass-Through Solves These Challenges**

#### ✅ **Higher Payment Success Rates**

Compared to traditional credit cards, Virtual Credit Cards (VCCs) offer higher success rates—especially for high-frequency, high-volume transactions—helping operations run smoothly.

#### ✅ **Flexible Fund Management**

Top up VCC balances as needed. This allows for more dynamic and efficient fund allocation across multiple bookings and suppliers.

#### ✅ **Fast & Seamless**

VCCs are issued and used entirely online—no need for physical cards—making the process faster, simpler, and more scalable.

#### ✅ **Earn Rebates**

VCC users can receive rebates based on transaction value and volume, reducing costs and improving profitability.

***

## **Using Atlas VCC Effectively**

#### ✅ **Smart Technology, Reliable Results**

* Automatically identifies whether a booking supports VCC pass-through (supportCreditTransPayment=1).
* If a VCC transaction fails due to insufficient balance or airline rejection, the system allows users to regenerate the order and switch to prepayment—ensuring the ticket still gets issued.

#### ✅ **Real-Time Pricing, Smarter Automation**

* Live fare passthrough: Atlas connects directly with airline APIs to fetch real-time vendorFare prices, eliminating manual errors.
* Price protection: Set a maxAcceptedAmount (recommended at 3% above the booking amount) to allow for automatic retries during fare changes.

#### ✅ **Secure Transactions, Risk Managed**

* Use single-use VCCs along with Atlas's auto-retry feature (allowRetry=Yes) to minimize fraud and avoid card duplication errors.
* Post-payment checks: The system validates vendorCost in real time to ensure correct reconciliation. If something looks off, it flags the transaction immediately.

#### ✅ **Fast Recovery from Failed Transactions**

If payment fails, follow these quick steps:

1. Check the API charge status
2. Retry with a different card BIN
3. Switch to prepayment if needed
4. Contact the airline to resolve the issue

***

## **Frequently Asked Questions**

**Q: The payment amount doesn’t match what was expected—why?**

**A:** Use the queryorderdetails.do API to check the vendorCost, which reflects the actual amount charged by the airline. This makes reconciliation straightforward.

**Q: What’s the ideal value to set for maxAcceptedAmount?**

**A:** Set it at 1.03 × the order amount. This allows for minor fare changes without risking payment failure or fund overexposure.

**Q: How do I know if a flight supports VCC pass-through?**

**A:** In the API response, if supportCreditTransPayment=1 is returned, the flight supports VCC pass-through payment.

From *payment delays* to *instant confirmations*, and from *manual recovery* to *automated precision*—

***

## **Atlas VCC is more than a tool.**

***It’s a smarter, more controlled way to handle payments, empowering travel providers and agents to move from reactive firefighting to proactive success.***


---

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

```
GET https://resources.atriptech.com/capability/atlas-news/vcc-pass-through-payments-overview-and-pro-tips.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.
