v1
latestOpenAPI 3.0.02026-08-067074272.5 KBPayments
Creates a new payment
Creates a new payment with the provided message to the provided contact.
post/dashboards/{dashboard_id}/payments
Path parameters
dashboard_idinteger required
Example:121
Id of dashboard
Request body
Example request
{
"message": "Thank you for choosing Generic Plumbing! Please click the link below to pay the balance for today's appointment.",
"description": "Housecall for plumbing services",
"customer_phone": "321-654-7890",
"amount_requested": 220.5,
"reference_number": "receipt-chicago"
}Response
The new payment.
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"
}