- Get the shipping details of the buyer for a transaction
Get the supported carriers
Confirm delivery for this transaction
Post the shipping details of the buyer for a transaction
Set postal tracking details for a transaction
Get the shipping details...
GET
- APIKey
- OAuth2
curl -i -X GET \
-u '<API_KEY>:' \
'https://api.test.trustap.com/v2/transactions/{transaction_id}/shipping_details'Response
{ "address": { "city": "string", "country": "string", "line1": "string", "line2": "string", "postal_code": "string", "state": "string" }, "name": "string", "phone": "string" }