---
title: "Get trip partner info"
method: GET
path: "/v2/trips/{tripId}/booker-email/{bookerEmailId}/partner-info"
tags: ["Trips"]
---

# Get trip partner info

`GET /v2/trips/{tripId}/booker-email/{bookerEmailId}/partner-info`

This endpoint provides info related to partner for the trip.

## Response `200`

OK

- TripPartnerInfoResponse — Partner info such as budget info for a given trip Id.
  - `tripId` string, required — Spotnana trip Id
  - `partnerInfo` TripPartnerInfo, required — Partner info such as budget info for a given trip Id.
    - `partnerInfoType` 'BUDGET', required — Trip Partner Info type.
    - `partnerInfoDetails` TripPartnerInfoDetails, required — Trip budget info wrapper
      - `tripBudgetInfo` TripBudgetInfo — Trip budget Info
        - `budgetName` string, required — Name of the budget
        - `budgetRemainingBalance` SimpleMoney — Money object containing just amount and currency code.
          - `amount` number, double, required — Amount
          - `currencyCode` string, required — The 3-letter currency code defined in ISO 4217.
        - `isPersonalCardAllowed` boolean — Whether the personal card is allowed for the trip.
        - `isBudgetMasked` boolean — Whether the budget is masked.
        - `budgetRemainingBalanceFormatted` string — Remaining balance of the budget in formatted string.
        - `externalCardDetails` Card — User card info
          - `id` string, uuid — Unique identifier for this card
          - `type` 'UNKNOWN' | 'CREDIT' | 'DEBIT' — Type of card
          - `company` 'NONE' | 'VISA' | 'MASTERCARD' | 'AMEX' | 'DISCOVER' | 'AIR_TRAVEL_UATP' | 'CARTE_BLANCHE' | 'DINERS_CLUB' | 'JCB' | 'BREX' | 'UNION_PAY' | 'EURO_CARD' | 'ACCESS_CARD' | 'ELO_CARD' — The issuing company of card
          - `name` string — Name on card
          - `address` PostalAddress — Postal Address Details
            - `addressLines` string[], required — Address lines
            - `administrativeArea` string — Code of administrative area. For example: DL for Delhi, India. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.
            - `administrativeAreaName` string — Name of administrative area. This is full name corresponding to administrativeArea. Like Delhi for DL area code. For some places, code and name maybe same as well like Tokyo.
            - `description` string — Address description
            - `isDefault` boolean — Whether this address is default address in case multiple addresses are specified.
            - `languageCode` string — BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. Examples: "zh-Hant", "ja", "ja-Latn", "en".
            - `locality` string — Generally refers to the city/town portion of the address.
            - `locationCode` string — IATA 3-letter location code. See https://www.iata.org/en/services/codes.
            - `organization` string — The name of the organization at the address.
            - `postalCode` string — Postal code of the address. This is a required field when setting for a user/legal entity/company etc.
            - `continentCode` string — 2 letter continent code of the continent this address falls in.
            - `recipients` string[] — The recipient at the address.
            - `regionCode` string, required — Region code of the country/region of the address.
            - `regionName` string — Region name of the country/region of the address.
            - `revision` integer
            - `sortingCode` string — Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).
            - `sublocality` string — Sublocality of the address. This can be neighborhoods, boroughs, districts.
            - `timezone` string — Time zone of the address.
            - `coordinates` Latlng — Latitude and Longitude for a Location
              - …
          - `number` string, required — Card number
          - `expiryMonth` integer — Expiry month
          - `expiryYear` integer — Expiry year
          - `cvv` string — Card cvv number
          - `label` string — Card Label
          - `currency` string — Native currency of the card.
          - `externalId` string — Spotnana partner card id.
          - `vaultId` string, uuid — ID of the vault used for creating the card.
          - `expiry` union — Contains the expiry of a Card.
            - object
              - …
            - object
              - …
          - `ownershipLabel` 'CORPORATE' | 'PERSONAL' | 'CENTRAL' — Ownership label of the card whether it is personal, corporate or central.
        - `isRewardPointsAllowed` boolean — Whether the reward points are allowed on the budget.
        - `rewardPoints` number, double — Available reward point balance.
        - `rewardPointsValueUsd` number, double — Available reward points value in USD.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

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