# Get the details of the buyer from this face-to-face transaction

Endpoint: GET /api/v1/p2p/transactions/{transactionId}/buyer_details
Version: 0.1.0
Security: OAuth2

## Path parameters:

  - `transactionId` (integer, required)

## Response 200 fields (application/json):

  - `email` (string, required)

  - `name` (object)
    Example: {"first":"John","last":"Doe"}

  - `name.first` (string, required)
    Example: "John"

  - `name.last` (string, required)
    Example: "Doe"

  - `phone` (string)


## Response 404 fields
