Phonixx Api

<back to all web services

VisaCheckout

The following routes are available for this service:
POST,OPTIONS/account/paymentmethod/visacheckout

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/oneway/VisaCheckout HTTP/1.1 
Host: parkmobile.us 
Content-Type: text/jsv
Content-Length: length

{
	secureData: 
	{
		callId: String,
		responseStatus: 
		{
			status: String,
			code: String,
			severity: String,
			message: String
		},
		enckey: String,
		encPaymentData: String,
		partialShippingAddress: 
		{
			countryCode: String,
			postalCode: String
		}
	},
	cardStatus: Primary,
	sortOrder: 0,
	preferred: False
}