We have encountered another issue with the Hosted Payment Form: It
doesn't validate the CVC code! Is there a request parameter that will
enforce this validation ? Thanks in advance, Gabe.
Using HOSTED PAYMENT FORM against the Production's environment we're
receiving the following exception: PaymentProfile cannot be sent with
billing data. This was working without hiccups against the sandbox.
Which could be the source of the issue. We'...
Is there a way to add a customer profile associated with our internal
customer id (merchantid on your side) at the moment that the hosted
payment form is susccessfully processed ? I know we can pass billing and
shipping address to that form so the en...
Hi anuragg: So it's really simple to reproduce if you pass the setting
in conjunction with a profile id: settings[4] = new
settingType();settings[4].settingName =
settingNameEnum.hostedPaymentBillingAddressOptions.ToString();settings[4].settingValue
...
Hi , I imagine that you guys are aware that if I try to add a new card
to the passed profile under those conditions it's going to return an AVS
Mismatch exception. Thanks, Gabe.