Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique resource identifier
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Body
Gateway Config Object fields allowed for update
Gateway Config Update Request
Custom http headers for the Auth request to Gateway URL
{
"Content-Type": ["application/json", "text/html"],
"Host": ["https://host.com"]
}
Allows to disable/enable Gateway Config for the Fintech (Tenant)
Maximum amount of time in milliseconds that we will wait for the response from Gateway URL request
x >= 1
The URL address which will be used for the ACH in Auth Flow requests to get authorization from the fintech to process the transaction
"https://fintech.com/ach/auth"
Response
Updated Gateway Config Object
Represents a Gateway Config Object
The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
"abcdef_ghijkl"
Time when Gateway Config object was created
"2010-05-06T12:23:34.321Z"
Optional parameter that allows to configure custom http headers for the Auth request to Gateway URL if needed
{
"Content-Type": ["application/json", "text/html"],
"Host": ["https://host.com"]
}
Indicates if the Gateway Config is active for Auth Flow for the current Fintech (Tenant)
Identifier of the Gateway Config object
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
Shows maximum amount of time in milliseconds that we will wait for the response from Gateway URL Auth request
x >= 1
Time when Gateway Config object was updated
"2010-05-06T12:23:34.321Z"
The URL address which will be used for the ACH in Auth Flow requests to get authorization from the fintech to process the transaction
"https://fintech.com/ach/auth"