#Adam- source_transaction
1 messages · Page 1 of 1 (latest)
Okay thank you, do you think that means I dont need to use transfer_group then?
Yes you don't need to specify a transfer_group, Strip automatically create one for you
Nice, now we just need to create a random source_transaction ID right?
I'm afraid that is not the case, you need to pass in a valid charge ID.
Okay, does this ChargeID come from the PaymentIntent?
Reading up on the docs to check now
Or do you think that means we need to make a charge object?
But then that would make me think that the paymentIntent is supposed to be the one that does the charging
Hi Adam, sorry for the waiting
you can get the charge object ID from a successful payment intent object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you, will read over this
Okay so...
Sorry, is this the charges object you're referring to? "charges": { "object": "list", "data": [], "has_more": false, "url": "/v1/charges?payment_intent=pi_3JxLkRHBsyfQ9rBx0t0GI47K" },
I'm looking at your link
It just doesnt look like it has an ID
what's the status of this payment intent? if it is succeed, then there will be charge objects in this list
Oh I havent tried it yet, I just took that from the docs
I checked Stripe Dashboard, I see it here
Yup, you've got the charge ID 🙂