Create Received Payment

Use this endpoint to create a new payment received.

This endpoint is rate limited. Use the RateLimit-* response headers to check current limits and remaining quota.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The job's unique identifier

Body Params
string
length ≤ 250

Party from which the payment was received (e.g., Customer Name)

number
required

The value of the received payment. Negative values are accepted (e.g., for adjustments).

string

Optional. An ISO 8601 string of the payment's datetime including the time component and ending with 'Z' (so in UTC). https://en.wikipedia.org/wiki/ISO_8601#Coordinated_UniversalTime(UTC). Only the date will be used, the time component will be ignored.

string
length ≤ 50

Payment method (e.g., Check, Credit Card, ACH, Wire)

string
length ≤ 50

Reference number for the payment (e.g., Check Number, Transaction ID). Values exceeding 50 characters return a 400 validation error.

string
length ≤ 250

Any notes or memo about the payment.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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