GET
/
v2
/
profiles
/
{id}
/
connector-accounts
Profile - Connector Accounts List
curl --request GET \
  --url https://sandbox.hyperswitch.io/v2/profiles/{id}/connector-accounts \
  --header 'X-Merchant-Id: <x-merchant-id>' \
  --header 'api-key: <api-key>'
[
  {
    "connector_type": "payment_processor",
    "connector_name": "authipay",
    "connector_label": "stripe_US_travel",
    "id": "mca_5apGeP94tMts6rg3U3kR",
    "profile_id": "<string>",
    "connector_account_details": {
      "connector_account_details": {},
      "metadata": {}
    },
    "payment_methods_enabled": [
      {
        "payment_method_type": "card",
        "payment_method_subtypes": [
          {
            "payment_method_type": "ach",
            "payment_experience": "redirect_to_url",
            "card_networks": [
              "Visa"
            ],
            "accepted_currencies": {
              "type": "enable_only",
              "list": [
                "AED"
              ]
            },
            "accepted_countries": {
              "type": "enable_only",
              "list": [
                "AF"
              ]
            },
            "minimum_amount": 123,
            "maximum_amount": 123,
            "recurring_enabled": false,
            "installment_payment_enabled": true
          }
        ]
      }
    ],
    "connector_webhook_details": {
      "merchant_secret": "12345678900987654321",
      "additional_secret": "12345678900987654321"
    },
    "metadata": {},
    "disabled": false,
    "frm_configs": "\n[{\"gateway\":\"stripe\",\"payment_methods\":[{\"payment_method\":\"card\",\"payment_method_types\":[{\"payment_method_type\":\"credit\",\"card_networks\":[\"Visa\"],\"flow\":\"pre\",\"action\":\"cancel_txn\"},{\"payment_method_type\":\"debit\",\"card_networks\":[\"Visa\"],\"flow\":\"pre\"}]}]}]\n",
    "applepay_verified_domains": [
      "<string>"
    ],
    "pm_auth_config": {},
    "status": "inactive",
    "additional_merchant_data": {
      "open_banking_recipient_data": {
        "connector_recipient_id": "<string>"
      }
    },
    "connector_wallets_details": {
      "apple_pay_combined": {},
      "apple_pay": {},
      "samsung_pay": {},
      "paze": {},
      "google_pay": {}
    },
    "feature_metadata": {
      "revenue_recovery": {
        "max_retry_count": "15",
        "billing_connector_retry_threshold": "10",
        "billing_account_reference": "{ \"mca_vDSg5z6AxnisHq5dbJ6g\": \"stripe_123\", \"mca_vDSg5z6AumisHqh4x5m1\": \"adyen_123\" }"
      }
    }
  }
]

Authorizations

api-key
string
header
required

Admin API keys allow you to perform some privileged actions such as creating a merchant account and Connector account.

Headers

X-Merchant-Id
string
required

Merchant ID of the profile.

Path Parameters

id
string
required

The unique identifier for the business profile

Response

200
application/json

Merchant Connector list retrieved successfully

The response is of type object[].