Showing Luminate Online Information on a Wordpress Site

Options
Hi there,


We're trying to take transactions and show them on a wordpress site in real-time.


We would like the following in formation:
  • Donation Form
  • Donor Name
  • How much they donated
This is for a crowdfunding campaing so we would really need for it to be real time if possible.


Thanks!

Hilary



Tagged:

Comments

  • Hilary Grunewald:

    Hi there,


    We're trying to take transactions and show them on a wordpress site in real-time.


    We would like the following in formation:

    • Donation Form
    • Donor Name
    • How much they donated
    This is for a crowdfunding campaing so we would really need for it to be real time if possible.


    Thanks!

    Hilary



    You'd be able to do this with the Web Services API, namely the Query operation. For example:


    select FormId, Payment.Amount, Donor.ConsName.FirstName, Donor.ConsName.LastName from Donation
  • Got it! Do you know if enabling web services is an additional cost?

  • I don't think it is. You might need access from support to see it.


    Set-Up > Site Options > Open API Configuration tab.

Categories