Print

Team Project #1: Payment Gateway

Description

Based on your individual project #3, add functionality to process the credit card payment online.

Requirements

  1. Create a sandbox account with the gateway.
  2. From the checkout.aspx, send customer payment information to the gateway for authorization and capture.
  3. Save the returned "authorization code" in the OrderHead table.

Grading

  • Send payment information: 70%
  • Saving the "authorization code": 30%

Sample code