Skip to main content
POST
/
shopping
/
{portfolio}
/
v1
/
payment
/
profile
{
  "leadUuid": "<string>",
  "leaseSessionUrl": "<string>"
}

Path Parameters

portfolio
string
required

Body

application/json
facilityUuid
string
required
leadUuid
string
required
lastFour
string
required
paymentType
enum<string>
required
Available options:
CREDIT/DEBIT,
ACH
processorToken
string
required
processorAuthTransactionId
string
required
processorTokenId
string
required
billingFirstName
string
required
billingLastName
string
required
billingCity
string
required
billingZip
string
required
billingState
string
required
billingAddressLine1
string
required
autopayEnabled
boolean
required

Will set this payment method to be used for future bills for this unit.

billingAddressLine2
string

Response

201 - application/json

The lead has successfully made a payment profile. Required to generate a lease

leadUuid
string
required
leaseSessionUrl
string
required