#slobbergoat-DesriptionForConnectPayment
1 messages · Page 1 of 1 (latest)
Hi, taking a look here.
It appears that transfer data would only have amount and destination, https://stripe.com/docs/api/charges/create#create_charge-transfer_data
hm - after creating the transfer, if I retrieve the created object from the transfers API, could I use the ID of the "destination_payment" prop to change the description for the connect account's payment?
this is done as part of an automated message queue, so having to down a roundtrip isn't the end of the world
Let me test something real quick
I'm not finding any other way to add this information. Have you tested the above workaround?
I haven't tried it just yet, but if it will work and just require the roundtrip it won't be a problem
I was just hoping to reduce our number of API hits before going down that route
I think this might work, https://stripe.com/docs/api/charges/update#update_charge-metadata
You can add the metadata this way
cool, I'll have to give a look into it and see what I can come up with
I think that covers this off, thank you!
Just tested and confirmed that it the update charge metadata should work as expected with the Stripe account header: stripeAccount, https://stripe.com/docs/connect/authentication