# Online Buyer/Seller Details

 - [GET /api/v1/transactions/{transaction_id}/billing_details](https://docs.trustap.com/apis/v1.0/openapi/online-buyerseller-details/basic.getbillingdetails.md)
 - [GET /api/v1/transactions/{transaction_id}/buyer_details](https://docs.trustap.com/apis/v1.0/openapi/online-buyerseller-details/basic.getbuyerdetails.md)
 - [GET /api/v1/transactions/{transaction_id}/seller_details](https://docs.trustap.com/apis/v1.0/openapi/online-buyerseller-details/basic.getsellerdetails.md)
 - [GET /api/v1/transactions/{transaction_id}/stripe_client_secret](https://docs.trustap.com/apis/v1.0/openapi/online-buyerseller-details/getstripeclientsecretfortransaction.md): This endpoint is used for the asynchronous payment flow using Stripe. The `client_secret` returned from this endpoint should be passed to [stripe.confirmCardPayment](https://stripe.com/docs/stripe-js/
 - [GET /api/v1/transactions/{transaction_id}/stripe_publishable_key](https://docs.trustap.com/apis/v1.0/openapi/online-buyerseller-details/basic.getstripepublishablekeyfortransaction.md): Returns the Publishable Key for the Stripe Platform which is hosting this transaction.
