Chase Paymentech merchant account with PHP - php

I have to integrate chase paymentech Orbital with PHP, have worked with paypal and google checkout, but no clue how to integrate paymentech orbital, actually I first need to authorize(validate) the card and then have to make transaction after 30 days any help or sample code for the
thanks you

They have API and some integration tools, so fistly I advice you to browse it

Here's a link to IP Commerce PHP Code on Github: https://github.com/ipcommerce/Commerce-Web-Services-PHP
Full Disclosure: I work for IP Commerce and we operate lab.chasepaymentechxpress.com on behalf of Chase Paymentech. The code you get from lab.chasepaymentechxpress is the same as you will get from the github link above.
After you get the github code, you will need to create a project at either https://my.ipcommerce.com or mylab.chasepaymentechxpress.com (same thing) in order to get access to the sandbox environment to test.

Related

PayPal BillSafe Integration

In a project I need to integrate PayPal BillSafe as payment gateway.
I visited the official website for it https://www.billsafe.de/
The problem is that the site is in German, even documentation is also in german.
I don't need anyone to translate but after reading comments in SDK, I just needed to know about following methods of billsafe what they are for and what they will do.
List is as follows:
prepareOrder
getTransactionResult
getPaymentInstruction
reportShipment
updateArticleList
getTransactionId
getPayoutStatus
getAgreedHandlingCharges
reportDirectPayment,
setOrderNumber
setInvoiceNumber
getArticleList
pauseTransaction
prevalidateOrder
getSettlement
revertReportShipment
processOrde
These methods/options are provided to do payment but what it exactly does is not clear to me! Any help is appreciated.

Paypal Pro Iframe opencart

I got an email from Paypal saying (below). And I cant find anything to help me fix it, Im using the Opencart standard payment gateway called "PayPal Website Payment Pro iFrame" and I do not know how to update it. any help would be appreciated.
We are contacting you regarding a change that you are required to make by 30th August 2015.
PayPal has detected that you have hard coded the following Pro Hosted Solution URL in your code:(Had to remove link)
PayPal does not recommend hard coding. Instead, you should read the URL from the button creation API response.
If you must hard code this URL, you need to update it to the following: https://securepayments.paypal.com/webap ... ionProcess
You can find comprehensive instructions regarding the required integration changes on our Technical Support Help Centre: https://ppmts.custhelp.com/app/answers/detail/a_id/1231
Click the above link or visit the PayPal Technical Support Centre and search for article ID ‘1231’ or ‘Updating API Integration for Pro Hosted’ for instructions on ensuring that your payment processing is not interrupted when we stop supporting the current hardcoded URL.
Important: you must either read the URL from the button creation API response or update your hard code URL by no later than 30 August 2015. Otherwise, your existing hard coded Pro Hosted Solution URL will not be supported after that date.
If you require any additional support, our Merchant Technical Support team are on hand and ready to help. You can contact them by opening a ticket on ...
Thank you for your time.
I believe this is an issue in the code for "PayPal Website Payment Pro iFrame" which its developer needs to fix or provide you with a workaround. Have you contacted them regarding this issue?
I also posted the same question on the Opencart Forum, Another member just posted a workaround, replacing lines of code in the php file for that gateway.
find out more here.
http://forum.opencart.com/viewtopic.php?f=185&t=150542

Using PayPal PHP to accept simple payments

Is it me or is PayPal's API documentation really confusing?
What I am trying to achieve in PHP:
A user fills in a form
Depending on input, is redirected to PayPal
Makes the payment
Is redirected back to website
I've been looking, but haven't found a comprehensive tutorial.
Thanks.
Another good tutorial to use PayPal-PHP-SDK to create payments: https://www.youtube.com/playlist?list=PLfdtiltiRHWE_c8jjW5OeweL1c_8uqcnW
We have added a lot of documentation also on our wiki section, and samples that you could run in your local machine, with almost no setup.
http://paypal.github.io/PayPal-PHP-SDK/
Here are two links for your reference , Hope these can help you!
https://github.com/paypal/PayPal-PHP-SDK/tree/master/sample
http://www.phpgang.com/how-to-integrate-payment-system-with-paypal_249.html

Billdesk payment integrations in php

I am trying to find ways to integrate bill desk payment in php , but i am not able to find
any code snippet in php , However there are no any clues for sandbox environment in billdesk
Can any one please give me right steps to integrate billdesk with php?
The bank itself would be expected to provide such tutorials.
If you can't find any on their site, then it's unlikely that you'll find them elsewhere unless it's a bank that's already very widely used for online transaction processing. Call them and ask them what help they can provide. Banks I've worked with have always been very happy to help.
Rather than just integrating into your website, it can be helpful to use an existing, popular shopping cart system e.g. Ubercart, which will have a lot of the code you need already in place and will have examples of where similar plugins has been done with other banks, e.g. here.

paypal integration in php

First time I am starting to implement the paypal integration. Please tell me how to write code for a payment gateway(paypal) in php and it will be better if you will show a good demo from where I can get some ideas.
There are several sources on the net where you can find detailed information regarding paypal integration (with php). Here is one to be named:
Paypal

Categories