Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Paypal Buyer Transaction Number and Seller Transaction Number Different

I am testing payments via paypal sandbox and I noticed that the txn_id passed via the ipn is different from the transaction number the "buyer" gets. I also noticed that the transaction number for both buyer and seller is different.

Is it a bug on the sandbox site? or just the way it is? How am I able to track transactions pertaining to specific buyers later if both the transaction numbers are different?

Thanks in advance.

like image 753
Jplus2 Avatar asked Sep 10 '13 05:09

Jplus2


People also ask

Is PayPal transaction ID the same for buyer and seller?

All PayPal transactions have a unique 17-character ID that is used to identify each transaction. You can use the transaction ID in PayPal to track the status of a transaction or to search for past transactions.

Is transaction ID same for every transaction?

The transaction IDs can include numbers, letters, and special characters like dashes or spaces, with a character limit of 64 characters. They must be unique for each transaction. The transaction IDs must not include any information that could be used to identify individual customers.

What is PayPal transaction number?

The PayPal transaction ID is a seventeen-character alphanumeric code. example: 1AB23456C7890123D. In some cases, you can be issued a PayPal receipt number, which is four sets of numbers. example: 1234-5678-9012-3456. To locate this transaction ID, log into your PayPal account and find the ID in your transaction history ...

How can I tell where a PayPal transaction came from?

Login to your PayPal account, click on the “My Account” tab and then click on “History” to view a list of recent transactions. If you have more than one bank account linked to PayPal, you can click on the “Details” link next to a transaction to verify the bank account to which you transferred the funds.

What do PayPal transaction numbers look like?

A transaction event code is a five-digit code that classifies the transaction type based on money movement and debit or credit. A transaction event code, or T-code, is a five-character alphanumeric string, such as T0001 .


1 Answers

It's intended functionality -- the buyer and seller will have different transaction IDs. It's the same way on the live site.

like image 160
Matt Cole Avatar answered Nov 11 '22 00:11

Matt Cole