Appearance
Vendor Admin Panel
The Vendor Admin Panel is where you retrieve API credentials and configure the URLs Spayon uses to communicate with your application.
Accessing the Panel
text
https://admin.spayon.iotext
http://angular-app-marketplace-staging.s3-website.eu-north-1.amazonaws.comRequired Configuration
| Setting | Description |
|---|---|
| Callback URL | Endpoint that receives POST payment notifications |
| Return URL | Page the user is redirected to after payment completes |
| Cancel URL | Page the user is redirected to when clicking back (optional) |
| Client ID / Client Secret | Your API credentials — retrieve from the Settings page |
URL Requirements
- All URLs must be publicly accessible
- Production: HTTPS required for all URLs
- Staging: HTTP and HTTPS both accepted
- Callback URL must handle POST requests; Return and Cancel URLs must handle GET requests
Limitations
| Feature | Status |
|---|---|
| Multiple environments via panel | Not supported — contact support |
| Built-in callback testing | Not available — use Session Status for validation, or request testing tools from support |
| Credential rotation | Manual — contact Spayon support if rotation is needed |