Sortii Posted June 11, 2003 Posted June 11, 2003 I have setup the payment module using:http://www.oscommerce.com/community/contributions,596 And I'm still in CC testing mode but now I've read up on how it should work (this forum and the linkpoint docs) and I'm not sure what to do next. I wanted the Approval codes / AVS / CVS (Address Verification) (Card Verification) so I added them to the extra email that is sent out that contained the middle 8 digits of the CC number, and that email looks like: AVSCode: 0123456789123456:YNAM:01234567890123412345678: Address: Matches address on file ZipCode: Does not match zipcode on file CardCode: Matches cardcode on file Order #21 Middle Credit Card Numbers: 11111111 The problem is now I've read much of the linkpoint php wrapper docs and I see how this should work: #1 Pre-Authorization (reserve the funds 3-7 days) #2 Ship the products to the customer and at this same time do the Post-Authorization / BillOrders (using the result codes of the Pre-Auth process to seal the deal and transfer funds) Now the linkpoint payment module just does it all at the same time and thats very bad, to charge before the products are shipped. Are there any billing modules that work like this now? Perhaps when you change order status from the admin screen to shipped it could then do #2 Also now that Linkpoint's PHP wrapper is free any hope to a better module (native -non contrib.) in the future? It?s all PHP / cURL now in the past it had a small bin file. If you have any thoughts on this please post them. Quote
skeedo Posted March 16, 2005 Posted March 16, 2005 Authorization does not go thru until you approve the order for shipping, as long as you are in pre-auth mode. I am having a different problem with this module, it doesn't transfer over customer billing address only shipping address. Hopefully the makers will read this post :blink: I have setup the payment module using:http://www.oscommerce.com/community/contributions,596And I'm still in CC testing mode but now I've read up on how it should work (this forum and the linkpoint docs) and I'm not sure what to do next. I wanted the Approval codes / AVS / CVS (Address Verification) (Card Verification) so I added them to the extra email that is sent out that contained the middle 8 digits of the CC number, and that email looks like: AVSCode: 0123456789123456:YNAM:01234567890123412345678: Address: Matches address on file ZipCode: Does not match zipcode on file CardCode: Matches cardcode on file Order #21 Middle Credit Card Numbers: 11111111 The problem is now I've read much of the linkpoint php wrapper docs and I see how this should work: #1 Pre-Authorization (reserve the funds 3-7 days) #2 Ship the products to the customer and at this same time do the Post-Authorization / BillOrders (using the result codes of the Pre-Auth process to seal the deal and transfer funds) Now the linkpoint payment module just does it all at the same time and thats very bad, to charge before the products are shipped. Are there any billing modules that work like this now? Perhaps when you change order status from the admin screen to shipped it could then do #2 Also now that Linkpoint's PHP wrapper is free any hope to a better module (native -non contrib.) in the future? It?s all PHP / cURL now in the past it had a small bin file. If you have any thoughts on this please post them. <{POST_SNAPBACK}> Quote
Guest Posted June 7, 2005 Posted June 7, 2005 (edited) Authorization does not go thru until you approve the order for shipping, as long as you are in pre-auth mode. <{POST_SNAPBACK}> I did not use pre-auth becuase I sell download products. I want everything to be set up automatically and immediately. It would make life much easier if Linkpoint can offer an option that automatically rejects any transactions with mismatched AVS. Unfortunately, Linkpoint does not provide this service. Does Authornet offer this feature? I am thinking about to shift to a different service. If I stick to Linkpoint, I have to find a way to complete the following set up: #1 Pre-Authorization #2 Analize the returned AVS code #3 If it matches, issue the Authorization / BillOrders / Download Links #4 If it does not match, deny the transaction I want all the steps above performed automatically and instantly. Is it possible? Or is there any contribution for this procedure? Edited June 7, 2005 by james_times Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.