Add tracking INVALID_TRANSACTION_ID

CC641
New Community Member

Hi,

 

I'm facing an issue with the "Add tracking" API V1 feature that I'm trying to implement.

 

Here is my request:

 

https://api.paypal.com/v1/shipping/trackers?tracking_number=XXXXXX&transaction_id=XXXXXX&carrier=CHR...

 

(transaction ID is hidden for security reason)

 

 

I always get the error: INVALID_TRANSACTION_ID

 

[errors] => Array ( [0] => Array ( [name] => INTERNAL_SERVICE_ERROR [message] => [debug_id] => 94e0e971084ce [details] => Array ( [0] => Array ( [field] => transaction_id [value] =>  [location] => body [issue] => INVALID_TRANSACTION_ID ) ) ) ) )

 

I have tried with many different transaction ID, I always receive the error INVALID_TRANSACTION_ID.

 

I'm 100% sure that my transaction ID is correct because when I use the the transaction ID to retrieve the transactions details, it works.


Do you have any idea what is the source of the problem?


Thank you.

 

Login to Me Too
1 REPLY 1

MKI-Miro
New Community Member

I have similar problem.

When I call "v1/shipping/trackers" => I get response invalid_transaction_id,

but this transaction ID is from response of calling "v1/reporting/transactions" (TransactionInfo.TransactionId)

 

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.