#Qualle-credit-connect-accounts
1 messages · Page 1 of 1 (latest)
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.
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
You create an account debit for Connected Account 1 to pull funds into your platform and then transfer to Connected Account 2?
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
Ah okay, yeah there is no sort of credit object.
You would need to handle this on your end
kind of confusing, we are incentivizing certain users with credits so they do'nt have to pay
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?
yea I figured it was some other thing, maybe related to account_id provided ?