Skip to main content
POST
/
api
/
banking
/
accounts
/
{id}
/
pause
Pause transactions syncing of the given bank account.
curl --request POST \
  --url https://api.example.com/api/banking/accounts/{id}/pause

Path Parameters

id
number
required

Response

Bank account transactions paused successfully.