v1
latestOpenAPI 3.0.02026-08-067074272.5 KBPayments
Mark a payment as paid
Closes a payment as "paid". Use this endpoint for when the payment is paid through a means other than the payment request portal. This will close the payment and add its payment amount to your statistics. This endpoint is not required for payments paid through the payments-portal sent through Text Request; that will automatically mark a payment as paid.
post/dashboards/{dashboard_id}/payments/{payment_id}/mark_as_paid
Path parameters
dashboard_idinteger required
Example:121
Id of dashboard
payment_idinteger required
Example:2510
Id of payment
Response
The payment that was marked as paid.
Example response
{
"payment_id": 2510,
"recipient": "John Doe",
"description": "Housecall for plumbing services",
"amount_requested": 220.5,
"transaction_status": "Unknown",
"textrequest_payment_status": "Sent",
"reference_number": "receipt-chicago"
}