Get Transaction Sources
Returns the list of registered transaction sources based on active integrations.
Last updated: April 9, 2026
Get Transaction Sources
GET /siren/v1/transactions/sources
Returns the list of registered transaction sources based on active integrations. Response is transformed by RegistryResponseInterceptor.
Example Response:
{
"options": [
{ "id": "wc_order", "name": "WooCommerce" },
{ "id": "edd_payment", "name": "Easy Digital Downloads" }
]
}