v1

latestOpenAPI 3.0.02026-07-26167441.9 MB

Retrieve a Connection

Returns a connection you previously created.

get/connections/{connection_id}

Path parameters

connection_idstring uuid required

Response

OK

connection_idstring
merchant_connection_idstring
provider_idstring
statusstring
flow_typestring
payment_methodsstring[]
created_atstring date-time
updated_atstring date-time

Example response

{
  "connection_id": "f1a3c4d5-7b8e-4a2c-9d1e-3f4a5b6c7d8e",
  "merchant_connection_id": "stripe-us-prod-001",
  "provider_id": "STRIPE",
  "status": "ACTIVE",
  "flow_type": "PAYIN",
  "payment_methods": [
    "CARD",
    "GOOGLE_PAY",
    "APPLE_PAY"
  ],
  "params": [
    {
      "param_id": "merchantAccount",
      "value": "ACME_LIVE"
    }
  ],
  "costs": [
    {
      "sort_number": 1,
      "cost_name": "Transaction Fee",
      "currency": "USD"
    }
  ],
  "created_at": "2026-05-12T10:24:00Z",
  "updated_at": "2026-05-12T10:24:00Z"
}