Using physical-payments-sdk with vtex.local

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/vtex-apps/physical-payments-sdk
Search all accounts
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/creditcontrol/accounts
Search all invoices
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/creditcontrol/invoices
Retrieve store configuration
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/creditcontrol/storeconfig
SDK on GitHub 📄 API Docs
SDK
physical-payments-sdk
Java
API
vtex.local
vtex.local:Customer-Credit-API
At a glance
Language Java
Endpoints26
Base URLhttps://vtex.local
✓ Official