Skip to main content
POST
/
api
/
v0
/
bringin-link
/
{standingOrderId}
/
cancel
/
confirm
Confirm cancellation
curl --request POST \
  --url https://dev.bringin.xyz/api/v0/bringin-link/{standingOrderId}/cancel/confirm \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '
{
  "challengeId": "<string>",
  "verificationCode": "<string>"
}
'
{
  "id": "a5b03095-f4ad-4a10-8970-4c63de5a49a9",
  "status": "CANCELLED",
  "direction": "FIAT_TO_CRYPTO",
  "sourceCurrency": "EUR",
  "destinationCurrency": "BTC",
  "percentFeeBps": "1",
  "createdAt": "2026-03-24T08:33:18.366Z",
  "updatedAt": "2026-03-24T09:10:00.000Z"
}
Confirm the cancellation of a connection with an SMS OTP code. Only call this when Cancel connection returned a challengeId (hard cancel). Requires a per-user api-key.
standingOrderId
string
required
The standing order ID
challengeId
string
required
The challenge ID from the cancel initiation response
verificationCode
string
required
6-digit SMS OTP code
{
  "id": "a5b03095-f4ad-4a10-8970-4c63de5a49a9",
  "status": "CANCELLED",
  "direction": "FIAT_TO_CRYPTO",
  "sourceCurrency": "EUR",
  "destinationCurrency": "BTC",
  "percentFeeBps": "1",
  "createdAt": "2026-03-24T08:33:18.366Z",
  "updatedAt": "2026-03-24T09:10:00.000Z"
}
After confirmation:
  • The standing order status becomes CANCELLED
  • All connections linked to this standing order become INACTIVE
  • The wallet is released for reuse