Create a payment record for a specific account

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

account_id
Body of request to create payment.
line_item_id
original_amount_cents
line_item_status

Allowed: VALID, INVALID, PENDING, AUTHORIZED

effective_at
allocation

Allowed: INTEREST, DEFERRED_INTEREST, PRINCIPAL, FEE, PRINCIPAL_PREPAYMENT_INSTALLMENT_END_TO_START, null

allocation_line_item_id
payment_intent

Allowed: LOAN_PAYOFF

external_fields
Preview

Allowed values: true, false

HTTP Response Codes

Code Example

curl --request POST \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/accounts//line_items/payments/payment_record \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "original_amount_cents": 0,
  "line_item_status": "VALID"
}
'

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