Update TabaPay processor configuration

This request updates an existing TabaPay payment processor configuration.

TabaPay is one of LoanPro's integrated payment processing partners. After creating a TabaPay processor configuration, this request can be used to update existing settings. Note the following when updating a TabaPay 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. Some fields are required when updating a Repay processor configuration, but fields not included in the payload will remain unchanged.

To learn more about LoanPro's LoanPaymentPro integration, see TabaPay

{
    "tabapay": {
        "name": "TabaPay Processor",
        "client_id": "client_id",
        "bearer_token": "token",
        "settlement_account": "123456789",
        "sandbox": true
    }
}

Results

Returns true after a successful TabaPay processor update. An error results in a message and context object (agent and processor ID) indicating the type of error (e.g. missing parameter or invalid processor ID).

Language
Credentials
Click Try It! to start a request and see the response here!