Get a specific connection with its standing order details, deposit info, and OTP challenge. This is the primary polling endpoint during connection creation. Requires a per-user api-key.Documentation Index
Fetch the complete documentation index at: https://docs.bringin.app/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Description |
|---|---|
standingOrder | null during INITIATING or if creation failed before standing order was created |
challengeId | Only present when standingOrder.status is PENDING_CONFIRMATION — use it to confirm OTP |
challengeExpiresAt | When the OTP challenge expires (only present during PENDING_CONFIRMATION) |
percentFeeBps | Fee in basis points (e.g., "150" = 1.5%) |
| Type + Subtype | Source Field | Destination Field |
|---|---|---|
FIAT_TO_CRYPTO + ONCHAIN | depositIban (SEPA deposit IBAN) | destinationAddress (crypto address) |
CRYPTO_TO_FIAT + ONCHAIN | depositAddress (on-chain deposit address) | destinationIban (beneficiary IBAN) |
CRYPTO_TO_FIAT + LN | lnAddress (e.g., alice@bringin.xyz) | destinationIban (beneficiary IBAN) |
| Status | standingOrder | Contextual fields | error |
|---|---|---|---|
INITIATING | null | Not available | — |
PENDING | Present with challengeId | Available | — |
ACTIVE | Present | Available | — |
FAILED | null or partial | May be partial | Present |
EXPIRED | Present | Available | — |
INACTIVE | Present | Available | — |