ACH
Create New Gateway Endpoint Configuration
By creating Gateway Endpoint Configuration object for Fintech, you enable ACH in Auth flow for all the ACH transactions for specified Fintech (Tenant)
post/ach/gateways
Request body
Example request
{
"custom_headers": {
"Content-Type": [
"application/json",
"text/html"
],
"Host": [
"https://host.com"
]
},
"url": "https://fintech.com/ach/auth"
}Response
Created Gateway Config Object
Example response
{
"created": "2010-05-06T12:23:34.321Z",
"custom_headers": {
"Content-Type": [
"application/json",
"text/html"
],
"Host": [
"https://host.com"
]
},
"id": "b01db9c7-78f2-4a99-8aca-1231d32f9b96",
"tenant": "abcdef_ghijkl",
"updated": "2010-05-06T12:23:34.321Z",
"url": "https://fintech.com/ach/auth"
}