put https://securepayments.loanpro.io/api/processors/eftcanada/
This request updates an existingAccept/Pay Global payment processor configuration.
Click here to learn more about this request
Accept/Pay Global is one of LoanPro's integrated payment processing partners. After creating an Accept/Pay Global processor configuration, this request can be used to update existing settings. Note the following when updating an Accept/Pay Global 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 Accept/Pay Global , see Accept/Pay Global ↗
{
"eftcanada": {
"name": "Accept/Pay Global",
"api_token": "api_token",
"eft_username": "username",
"padttype": "Personal",
"typecode": "200",
"demo_mode": true,
"auto_reversal": false,
"bypass": false
}
}