# F2F Buyer/Seller Details User details endpoints for face-to-face transactions. ## Get the Stripe client secret for this face-to-face transaction - [GET /p2p/transactions/{transaction_id}/remainder_stripe_client_secret](https://docs.trustap.com/apis/openapi/f2f-buyerseller-details/p2p.getremainderstripeclientsecretfortransaction.md): This endpoint is used for the asynchronous payment flow using Stripe. The returned from this endpoint should be passed to stripe.confirmCardPayment to start the payment process. ## Get the details for the Stripe publishable key that is in use for this face-to-face transaction - [GET /p2p/transactions/{transaction_id}/stripe_publishable_key](https://docs.trustap.com/apis/openapi/f2f-buyerseller-details/p2p.getstripepublishablekeyfortransaction.md): Returns the Publishable Key for the Stripe Platform which is hosting this transaction. ## Get the details of the buyer from this face-to-face transaction - [GET /p2p/transactions/{transactionId}/buyer_details](https://docs.trustap.com/apis/openapi/f2f-buyerseller-details/getbuyerdetailsfromp2ptransaction.md) ## Get the Stripe client secret for this face-to-face transaction - [GET /p2p/transactions/{transactionId}/deposit_stripe_client_secret](https://docs.trustap.com/apis/openapi/f2f-buyerseller-details/getdepositstripeclientsecretforp2ptransaction.md): This endpoint is used for the asynchronous payment flow using Stripe. The returned from this endpoint should be passed to stripe.confirmCardPayment to start the payment process. ## Get the details of the seller from this face-to-face transaction - [GET /p2p/transactions/{transactionId}/seller_details](https://docs.trustap.com/apis/openapi/f2f-buyerseller-details/getsellerdetailsfromp2ptransaction.md)