Add a payment record

Add a payment record without actually charging a user's payment method, useful for mitigating production issues.

Log in to see full request history
Path Params
uuid
required

The unique ID of the payment agreement.

Body Params

Request body for adding a payment record

string
Defaults to UNKNOWN_REQUEST_TYPE

One of 'INSTALLMENT', 'OTHER', 'OUTSTANDING_BALANCE', 'PAYOFF', 'PRINCIPAL', 'RECOVERY', 'DOWN_PAYMENT', 'SPLITPAY_FIRST_PAYMENT'

uuid

A universally unique identifier (Version 4) as defined in RFC4122. This does not allow nulls.

date-time

The timestamp value formatted per RFC3339. This does not allow nulls.

string

The payment source, same as in MakePaymentRequest.

boolean

Whether this payment record was initiated by AutoPay or not.

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain