Logo
Developer portal API Documentation

Add Subscription

POST https://api.vivapaym

Curl
curl -X POST 'https://api.vivapayments.com/dataservices/v1/webhooks/subscriptions' -d '{"url":"https://www.merchantwebsite.com/webhooks/receive","secret":"TestSecretKeyForHMAC","events":["SaleTransactionsFileGenerated"]}'

ENDPOINTS