Atlas Pay
Atlas Pay is a secure and flexible global settlement solution that enables the management of bookings across 150 low-cost carriers worldwide.
#OVERVIEW#
What are the benefits of Atlas Pay?
Atlas Pay is a secure and flexible global settlement solution that enables the management of bookings across 150 low-cost carriers worldwide.

Reporting and Reconciliation
Atlas offers a sophisticated reporting and reconciliation system which matches every transaction, helping to simplify accounting processes and automatically dealing with any post-pooking refunds.

Flexibility
Atlas provides flexibility to suit your needs by offering different payment methods to support each transaction.

Security
Atlas Pay is a secure way to settle and manage payments to suppliers and is PSD2/SCA compliant.
#PAYMENT METHODS#
What Atlas Pay Offers Now?
Atlas Pay provides clients with multiple payment methods: Atlas Deposit and Atlas VCC Passthrough, Atlas Merchant(MoR).



#FEATURED SOLUTION#
Atlas Hybrid Payment Solution

Here’s how you can use a different payment method to retry the failed VCC Passthrough booking on ATRIP:
Step1: Log in to the ATRIP Flight Deck, go to "Bookings" and locate the order number; Click on “Regenerate” to recreate the new order and you will be able to view the new order details.


Step 2: click “Pay”, order will be paid by deposit

Here’s how you can use a different payment method to retry the failed VCC passthrough booking Through API:
Scenario A: Atlas payment(pay.do) failed.
Regardless of the reason for the failure, as long as the order was not successfully paid for, the customer can take the following actions:
Retry or Switch to Deposit Mode of Payment
{
"orderNo": "XXX",
"supportCreditTransPayment": null, // no need
"creditCard": null // no need
}
Scenario B : Atlas payment(pay.do) success, Airline payment failed.
Cancel order → Regenerate order → Payment with deposit
If the payment cannot be processed due to an issue with the card, the system will automatically cancel the order and notify the customer of the cancellation reason via web-hooks, notification as follows:
{
"type": "order.cancelled",
"data": {
"orderNo": "{canceled order no}",
"errorCode": "604", // for example
"errorMessage": "Payment declined by airline"
}
}
The customer can then take the following actions:
Regenerate order(regenerateOrder.do):
{
"originalOrderNo": "{original order no}"
}
Payment with deposit(pay.do):
{
"orderNo": "{new order no}",
"supportCreditTransPayment": null, // no need
"creditCard": null // no need
}
Last updated
Was this helpful?