Source Connectors (classic)

Informational resource that returns the source connector used in a specific Salesforce environement. A source connector represents an application in Salesforce that will be used to ultimately store the transaction that is being initiated through the Payment API.

get

Retrieve Source Connectors (classic)

Return a list of Source Connectors configured in the Salesforce environment.

Responses

Response examples

API was called successfully. Please look at the response code for further information!

{
  "ResponseCode": "001",
  "IsSuccess": true,
  "SourceConnectors": [
    {
      "Slug": "PaymentHub",
      "Name": "PaymentHub",
      "IsDefault": "true"
    }
  ]
}

Was this page helpful?