v1
latestOpenAPI 3.0.02026-08-067074272.5 KBPayments
Retrieves the payment with the specified id.
Retrieves the payment with the specified id.
get/dashboards/{dashboard_id}/payments/{payment_id}
Path parameters
dashboard_idinteger required
Example:121
Id of dashboard
payment_idinteger required
Example:2510
Id of payment
Response
The payment's details.
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"
}