# Check inbound report status Use this operation to get the status of the inbound report of a payment intent along with information about the related installment or recurring payment (Recurring Payment, Gift Commitment or Recurring Donation object record). To get details of the related records themselves, use the /Installment and /Recurring endpoints. Endpoint: GET /PaymentIntent/{ID} Version: v2 Security: Salesforce_Production, Salesforce_Sandbox ## Path parameters: - `ID` (string, required) The Id of the payment intent to check. Example: "pi_1hubybk7nh45rvbt6" ## Response 422 fields (application/json): - `error_code` (integer, required) Example: 999 - `error_message` (string, required) Example: "Payment intent not found: Please check that the supplied Id value is correct."