Get early access 🔓 contact us at sales@cariqa.com
curl --request PUT \
--url https://connect.cariqa.com/api/v1/users/{user_id}/billing-details/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"line1": "<string>",
"postal_code": "<string>",
"country": "<string>",
"city": "<string>",
"account_type": "personal",
"company_name": "<string>",
"vat_id": "<string>",
"first_name": "<string>",
"last_name": "<string>"
}
'{
"line1": "<string>",
"postal_code": "<string>",
"country": "<string>",
"city": "<string>",
"account_type": "personal",
"company_name": "<string>",
"vat_id": "<string>",
"first_name": "<string>",
"last_name": "<string>"
}Update billing details of the user
curl --request PUT \
--url https://connect.cariqa.com/api/v1/users/{user_id}/billing-details/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"line1": "<string>",
"postal_code": "<string>",
"country": "<string>",
"city": "<string>",
"account_type": "personal",
"company_name": "<string>",
"vat_id": "<string>",
"first_name": "<string>",
"last_name": "<string>"
}
'{
"line1": "<string>",
"postal_code": "<string>",
"country": "<string>",
"city": "<string>",
"account_type": "personal",
"company_name": "<string>",
"vat_id": "<string>",
"first_name": "<string>",
"last_name": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.cariqa.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT Authorization header using the Bearer scheme.
Serializer which is used to serialize data with the possible business details if exist
15050personal - personalbusiness - businesspersonal, business 150150Serializer which is used to serialize data with the possible business details if exist
15050personal - personalbusiness - businesspersonal, business 150150Was this page helpful?