Using physical-payments-sdk with vtex.local

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/vtex-apps/physical-payments-sdk
Retrieve feed items
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/orders/feed
List orders
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/oms/pvt/orders
Retrieve user's orders
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/oms/user/orders
SDK on GitHub 📄 API Docs
SDK
physical-payments-sdk
Java
API
vtex.local
vtex.local:Orders-API
At a glance
Language Java
Endpoints28
Base URLhttps://vtex.local
✓ Official