Name |
Type |
Description |
Notes |
custom_headers |
Hash<String, Array<String>> |
Custom http headers for the Auth request to Gateway URL |
[optional] |
disabled |
Boolean |
Allows to disable/enable Gateway Config for the Fintech (Tenant) |
[optional] |
max_wait_ms |
Integer |
Maximum amount of time in milliseconds that we will wait for the response from Gateway URL request |
[optional] |
url |
String |
The URL address which will be used for the ACH in Auth Flow requests to get authorization from the fintech to process the transaction |
[optional] |
require 'synctera'
instance = Synctera::GatewayPatch.new(
custom_headers: {"Content-Type":["application/json","text/html"],"Host":["https://host.com"]},
disabled: null,
max_wait_ms: null,
url: https://fintech.com/ach/auth
)