Informational resource endpoint that returns the source connector used in a specific Salesforce org. There is always a default source, but an org can have more than one source connector enabled.
The source connector determines which payment-related objects FinDock needs to create and update in Salesforce when an action is initiated through the Payment API.
/SourceConnectors
Return a list of Source Connectors configured in the Salesforce environment.
API was called successfully.
{
"SourceConnectors": [
{
"PrettyName": "PaymentHub",
"Name": "PaymentHub",
"IsDefault": "true"
}
]
}
Was this page helpful?