WebAPI

<back to all web services

MakePFCPayment

Pay for crossing.

Post payment to the account.

To override the Content-type in your clients HTTP Accept Header, append the .soap12 suffix or ?format=soap12

HTTP + SOAP12

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap12 HTTP/1.1 
Host: api-preprod.merseyflow.co.uk 
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<MakePFCPayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.ServiceModel">
  <Reqeust>
    <Card xmlns:d3p1="http://schemas.datacontract.org/2004/07/WebAPI.Models">
      <d3p1:Address>
        <d3p1:AddressLine1>STRING</d3p1:AddressLine1>
        <d3p1:AddressLine2>STRING</d3p1:AddressLine2>
        <d3p1:City>STRING</d3p1:City>
        <d3p1:CountryCode>STRING</d3p1:CountryCode>
        <d3p1:CountyCode>STRING</d3p1:CountyCode>
        <d3p1:PostalCode>STRING</d3p1:PostalCode>
        <d3p1:PtcAbsCode>STRING</d3p1:PtcAbsCode>
      </d3p1:Address>
      <d3p1:CardNumber>String</d3p1:CardNumber>
      <d3p1:CardType>0</d3p1:CardType>
      <d3p1:ExpirationMonth>String</d3p1:ExpirationMonth>
      <d3p1:ExpirationYear>String</d3p1:ExpirationYear>
      <d3p1:IsSameAddress>false</d3p1:IsSameAddress>
      <d3p1:Name>String</d3p1:Name>
      <d3p1:SecurityCode>String</d3p1:SecurityCode>
    </Card>
    <EmailAddress>String</EmailAddress>
    <PaymentAmount>0</PaymentAmount>
    <Vehicle xmlns:d3p1="http://schemas.datacontract.org/2004/07/WebAPI.Models">
      <d3p1:BodyCode>String</d3p1:BodyCode>
      <d3p1:CountryCode>String</d3p1:CountryCode>
      <d3p1:GroupName>String</d3p1:GroupName>
      <d3p1:IsMonthlyPassAutoRenewal>false</d3p1:IsMonthlyPassAutoRenewal>
      <d3p1:LicPlateNo>String</d3p1:LicPlateNo>
      <d3p1:OrderTag>false</d3p1:OrderTag>
      <d3p1:PlatePlan>0</d3p1:PlatePlan>
      <d3p1:ProductId>0</d3p1:ProductId>
      <d3p1:SeatCapacity>0</d3p1:SeatCapacity>
      <d3p1:TaxClassId>0</d3p1:TaxClassId>
      <d3p1:TradePlate>false</d3p1:TradePlate>
      <d3p1:VehClassId>0</d3p1:VehClassId>
      <d3p1:VehicleColour>String</d3p1:VehicleColour>
      <d3p1:VehicleMakeId>0</d3p1:VehicleMakeId>
      <d3p1:VehicleModel>String</d3p1:VehicleModel>
      <d3p1:VehicleYear>String</d3p1:VehicleYear>
      <d3p1:WheelPlan>String</d3p1:WheelPlan>
    </Vehicle>
  </Reqeust>
</MakePFCPayment>

    </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
    <soap12:Body>

<MakePFCPaymentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.ServiceModel">
  <AccountId>0</AccountId>
  <AccountNumber>String</AccountNumber>
  <FjNo>0</FjNo>
  <ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
    <d2p1:ErrorCode>String</d2p1:ErrorCode>
    <d2p1:Message>String</d2p1:Message>
    <d2p1:StackTrace>String</d2p1:StackTrace>
    <d2p1:Errors>
      <d2p1:ResponseError>
        <d2p1:ErrorCode>String</d2p1:ErrorCode>
        <d2p1:FieldName>String</d2p1:FieldName>
        <d2p1:Message>String</d2p1:Message>
      </d2p1:ResponseError>
    </d2p1:Errors>
  </ResponseStatus>
</MakePFCPaymentResponse>

    </soap12:Body>
</soap12:Envelope>