PayPal BillSafe Integration - php

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.

Related

How to do credit card payments in the web site in codeigniter

I know this question has repeated in stackoverflow. But i'm posting this, just to get an advice as i have messed up all the things about this topic and i don't have any correct idea of what i'm doing.Please guide me.I will be very grateful. I'm just a beginner to programming. I'm developing a web site, Which can post advertisements by customers about vehicles. and whenever a customer posted a ad, if he/she needs to make that posted advertisement to be appear at the top of the website, he/she can pay a fixed amount of money and make that advertisement the top ad. So for this task i need to ad a payment gateway which can accept credit card payments.
I have created a sandbox account in paypal developer site and also have upgraded it to paypal pro account. and also i watched so many tutorials on this, but now i have messed up with all those tutorial information and i don't have correct idea about how to do this. In some tutorials there linking the paypal account with paypal manager etc. I'm messed up with all these things and i don't know what purpose they are creating this paypal manager etc. According to my knowledge i think, To accept credit card details paypal payment pro account is used. So please anyone can give me a guide to how to begin to do this task. and if anyone can please show me a any step by step tutorial to achieve this task.
please guide me.
I will be very grateful for any help :-)
If you are using Paypal to validate payment, normally you just have to use the PayPal API.
Official documentation is good : Paypal SDK
Hope it can helps you.
EDIT : Here, examples in PHP, very simple.

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

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

PHP + PayPal - how to integrate/merge both?

i have an idea about how pay-pal works but not an expert.
I'm asked to implement online banking (using PHP) through PAY-PAL in my page.
I've no idea where to begin.
No introductory sites where found by 'googling'.
Is web-service needed for this implementation?
Any site for beginners will do.
Thanx all.
check out this link
Read this section
Using Merchant Services
You will get basic info of
Adding PayPal to my website
Website payments
Subscriptions
Email payments
Coupons

Categories