This is my post array sending to the FAAS system. I am just checking to make sure I have all the fields that are required
Array ( [UnitPrice1] => $5,000.00 [SKU1] => 5110 [Installment] => 999 [Periodicity] => Monthly [BillingFirstName] => Kyle [BillingLastName] => Williams [BillingEmail] => [email protected] [BillingPhone] => 308.470.1238 [BillingAddress1] => 1544 Lafayette [BillingCity] => Kearney [BillingStateProvince] => NE [BillingPostalCode] => 68139 [BillingCountryCode] => 840 [NameOnCard] => Kyle R Williams [CardNumber] => 4111111111111111 [Cvv2] => 222 [ExpirationMonth] => January [ExpirationYear] => 2013 [OnSuccessUrl] => http://dev.****.org/success [OnDeclineUrl] => http://dev.****.org/decline [OnErrorUrl] => http://dev.***.org/error [AccountGuid] => *** [AccountID] => *** [SendReceipt] => true [WID] => *** [OrderMode] => test [PaymentType] => CreditCard [TransactionType] => Payment [DecimalMarkMode] => US [Campaign] => 701E0000000RW4z )
Array ( [UnitPrice1] => $5,000.00 [SKU1] => 5110 [Installment] => 999 [Periodicity] => Monthly [BillingFirstName] => Kyle [BillingLastName] => Williams [BillingEmail] => [email protected] [BillingPhone] => 308.470.1238 [BillingAddress1] => 1544 Lafayette [BillingCity] => Kearney [BillingStateProvince] => NE [BillingPostalCode] => 68139 [BillingCountryCode] => 840 [NameOnCard] => Kyle R Williams [CardNumber] => 4111111111111111 [Cvv2] => 222 [ExpirationMonth] => January [ExpirationYear] => 2013 [OnSuccessUrl] => http://dev.****.org/success [OnDeclineUrl] => http://dev.****.org/decline [OnErrorUrl] => http://dev.***.org/error [AccountGuid] => *** [AccountID] => *** [SendReceipt] => true [WID] => *** [OrderMode] => test [PaymentType] => CreditCard [TransactionType] => Payment [DecimalMarkMode] => US [Campaign] => 701E0000000RW4z )
Comment