ACH
Get Gateway Endpoint Configuration By ID
Gateway Endpoint Configuration object represents details required for Auth flow Request to the Fintech (Tenant)
get/ach/gateways/{id}
Path parameters
idstring uuid required
Example:7d943c51-e4ff-4e57-9558-08cab6b963c7
The unique resource identifier
Response
Gateway Configuration
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"
}