Phonixx Api

<back to all web services

PaymentOptions

The following routes are available for this service:
GET,OPTIONS/account/paymentoptions

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

{
	parkmobileWallet: 
	{
		rebuildOptions: 
		[
			0
		],
		replenishmentThreshold: 0,
		walletActivationEnabled: False,
		loadWalletOnCreation: False,
		minimumReload: 0,
		maximumReload: 0,
		incrementValue: 0
	},
	creditCardTypes: 
	[
		String
	],
	paypalAccepted: False,
	visaCheckoutAccepted: False,
	masterPassAccepted: False,
	reloadOptions: False
}