Search found 7 matches

by que0x
Tue Aug 05, 2008 6:00 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 2 issues : CVV2 value , orders are always pending !
Replies: 6
Views: 4740

Re: 2 issues : CVV2 value , orders are always pending !

sohaib , Many thanks ! that's exactly what i needed.
by que0x
Tue Aug 05, 2008 5:35 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 2 issues : CVV2 value , orders are always pending !
Replies: 6
Views: 4740

Re: 2 issues : CVV2 value , orders are always pending !

Thanks for the reply. my question is how to get the security code (inputted by the customer on checkout) so i can send it to the payment gateway processor.

again, most people mix between cvv and cvv2 ,please refer to Wikipedia article.

Thanks,
Amr
by que0x
Mon Aug 04, 2008 7:13 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 2 issues : CVV2 value , orders are always pending !
Replies: 6
Views: 4740

Re: 2 issues : CVV2 value , orders are always pending !

thanks , but the payment gateway requires the CVV2 , CVV2 is the shown security code on the card itself so all i need the security code written by the customer checkout.
by que0x
Sat Aug 02, 2008 5:31 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: 2 issues : CVV2 value , orders are always pending !
Replies: 6
Views: 4740

2 issues : CVV2 value , orders are always pending !

Hi Folks !

2 issues I'm facing :
  • Cvv2 value ,where i can get it from the API ? (is it AccountDataDictionary ?)
  • orders always appear "pending" to admin, though they where authorized and captured , once viewed they switched to "Authorized"
Thanks !
by que0x
Fri Jun 20, 2008 2:37 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Problems with Capture on a new Payment Gateway
Replies: 3
Views: 2849

Re: Problems with Capture on a new Payment Gateway

the same here ! I'm implementing usaEpay but no luck with Capture, but i didn't read about the AuthorizeCapture , are you using the SOAP API ?
by que0x
Thu May 29, 2008 10:25 am
Forum: Good Reference Posts
Topic: Source for Payment Gateway Authorize.net
Replies: 37
Views: 238362

Re: Source for Payment Gateway Authorize.net

Thanks for replying back.
I got the API documentation from this post viewtopic.php?f=47&t=5511.

as i read, i only need to implement the interface and inheriting from the Base class is not required ?
by que0x
Thu May 29, 2008 5:37 am
Forum: Good Reference Posts
Topic: Source for Payment Gateway Authorize.net
Replies: 37
Views: 238362

Re: Source for Payment Gateway Authorize.net

Hi, On the Sample Authorize.Net provider, the main class does not implement IPaymentProvider but inherits the base class PaymentProviderBase . my questions are as follow : does the base class PaymentProviderBase implements the IPaymentProvider interface so i don't need it to implement it again on my...