Nexiopay
Website: https://dashboard.nexiopay.com/ API Reference: https://docs.nexiopay.com/reference/api-reference
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
api_key | string | API Key. Your Nexio API key (password). You can find it in the Nexio Dashboard under Settings > User Management. Select the API user and copy the API key. | |
username | string | API Username. Your Nexio API username. You can find it in the Nexio Dashboard under Settings > User Management. Select the API user and copy the username. | |
subdomain | string | Subdomain. The subdomain for the Nexio API environment, such as 'nexiopaysandbox' or 'nexiopay'. | nexiopay |
start_date | string | Start date. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
terminal_list | terminalId | No pagination | ✅ | ❌ |
recipients | recipientId | DefaultPaginator | ✅ | ✅ |
payment_types | id | DefaultPaginator | ✅ | ❌ |
user | accountId | No pagination | ✅ | ✅ |
spendbacks | id | DefaultPaginator | ✅ | ✅ |
card_tokens | key | DefaultPaginator | ✅ | ✅ |
Reference
Config fields reference
Field
Type
Property name
string
api_key
string
username
string
subdomain
string
start_date
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.2 | 2025-04-12 | 57873 | Update dependencies |
0.0.1 | 2025-04-09 | 57530 | Initial release by @btkcodedev via Connector Builder |