Using physical-payments-sdk with vtex.local

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/vtex-apps/physical-payments-sdk
Get profile
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/storage/profile-system/profiles/{profileId}
Get prospect
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/storage/profile-system/prospects/{prospectId}
Get unmasked profile
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/storage/profile-system/profiles/{profileId}/unmask
SDK on GitHub 📄 API Docs
SDK
physical-payments-sdk
Java
API
vtex.local
vtex.local:Profile-System
At a glance
Language Java
Endpoints27
Base URLhttps://vtex.local
✓ Official