Using API's to retrieved extended "os0" , "on0" properties

charnwooduk
Contributor
Contributor

Apologies if this post is to the wrong board

 

I have a paypal button which also passes optional "os0" and "on0" parameters. This is working as expected

 

 

 

 

<tr><td><input type="hidden" name="on0" value="plan"></td></tr>
<tr><td><input type="hidden" name="os0" value ="option_0"></td>
<tr><td><input type="hidden" name="on1" value="deviceID"></td></tr>
<tr><td><input type="hidden" name="os1" value ="abc-def-1234-1234"></td>

 

 

 

 

I can see this information in paypal as expected (see screenshot below, optional data is circled in RED)

 

My question is how do I retrieve this information back from paypal using automation? I have tested using RestAPI's, Webhooks, IPN but cannot see this specific data in any of the responses/messages

 

Capture.PNG

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

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