Make Payment

Makes a payment towards a payment agreement

Log in to see full request history
Path Params
uuid
required

The unique ID of the payment agreement.

Body Params

Request body for Make a Payment

uuid

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

amount
object
required

Represents a monetary amount in the specified currency

string
Defaults to UNKNOWN_REQUEST_TYPE

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

string
required

The payment source

acknowledgement
object
required
string
Defaults to UNKNOWN_SOURCE_TYPE

Identifies the processing source type of payment. Note: 'SCHEDULED_PAYMENT' is deprecated in favor of SCHEDULED

string

Source ID (UUID)

string
Defaults to UNKNOWN_SUB_SOURCE_TYPE

SubSourceType is the medium through which the payment was originated. One of WEB (online), TEL (over the phone), or IVR (automated through interactive voice response).

date-time | null

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

string

Notes for the payment

boolean

Whether this payment should be made asynchronously or not

Headers
uuid

X-Idempotency-Key: Optional header for enabling idempotency

Responses

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