Environment URLs
Vyne has two environments: production and sandbox. Use the sandbox environment to get familiarised with API behaviour, try things out, and complete UAT for your integration; use the production environment to start taking payments with Vyne.
Environment | Base URL |
---|---|
Production | https://app.payvyne.com |
Sandbox (UAT) | https://uat.app.payvyne.com |
API URLs
Vyne APIs are available through different base URLs relating to your interaction needs. To access these APIs, combine the base URL + endpoint. For example, to create a PIR construct the URL to call like this:
Base URL
+ /api/v1/payments/
→ https://uat.app.payvyne.com/api/v1/payments/
Be aware
Use HTTPS for all of your interactions with Vyne's APIs.
IP whitelisting
All the webhook notifications are sent from a static IP address.
Environment | IP address |
---|---|
Production | 34.249.144.131 63.32.66.33 3.248.99.17 52.211.250.220 |
Sandbox (UAT) | 52.48.44.8 18.202.1.83 54.216.32.231 99.81.115.66 |
Updated about 2 years ago