v1
latestOpenAPI 3.0.02026-07-26167441.9 MBCreate a Connection
Creates a connection in ACTIVE status.
post/connections
Headers
X-Idempotency-Keystring uuid required
Request body
Example request
{
"account_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"merchant_connection_id": "adyen-us-prod-001",
"provider_id": "ADYEN",
"flow_type": "PAYIN",
"payment_methods": [
"CARD",
"GOOGLE_PAY"
]
}Response
Created
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"
],
"created_at": "2026-05-12T10:24:00Z",
"updated_at": "2026-05-12T10:24:00Z"
}