v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
d) Customer Management

Opt-In the customer for the loans

Opt-In the customer for the loans

post/eclipse-conductor/rest/v1/tenants/{tenantId}/customers/{customerId}/loans/opt-in

Path parameters

tenantIdinteger required
customerIdinteger required

Request body

providerstring

Loan provider

walletIdinteger

A walletId representing the id of the customer's wallet where the loan amount will be credited or debited when making payments on the loan

Response

OK

addressstring
createdstring date-time
creditScoreinteger
creditScoreLastVerifiedstring date-time
emailstring
externalCustomerIdstring
firstNamestring
idinteger
identityNumberstring
lastNamestring
phonestring
statusstring
walletIdstring

Example response

{
  "created": "2022-03-10T12:15:50-04:00",
  "creditScoreLastVerified": "2022-03-10T12:15:50-04:00"
}