get https://ws.sandbox.pagseguro.uol.com.br/v2/authorizations/notifications/?appIdappKey
Responses
Updated over 5 years ago
xxxxxxxxxx
1curl --request GET \
2--url 'https://ws.sandbox.pagseguro.uol.com.br/v2/authorizations/notifications/notificationCode?{appId=appId&appKey=appKey}' \
3--header 'accept: application/xml'
Updated over 5 years ago