<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 .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/oneway/Wallet HTTP/1.1
Host: parkmobile.us
Content-Type: application/xml
Content-Length: length
<Wallet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
<Balance>0</Balance>
<Firstname>String</Firstname>
<FundingBillingMethod>
<AddressLine1>String</AddressLine1>
<BinInfo>
<CardType>String</CardType>
<CountryCode>String</CountryCode>
<Issuer>String</Issuer>
</BinInfo>
<CardBrand>String</CardBrand>
<CardHolder>String</CardHolder>
<CardNumber>String</CardNumber>
<CardStatus>Primary</CardStatus>
<Country>String</Country>
<ExpiryMonth>0</ExpiryMonth>
<ExpiryYear>0</ExpiryYear>
<ExternalSourceType>String</ExternalSourceType>
<Last4Digits>String</Last4Digits>
<Preferred>false</Preferred>
<SecurityCode>String</SecurityCode>
<SortOrder>0</SortOrder>
<ZipCode>String</ZipCode>
</FundingBillingMethod>
<Lastname>String</Lastname>
<Preferred>false</Preferred>
<RebuildAmount>0</RebuildAmount>
<SortOrder>0</SortOrder>
<WalletAddress>
<AddressLine1>String</AddressLine1>
<AddressLine2>String</AddressLine2>
<City>String</City>
<Country>String</Country>
<State>String</State>
<Zipcode>String</Zipcode>
</WalletAddress>
<WalletClosureReasonDetails>String</WalletClosureReasonDetails>
<WalletClosureReasonId>0</WalletClosureReasonId>
</Wallet>