Events can be requested at our discord! (https://discord.rxscripts.xyz/)
RegisterNetEvent('rxbilling:onInvoiceSent', function(invoice) end)
RegisterNetEvent('rxbilling:onInvoicePaid', function(payerId, invoice) -- If playerId is nil, it means the invoice was paid automatically end)
RegisterNetEvent('rxbilling:onInvoiceDeclined', function(declinerId, invoice) end)
RegisterNetEvent('rxbilling:onInvoiceRevoked', function(revokerId, invoice) end)
Last updated 1 month ago