Phonixx Api

<back to all web services

GuestCreditCardRequest

The following routes are available for this service:
POST,OPTIONS/internal/guest/creditcard

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/GuestCreditCardRequest HTTP/1.1 
Host: parkmobile.us 
Content-Type: application/xml
Content-Length: length

<GuestCreditCardRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:parkmobile:phonixx:api:v1">
  <card_holder>String</card_holder>
  <card_number>String</card_number>
  <country>String</country>
  <expiry_month>0</expiry_month>
  <expiry_year>0</expiry_year>
  <order_token>String</order_token>
  <security_code>String</security_code>
  <zip_code>String</zip_code>
</GuestCreditCardRequest>