v1
latestOpenAPI 3.0.22026-08-061303782.1 MBGateway Integrations
Create a Gateway Integration
Create a Gateway Integration that connects a Merchant to a third-party payment gateway. At this time, the only supported gateway is Cybersource.
If subscribed, a Gateway Integration - Created webhook is sent when the integration is created with a Gateway Integration ›state of PENDING.
When the state changes to SUCCEEDED or FAILED, a Gateway Integration - Updated webhook is sent.
post/gateway_integrations
Headers
Finix-Versionstring
Example:2022-02-01
Specify the API version of your request. For more details, see Versioning.
Content-Typestring
Example:application/json
The data type being sent in the request body must be application/json.
Request body
Example request
{
"email": "michael@finix.com"
}Response
A single Gateway Integration
Example response
{
"linked_to": "MUeg77opgdgQpwejzC9wCNm",
"email": "michael@finix.com"
}