cURL
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" }
challengeId
CANCELLED
INACTIVE