Skip to main content
Version: 1.0.1

Set default IBAN


Set an IBAN record as the default for a company.

Endpoint

PropertyValue
URLGET /iban/set-default?companyId={{companyId}}&iban={{iban}}
MethodGET
AuthR-Auth: <company-jwt>
Base URLStage Environment https://api-stage.docnova.ai/
Production Environment https://api.docnova.ai/

Example Request

curl --location '{{baseUrl}}/iban/set-default?companyId={{companyId}}&iban={{iban}}' \
--header 'R-Auth: {{companyJwt}}'

Query parameters

ParameterTypeRequiredDescription
companyIdUUIDYesCompany UUID
ibanstringYesIBAN to set as default

Response

true