#dhruvesh2908

1 messages · Page 1 of 1 (latest)

lament wagonBOT
old gazelle
#

Can you elaborate on your current flow? request ids?

south comet
#

When a user adds a bank account, I create a Stripe account and store the account ID in our database. Subsequently, using the SDK, when payments are successful, I retrieve the instant ID and charge ID in the webhook. If the data is correct, I invoke the transfer payments API, passing the charge ID and destination account. However, during this process, I encounter the following error.

stripe.transfers.create({
amount: payble_amount,
currency: "usd",
destination: resultx1[0].account_id,
}).then(function(transfer) {