---
title: "Attach business tax details to a payment intent"
method: POST
path: "/v1/sdk/payment-intents/{processorPaymentId}/business-details"
tags: ["Payment Intents"]
---

# Attach business tax details to a payment intent

`POST /v1/sdk/payment-intents/{processorPaymentId}/business-details`

Applies business or consumer tax location to a payment intent and returns the calculated tax breakdown.

## Path parameters

- `processorPaymentId` string, required

## Request body

- BusinessDetailsDto
  - `businessName` string — Legal business name
  - `country` string — ISO 3166-1 alpha-2 country code
  - `customerRef` string — Customer reference to persist business tax details on the customer record
  - `isBusiness` boolean, required — Whether the purchase is on behalf of a business
  - `taxId` string — Tax / VAT identification number

## Response `200`

Business details applied and tax breakdown returned

## Other responses

- `400` — Invalid request or business details
- `404` — Payment intent not found

---

[API](https://skmtc.net/solvapay/apis/solvapay-rest-api.md) · [All operations](https://skmtc.net/solvapay/apis/solvapay-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solvapay/solvapay-rest-api/revisions/bbc2ff2bc849/schema)
