WebAPI

<back to all web services

UPGTransactACS

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

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/UPGTransactACS HTTP/1.1 
Host: api-preprod.merseyflow.co.uk 
Content-Type: text/jsv
Content-Length: length

{
	MD: String,
	PaRes: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	PayRequstId: 0,
	UPGResp: 
	{
		Amount: String,
		Avscv2Check: String,
		Avscv2ResponseCode: String,
		Cardype: String,
		CrossReference: String,
		Message: String,
		Name: String,
		PostCode: String,
		ReceiptInformation: String,
		ReceiptInformationResponse: 
		{
			Amount: String,
			AuthCode: String,
			CardDisplayNumber: String,
			CardType: String,
			ExpMMYY: String,
			Field1: String,
			Field10: String,
			Field13: String,
			Field14: String,
			Field3: String,
			Field4: String,
			Field5: String,
			Field6: String,
			Field9: String,
			FjNo: String,
			KeyedType: String,
			RequestType: String
		},
		ResponseCode: String
	},
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String
			}
		]
	}
}