WebAPI

<back to all web services

MakePFCPayment

Pay for crossing.

The following routes are available for this service:
POST/MakePFCPaymentPost payment to the account.

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

HTTP + XML

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

POST /xml/reply/MakePFCPayment HTTP/1.1 
Host: api-preprod.merseyflow.co.uk 
Content-Type: application/xml
Content-Length: length

<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>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

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