WebAPI

<back to all web services

ProcessBusinessCrossingPayment

The following routes are available for this service:
POST/ProcessBusinessCrossingPayment

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

HTTP + JSV

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

POST /jsv/reply/ProcessBusinessCrossingPayment HTTP/1.1 
Host: localhost 
Content-Type: text/jsv
Content-Length: length

{
	requestInfo: 
	{
		AccountId: 0,
		Amount: 0,
		Crossings: 
		[
			0
		],
		PostPaymentData: 
		{
			JourneyReference: String,
			ResponseCode: String,
			PaymentCrossReference: String,
			PaymentCardScheme: String,
			PaymentAuthCode: String,
			PaymentVerificationResponseCode: String,
			PaymentCurrency: String,
			PaymentAmount: 0,
			RawPaymentResponse: String
		}
	}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	},
	PaymentMessage: String,
	FJNo: 0,
	PaymentReference: String
}