I have five eCommerce web applications developed in PHP framework Kohana and OSCommerce, the functioning are same for all applications, and also used the same Paypal Credentials for all projects, my problem is that several sites are linked to this one Paypal account and hence I need to know 1. the site where the payment came from, 2, what was the order no and 3. the product details. Please help me, thanks in advance!
Several eCommerce applications are linked to a single paypal account and how to know the payment came from where?
146 Views Asked by Abdul Salam At
1
There are 1 best solutions below
Related Questions in PAYPAL
- Notice: Undefined offset: 1, but there is such offset
- PayPal ipnNotificationUrl Turned off and not sending notifications to URL
- purchase individual items and subscriptions in the same PayPal REST API transaction
- Express Checkout InContext - Paypal user address selector
- PayPal API QueryParameters not found
- Validating PayPal Form on iPhone
- switching from sandbox to paypal live
- Magento - Paypal Express - Checkout sending incorrect postcode
- Paypal IPN: my domain suffix appears twice
- Opencart :- How to use different page style in paypal express checkout?
- Email serial code for digial product after paypal payment
- Getting the Payer Information in PayPal Classic API
- How to controll 'Choose a way to pay' in paypal using REST API
- Getting INVALID , on Paypal
- PayPal payout with paypal_id as a recipient
Related Questions in KOHANA
- How to access json data from kohana?
- Kohana validation from controller
- Kohana 'Model not found' in Amazon EC2
- Kohana 2.3.4 : MySQL query to JSON
- 404 Error when trying to find view file
- Connection to MSSQL from PHP Framework Kohana
- Paypal email invoice
- Several eCommerce applications are linked to a single paypal account and how to know the payment came from where?
- Way to explain all mysql select queries "Kohana Framework 3" model
- Kohana Route setup for different actions
- Kohana Framework: way to load config using absolute file path
- Kohana framework-cascade file system. How to add folder to this cascade chain?
- Kostache: \n or enter key does not go to next line
- Permission denied while implementing Kohana within HHVM
- kohana framework doesn't load module on linux server while load it perfectly on mamp
Related Questions in OSCOMMERCE
- Moving OSCommerce to local server
- Directory mapping and merging in git
- oscMax jquery nested tabs issue
- Several eCommerce applications are linked to a single paypal account and how to know the payment came from where?
- PHP Array: Twice if statement in a for
- Efficient way to translate products in database
- hebrew text do not inserted correctly in opencart database
- How to download a file and use it for import operations in php
- osCommerce Stuck Step 1. The database structure is now being imported. Please be patient during this procedure
- Oscommerce store access from other machines using ip address
- how to search by Categories in oscommerce
- help on arranging my sql data (products grouped within categories
- Add to cart button in osCommerce keeps redirecting back to product page
- How to set up oscommerce Shipping to these settings?
- oscommerse 2.3.1 : Shipping Method
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I don't think there is a way to see from what site it came from on paypal. I just looked up if it was possible to create multiple paypal credential and in paypal see from what credential it was made, But it doesn't look like there is that kind of filters
So at this point what I would do at your place, would be to create a order number code for everywebsite, Lets say an order on stackOverflow would be #so5215 And then on superuser #su5126
If your using
REST APIyou can sendinvoice_numberwith your call and it would show up on PayPalIf on the other hand your using
NVP/SOAP APIyou can sendPAYMENTREQUEST_n_INVNUMwhen you callSetExpressCheckoutNote that
PAYMENTREQUEST_n_INVNUMthenis representing the number of the transaction that it is for, Normaly websites cart only use 1 and its zero based.