Lienholder Payoff
Create Payoff
Creates a new payoff for an auto loan, powered by MethodFi.
POST
/
payoffs
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
mch_id
string
requiredThe Merchant's ID within the Method system
account_holder
string
requiredThe name of the account holder
account_number
string
requiredThe account number
vin
string
requiredThe vehicle identification number
amount
string
The outstanding balance on the account
Response
201 - application/json
id
string
Returns an id for the payoff.