get_payment
Retrieve payment details by payment UUID to check status, amount, and transaction information in ClassQuill tutoring-business data.
Instructions
Get Payment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payment_id | Yes | Payment UUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| status | No | ||
| currency | No | ||
| tutor_id | No | ||
| created_at | No | ||
| session_id | No | ||
| student_id | No | ||
| amount_cents | No | ||
| payment_type | No | ||
| refund_amount_cents | No | ||
| stripe_payment_intent_id | No |