Skip to content

Get the shipping details of the buyer for a transaction

Request

Security
APIKey or OAuth2
Path
transaction_idstringrequired
GET
/v2/transactions/{transaction_id}/shipping_details
curl -i -X GET \
  -u '<API_KEY>:​' \
  'https://api.test.trustap.com/v2/transactions/{transaction_id}/shipping_details'

Responses

OK

Bodyapplication/json
addressobject(v2_transactions.ShippingDetailsAddress)required
namestringrequired
phonestringrequired
Response
{ "address": { "city": "string", "country": "string", "line1": "string", "line2": "string", "postal_code": "string", "state": "string" }, "name": "string", "phone": "string" }