Skip to main content
POST
Confirm connection
Confirm a pending connection with the SMS OTP code. On success, the connection transitions from PENDING to ACTIVE and auto-conversions begin. Get the challengeId from GET /bringin-link/{id} when standingOrder.status is PENDING_CONFIRMATION. Requires a per-user api-key.
string
required
The challenge ID from the standing order (returned when status is PENDING_CONFIRMATION)
string
required
6-digit SMS OTP code sent to the user’s registered phone
If the OTP is incorrect, the API returns an error. Show “Invalid code, please try again” and let the user retry. Use POST /bringin-link/resend-otp if the user needs a new code.
The OTP expires 30 minutes after the connection was created. If expired, the connection becomes EXPIRED and you must create a new one.