- This topic has 1 reply, 2 voices, and was last updated 14 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Other merchant gateways for Credit Card payments
Tagged: 2co, merchant gateways
Hi there,
I see we can use authorize, 2checkout or paypal for payment but wondering how easy/difficult is it to have a developer write an interface for our own merchant account with a local bank?
Thanks
If your local bank has API for online payment processing similar to what PayPal or any other payment gateway offers then this should not be that hard.
All your developer need to do is take the item details (price, name, qty etc) and submit it to the bank API so the payment can be processed. Once the payment is processed the bank should notify one of your post payment processing scripts which will do the post payment stuff.
As you can that your developer can develop the system separately and all they will need is the item details from the shopping cart at checkout time and I can tell you how to do this part.