How to enable Authvia SFTP on a merchant.
AuthVia provides sftp configuration for batch business-process and customer creation operations for very high throughput systems. The operations can be executed by bulk upload to authvia sftp servers.
Features
Resources
Configuration
Using AuthVia SFTP: Only password is required for setting up SFTP service for batch sftp configuration. AuthVia's SFTP is designed to be integrated easily with minimal setup. For any specific integration guidelines or advanced usage, consult the AuthVia Developer Documentation.
This table describes the required or possible attributes needed to configure a merchant product for this type.
Name | Type | Description | Rules |
---|---|---|---|
password | string | (required) Password |
Enabling this Product
Using create-merchant-product API you can add a new product to your merchant record. Below is an example configuration for the payload of that request.
{
"line": "batch",
"product": "sftp",
"provider": "authvia",
"config": {}
}