Create LoanPaymentPro processor

{
  "loanpaymentpro": {
    "name": "test123",
    "transaction_key": "string",
    "tx_verification": true,
    "type": "ach"
  }
}

šŸ“˜

Try It Instructions

To create a new Loan Payment Pro processor, you'll need a unique name, a type (credit or checking), and a transaction key that matches that type.

In this Try It example, you can use the transaction key for our demo account. Make sure that you pick the transaction key that matches the type. If you get a 425 error, it's probably because the name is already taken. Just use a different name and you should get a 200 response.

The 200 response will give you the processor ID, which is used for processing transactions.

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