Paying with Pax2Pay

For suppliers that require card payment you can sign-up to our Pax2Pay virtual card solution.

Here is an example of paying via Pax2Pay:

<?xml version="1.0" encoding="UTF-8"?>
<FAB_BasketRQ Target="test" Version="2002A" xmlns="http://www.xmltravel.com/fab/2002/09">
  <SyndicatorInfo SyndicatorId="ExampleSyndicatorId" SyndicatorPassword="xxxxxxxx"/>
  <SessionInfo FABSessionId="H2P9exxxxiCaAaRqEZw9OQlg" CreateNewSession="false"/>
  <BookBasketRequest BasketId="B1WnxxxxBdIZAWqJGbrufG" ResponseTimeoutSecs="120" TotalCost="194.74">
    <Payment PaymentMode="syndicator_deferred"/>
  </BookBasketRequest>
</FAB_BasketRQ>

Note that:

  • PaymentMode is set to syndicator_deferred
    • This tells FAB to attempt to automatically handle payment. FAB then detects that the supplier requires card payment so uses that over e.g account payment.
      • If FAB instead detects that the supplier requires account payment that will be used over Pax2Pay.
  • No PaymentCard is provided

Last modified November 30, 2022