Update FLEX processor configuration

This request updates an existing FLEX payment processor configuration.

   Click here to learn more about this request

FLEX Payment Solutions is one of LoanPro's integrated payment processing partners. After creating an FLEX processor configuration, this request can be used to update existing settings. Note the following when updating a FLEX processor configuration:

Changes made to a processor configuration will affect all transactions moving forward.

Secure Payments' update function updates only the fields included in a payload. No fields are required when updating a processor configuration, and fields not included in the payload will remain unchanged.

To learn more about LoanPro's integration with FLEX, see FLEX ↗

{
    "flex": {
        "card_gateway_private_api_key": "gateway_api_key",
        "same_day_cutoff_timezone": "US/Mountain",
        "password": "password1234!@#$",
        "name": "FLEX Processor",
        "username": "username",
        "same_day": true,
        "sandbox_mode": true,
        "same_day_cutoff_time": "16:00",
        "client_id": "client_id",
        "client_secret": "client_secret"
    }
}
Language
Credentials
Click Try It! to start a request and see the response here!