#istcf - payment method

1 messages · Page 1 of 1 (latest)

craggy bloom
#

If the payment method & customer exist on the connected account, you cannot use them on the platform

#

You would need to recreate both objects (and re-collect payment method info from the customer) on the platform.

velvet sorrel
#

I can't ask twice for the credit card. they provide it once.

craggy bloom
#

What type of connect account is it?

velvet sorrel
#

custom

craggy bloom
velvet sorrel
#

is there a way to collect platform_fee once on a subscription? that can solve the issue.

#

application_fee

#

@craggy bloom ?

craggy bloom
#

There's a lot going on. I may take a little time to get back to you

velvet sorrel
#

NP

tall solar
#

Hey there sorry it took so long, I missed that I hadn't yet responded here when taking over from Snufkin

#

You can do this by setting the application_fee_percent when you create the subscription to apply to the first invoice:
https://stripe.com/docs/api/subscriptions/create?lang=node#create_subscription-application_fee_percent
Then after that first invoice is paid (usually right away), you can _update) the subscription to set the fee to 0
https://stripe.com/docs/api/subscriptions/update?lang=node#update_subscription-application_fee_percent