Using physical-payments-sdk with vtex.local

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/vtex-apps/physical-payments-sdk
Get Subscriptions Settings
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/settings
Retrieve customer's subscriptions
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/subscriptions
Get Subscription List
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/subscriptions/list
SDK on GitHub 📄 API Docs
SDK
physical-payments-sdk
Java
API
vtex.local
vtex.local:Subscriptions-API-(v2)
At a glance
Language Java
Endpoints31
Base URLhttps://vtex.local
✓ Official