#Suraj-updating payouts

1 messages · Page 1 of 1 (latest)

stoic flint
#

Suraj-updating payouts

#

👋 Can you elaborate on what you're trying to do as well as providing the id of a failed API request (if applicable)?

dapper perch
#

var options = new PayoutUpdateOptions
{

            Metadata = new Dictionary<string, string>
              {
                { "StripePaymentTransactionId", stripePaymentTransactionId.ToString() },
              },
        };
        var service = new PayoutService();
        service.Update(payoutId, options);
#

payout id is po_1JmzBm4SMe4b76nIfoKoob7e

#

i need to update meta data

stoic flint
dapper perch
#

which thing need to add in api call ..?

#

means connect id or platform id ..?

stoic flint