v1
latestOpenAPI 3.0.02026-08-067074272.5 KBPayments
Cancels the specified payment.
Cancels the specified payment, texting the user that the payment has been cancelled. Payments cannot be editted, so cancelling and issuing a new payment is the best way to correct a payment.
post/dashboards/{dashboard_id}/payments/{payment_id}/cancel
Path parameters
dashboard_idinteger required
Example:121
Id of dashboard
payment_idinteger required
Example:2510
Id of payment
Response
The payment was cancelled. Returns the payment, now with the cancelled status.
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"
}