#Qualle-credit-connect-accounts

1 messages · Page 1 of 1 (latest)

barren mason
#

Hi there

#

Can you specify what you mean here by "credit"? Also I want to clarify that you can't transfer between Connected Accounts, that's not possible.

humble flax
#

we are using

#
metadata,
  ...(destination && {
    application_fee_amount,
  transfer_data: {
    destination,
  },
}),
#

for paymentIntent

#

affectively charging connected account 1, and paying connected account 2

#

this has been tested and works

barren mason
#

You create an account debit for Connected Account 1 to pull funds into your platform and then transfer to Connected Account 2?

humble flax
#

yes

#

payout happens

#

what we want to do, is instead of charging connected account 1, we pay them

#

just was wondering if there was a credit object or credit field somewhere

#

otherwise we can hand roll solution

#

we can reference our account balance and pull from that and do payout it seems

#

until their credit limit is reached

barren mason
#

Ah okay, yeah there is no sort of credit object.

#

You would need to handle this on your end

humble flax
#

kind of confusing, we are incentivizing certain users with credits so they do'nt have to pay

barren mason
#

Gotcha

#

Yeah we don't support anything like that from our end. So tracking within your own database would be the way to go

#

You said: I am seeing strange issue when using test api key keys, both front and back end test keys, and receiving error You tried creating an account link with a livemode which does not match the livemode of the requested account.

#

Do you have a request ID where you see this error?

humble flax
#

req_RwZ0X1hCZSVVOI

#

never saw this before

barren mason
#

Weird

#

Clearly we need to fix that error message at the very least 😅

humble flax
#

yea I figured it was some other thing, maybe related to account_id provided ?

barren mason
#

Yeah I think it is taking issue with you trying to onboard a livemode account in testmode

#

Since that account was created with your livemode keys

#

You would only onboard in live mode

humble flax
#

ahh wow, hard to trace

#

ok

#

no makes perfect sense, I can see now in customers

#

thank you so much!

#

livemode of the requested account duh

#

thank you