#Andres2792-account
1 messages ยท Page 1 of 1 (latest)
ah, no i'm afraid not
Ouch ty Alex :)
if you accidentally rejected the account, you can reach out to Stripe Support - https://support.stripe.com/contact. They should be able to help
no worries, it's fine to leave it as it is ๐
Hey Alex I was digging further about the destination payment object but I was unable to find the object info can you point me to docs?
Also is there any endpoints for it? @dapper spruce
this is probably what you're looking for? https://stripe.com/docs/connect/destination-charges
by destination payment object - are you referring to the resulting transfer on the connected account?
it's still a charge object : https://stripe.com/docs/api/charges/object
I know the flow very well but I'm curious and noticed it. I was able to expand it via the transfer object but no info
maybe you can share more about what you want to know about the py_ 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.
Attributes etc
Data types, can be edited? (do they have endpoints)
I would love to set custom descriptions on them
For example
So my connected accts can identify em
If you're using Express connected accounts, refer to https://stripe.com/docs/connect/customize-express-dashboard#destination-charges
for py_ objects, you would refer to the Charge object : https://stripe.com/docs/api/charges/object
Only certain parameters can be updated since it's considered as a successful "charge" e.g. description and metadata
I'm using them on standars
For testing and learning
And ik py_ are also from ach
So I want to edit those from connect transfers
yep, so you can update it as a Charge : https://stripe.com/docs/api/charges/update
Will give them a try but only name and Metadata can be edited?
I lit have no info on them, just the expand string from the transfer
And should the update call be done as the connected acct or as the plat?
๐ค
the update should be done as the platform
Passing the py as id right?
yep