The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/UPGTransact HTTP/1.1
Host: api-preprod.merseyflow.co.uk
Content-Type: text/jsv
Content-Length: length
{
Amount: 0,
CardHoderEmail: String,
PhoneNumber: String,
IsEnable3DS: False,
IsValidation: False,
Card:
{
Address:
{
AddressLine1: STRING,
AddressLine2: STRING,
City: STRING,
CountyCode: STRING,
PostalCode: STRING,
CountryCode: STRING,
PtcAbsCode: STRING
},
Name: String,
CardNumber: String,
CardType: 0,
ExpirationMonth: String,
ExpirationYear: String,
SecurityCode: String
}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
PayRequstId: 0,
Is3DS: False,
UPG3DSRedirectResp:
{
ACSURL: String,
MD: String,
Pareq: String,
QAProducts: String
},
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
}
]
}
}