#D4reDev1l.

1 messages · Page 1 of 1 (latest)

oak oliveBOT
dry ember
#

In order for anyone to accept payments they need an account

wind valve
#

this is the process I need

dry ember
#

Right so customer b would need a connect account connected to your platform account

#

Connect is a very large product offering, so recommend you take time to read the docs

wind valve
#

both me and customer b need connect account?

dry ember
#

No you would be the platform account

#

Customer b would connect their account to yours

oak oliveBOT
wind valve
#

subscription API can only use price id, it cannot use numbers. e.g. if I want to charge 10 USD, I have to create or query a price object with unitamount 1000(10USD) and charge customer A with it?

dry ember
wind valve
#

application fee percentage is a percentage not a raw amout

#

and add _invoice_items accept price id based on example here

dry ember
#

You can pass price_data instead of price

#

Check the link I sent

#

You're correct about application fee though

wind valve
#

I do a page search on the create subscription page I dont find price_data

uneven wave
#

price_data is what you pass into the Subscription creation API request. That creates a new Price object that gets attached to the Subscription. You can't search for it. If you want the Price data you set when the Sub was created, you just need to look at the Sub's Price object

wind valve
#

pas it inside the items parameter?