Hi all,
I set up cybersource as payment gateway. Everything works fine a the moment. During the checkout "only" an authorize is done at the moment and I have to do the capture manually in the backend. Is there any way of configuring the checkout, so that the capture is done directly when the user submits his order? Thanks a lot! Alexander |
Administrator
|
This is more a question for cybersource forums or MLs (or support?). But yes, maybe someone has the solution here...
Jacques From: "Alexander1893" <[hidden email]> > Hi all, > > I set up cybersource as payment gateway. Everything works fine a the moment. > During the checkout "only" an authorize is done at the moment and I have to > do the capture manually in the backend. > > Is there any way of configuring the checkout, so that the capture is done > directly when the user submits his order? > > Thanks a lot! > > Alexander > -- > View this message in context: http://n4.nabble.com/direct-capture-during-checkout-tp979437p979437.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > |
This is generally a setting in the Payment Processor's API or it could
be a setting you can set it in the admin console. I worked with a payment processor where they had two different commands, one for auth and another auth + capture. As Jacques said, you should check the API of Cybersource or look into their admin console. Thanks, Raj Jacques Le Roux wrote: > This is more a question for cybersource forums or MLs (or support?). > But yes, maybe someone has the solution here... > > Jacques > > From: "Alexander1893" <[hidden email]> >> Hi all, >> >> I set up cybersource as payment gateway. Everything works fine a the >> moment. >> During the checkout "only" an authorize is done at the moment and I >> have to >> do the capture manually in the backend. >> >> Is there any way of configuring the checkout, so that the capture is >> done >> directly when the user submits his order? >> >> Thanks a lot! >> >> Alexander >> -- >> View this message in context: >> http://n4.nabble.com/direct-capture-during-checkout-tp979437p979437.html >> Sent from the OFBiz - User mailing list archive at Nabble.com. >> > > |
In reply to this post by Alexander1893
Hi Alexander,
For this, you need to set field "payment.cybersource.autoBill" == true, in payment.properties or in PaymentGatewayCyberSource entity. By doing this, auth and transaction will be done in single transaction. Thanks -- Divesh Dutta. Alexander1893 wrote: > Hi all, > > I set up cybersource as payment gateway. Everything works fine a the moment. > During the checkout "only" an authorize is done at the moment and I have to > do the capture manually in the backend. > > Is there any way of configuring the checkout, so that the capture is done > directly when the user submits his order? > > Thanks a lot! > > Alexander > |
One Improvement in Statement.
Divesh Dutta wrote: > Hi Alexander, > > For this, you need to set field "payment.cybersource.autoBill" == > true, in payment.properties or in PaymentGatewayCyberSource entity. > By doing this, auth and transaction will be done in single transaction. auth and capture* > > Thanks > -- > Divesh Dutta. > > Alexander1893 wrote: >> Hi all, >> >> I set up cybersource as payment gateway. Everything works fine a the >> moment. >> During the checkout "only" an authorize is done at the moment and I >> have to >> do the capture manually in the backend. >> >> Is there any way of configuring the checkout, so that the capture is >> done >> directly when the user submits his order? >> >> Thanks a lot! >> >> Alexander >> > |
In reply to this post by Divesh Dutta
Hi All,
Can any one tell me how to do authorize and capture at the same time using Authorize.net payment gateway. Thanks Hemanth -----Original Message----- From: Divesh Dutta [mailto:[hidden email]] Sent: Monday, December 28, 2009 11:19 AM To: [hidden email] Subject: Re: direct capture during checkout Hi Alexander, For this, you need to set field "payment.cybersource.autoBill" == true, in payment.properties or in PaymentGatewayCyberSource entity. By doing this, auth and transaction will be done in single transaction. Thanks -- Divesh Dutta. Alexander1893 wrote: > Hi all, > > I set up cybersource as payment gateway. Everything works fine a the moment. > During the checkout "only" an authorize is done at the moment and I have to > do the capture manually in the backend. > > Is there any way of configuring the checkout, so that the capture is done > directly when the user submits his order? > > Thanks a lot! > > Alexander > http://www.mindtree.com/email/disclaimer.html |
Hi Hemanth,
ccAuthCapture Java method in AIMPaymentServices.java will do your work. Here, transType parameter, is set to "AUTH_CAPTURE", which does auth+capture in single transaction. HTH. Thanks -- Divesh Dutta. Hemanth Kumar Kanamarlapudi wrote: > Hi All, > > Can any one tell me how to do authorize and capture at the same time using Authorize.net payment gateway. > > Thanks > Hemanth > > -----Original Message----- > From: Divesh Dutta [mailto:[hidden email]] > Sent: Monday, December 28, 2009 11:19 AM > To: [hidden email] > Subject: Re: direct capture during checkout > > Hi Alexander, > > For this, you need to set field "payment.cybersource.autoBill" == true, > in payment.properties or in PaymentGatewayCyberSource entity. > By doing this, auth and transaction will be done in single transaction. > > Thanks > -- > Divesh Dutta. > > Alexander1893 wrote: > >> Hi all, >> >> I set up cybersource as payment gateway. Everything works fine a the moment. >> During the checkout "only" an authorize is done at the moment and I have to >> do the capture manually in the backend. >> >> Is there any way of configuring the checkout, so that the capture is done >> directly when the user submits his order? >> >> Thanks a lot! >> >> Alexander >> >> > > > http://www.mindtree.com/email/disclaimer.html > |
Free forum by Nabble | Edit this page |