Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Is there anyway to get the transaction ID for purchases i

Niall Braveheart
Registered User
Join date: 5 Oct 2008
Posts: 27
10-13-2009 06:31
If I purchase something, give/recieve inventory etc, when i look at my transaction history on secondlife.com, there is a unique transaction id for that transaction.

Is there any way in LSL to get that ID at the time the transaction takes place
I am specifically interested in purchases via the pay option, so assume I would be trying to do this in the money event.

thanks.
Ruthven Willenov
Darkness in your light
Join date: 16 Jan 2008
Posts: 965
10-13-2009 06:34
i think you might be able to with http request, but i don't know how exactly
_____________________
Dark Heart Emporium

http://www.xstreetsl.com/modules.php?name=Marketplace&MerchantID=133020

want more layers for tattoos, specifically for the head? vote here
http://jira.secondlife.com/browse/VWR-1449?

llDetectedCollision* Functions similar to touch
http://jira.secondlife.com/browse/SVC-3369
Indeterminate Schism
Registered User
Join date: 24 May 2008
Posts: 236
10-16-2009 02:46
There's nothing in LSL to get the transaction ID so presumably you'd have to wait a while for the transaction history page to update then read and parse it - trying to match any 'new' IDs with the sales you've recorded. If you only have a few sales in each region that might be do-able, but it wouldn't be pretty.