Phonixx Api

<back to all web services

Wallet

The following routes are available for this service:
DELETE,POST,PUT,OPTIONS/account/paymentmethod/wallet

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

{
	balance: 0,
	rebuildAmount: 0,
	firstname: String,
	lastname: String,
	walletAddress: 
	{
		addressLine1: String,
		addressLine2: String,
		city: String,
		state: String,
		country: String,
		zipcode: String
	},
	fundingBillingMethod: 
	{
		cardBrand: String,
		cardNumber: String,
		cardHolder: String,
		securityCode: String,
		expiryMonth: 0,
		expiryYear: 0,
		addressLine1: String,
		country: String,
		zipCode: String,
		cardStatus: Primary,
		externalSourceType: String,
		last4Digits: String,
		sortOrder: 0,
		preferred: False,
		binInfo: 
		{
			countryCode: String,
			issuer: String,
			cardType: String
		}
	},
	sortOrder: 0,
	preferred: False,
	walletClosureReasonId: 0,
	walletClosureReasonDetails: String
}