#pomelo-destination-expand
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- crochetpomelo, 5 days ago, 7 messages
- pomelo-paymentintent-rawpans, 6 days ago, 6 messages
pomelo-destination-expand
@signal spear the py_123 Charge would have source_transfer: 'tr_123' that points to the Transfer in the platform and that Transfer has source_transaction: 'ch_123' that points to the Charge and that has payment_intent: 'pi_123'
Could you show me where the PY object is in the API doc?https://stripe.com/docs/api/payment_intents/object
a py_123 is a Charge, that's what I explained in my sentence above. So it's https://stripe.com/docs/api/charges/object. I recommend carefully looking at https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee which has a clear picture with all the objects
ahhhhh Got it "Charge" was referring to the object
thanks!
Tried a Charges Retrieve call with the PY id and it is saying resource missing. Where can I put the connect account id in the Retrieve call? or do I have to use the connect id in the header?
you use the header yes, that's what the feature is for: making a call on the connected account where the object lives: https://stripe.com/docs/connect/authentication#stripe-account-header
Thank you! You're a huge help as always! Happy Thanksgiving!