JSON API - POSTRESPAYMENT

Processes a credit card payment against the specified reservation

Input

  • Login

  • Password

  • ResNumber

  • CardholderName - Full name of the card holder. Separate first and last name with a space

  • BillingAddress1

  • BillingAddress2 (Optional)

  • BillingCity

  • BillingState

  • BillingZip

  • BillingCountry

  • CardNumber

  • CardSecurityCode - The credit card's CVV number

  • CardExpiration - The credit card's expiration date in MMYY format (e.g. "0316" for a card expiring in March of 2016)

  • CardType - Must be one of the following values: VI (Visa), MC (MasterCard), AX (American Express), DS (Discover)

  • Amount

  • Currency - MUST match the reservation's quoted currency.

Output

  • Array of payment objects representing payments received for this reservation

  • TransactionDate

  • TransactionNumber

  • ReferenceNumber

  • Amount

  • Currency

  • Description