Process Payment
Process Cart with Payment is used to create a new booking from the cart contents.
zapiProcessCartWithPayment
Request Body
Name
Type
Description
<?xml version="1.0" encoding="utf-8"?>
<response>
<zapiVersion>2.1</zapiVersion>
<error>0</error>
<message>OK</message>
<methodResponse>
<methodName>zapiProcessCartWithPayment</methodName>
<methodErrorCode>0</methodErrorCode>
<methodErrorMessage>Booking Processed</methodErrorMessage>
<bookingInformation>
<bookingId>40245</bookingId>
<bookingReference>3QX932R</bookingReference>
<bookingMessage>
<![CDATA[Client booking has been created.]]>
</bookingMessage>
</bookingInformation>
<transactionResult>
<transactionErrorCode>0</transactionErrorCode>
<bookingId>40245</bookingId>
<bookingReference>3QX932R</bookingReference>
<transactionId>99783</transactionId>
<transactionAmount>0</transactionAmount>
<transactionMethod>2002</transactionMethod>
<bookingMessage>
<![CDATA[Client booking has been created.]]>
</bookingMessage>
</transactionResult>
</methodResponse>
</response>Last updated
Was this helpful?
