# Get details of the seller from this online transaction Endpoint: GET /transactions/{transaction_id}/seller_details Version: 0.1.0 Security: OAuth2 ## Path parameters: - `transaction_id` (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)