#robertotmuniz
1 messages · Page 1 of 1 (latest)
HI there, you need to specify a charge ID, not subscription ID. Details are explained in https://stripe.com/docs/connect/charges-transfers#transfer-availability
is charge ID the same as invoice Id?
how do I find the chargeId of an invoice already paid?
You can get the charge ID from invoice->payment_intent->latest_charge
thank you very much
and the chargeId from a one time payment is the paymentIntentId?
No, a payment intent is an intent to capture payment, where a charge is the actual charge on the payment
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
if you retrieve the payment intent and it was paid, the latest_charge field will be set to the charge ID