Related Product
API (Giving)
Is your feature request related to a problem? Please describe.
I'm working on an auditing solution to check parity between Planning Center Giving and Stripe. Anyway..
While Giving API has all kinds of usefulness for a donation properties, it is lacking a way to see the source/vendor. In our case, it would be Stripe.
In PCO Giving web UI, an admin can figure out that this is an electronic donation through Stripe:
- Label at the bottom ("STRIPE").
- Little dollar sign points to the particular charge in Stripe Dashboard.

Describe the solution you'd like
JSON payload (when viewed in API Explorer) for a particular donation that was done via Stripe should include a property for Vendor (Stripe, Square, or any other current or future electronic donation possibilities).
This will enable custom solutions, while also simplifying the UI.
Describe alternatives you've considered
I have considered scraping the UI, but that is far away from an optimal solution.
Additional context
I have..
Related Product
API (Giving)
Is your feature request related to a problem? Please describe.
I'm working on an auditing solution to check parity between Planning Center Giving and Stripe. Anyway..
While Giving API has all kinds of usefulness for a donation properties, it is lacking a way to see the source/vendor. In our case, it would be Stripe.
In PCO Giving web UI, an admin can figure out that this is an electronic donation through Stripe:
Describe the solution you'd like
JSON payload (when viewed in API Explorer) for a particular donation that was done via Stripe should include a property for Vendor (Stripe, Square, or any other current or future electronic donation possibilities).
This will enable custom solutions, while also simplifying the UI.
Describe alternatives you've considered
I have considered scraping the UI, but that is far away from an optimal solution.
Additional context
I have..