Retrieve an InvoicePayment 

Billing
Invoice Payment
Retrieve an InvoicePayment

Retrieves the invoice payment with the given ID.

Parameters

No parameters.

Returns

Returns an invoice_payment object if a valid invoice payment ID and matching invoice ID were provided. Otherwise, this call raises an error.

GET /v1/invoice_payments/:id
curl -G https://api.stripe.com/v1/invoice_payments/REPLACE ME \
-u "sk_test_BQokikJ...2HlWgH4olfQ2sk_test_BQokikJOvBiI2HlWgH4olfQ2:" \
-H "Stripe-Version: 2025-03-31.preview" \
-d replaceMe="REPLACE ME"
Response
{
"replaceMe": "REPLACE ME"
}