#Siva_K-split-payment

1 messages · Page 1 of 1 (latest)

round lynx
#

Hi 👋 could you elaborate on your scenario a bit?

#

What you're describing so far does not sound like functionality that we offer.

midnight loom
#

I want to split one payment to charge on multiple cards
ex: the amount is 10000 and wants to split it 5000 from one card and 5000 from another card

round lynx
#

In that case, you would need to determine when to split the entire amount on your end, and process that as two separate payments within Stripe.

midnight loom
#

you mean two api calls?

round lynx
#

The number of API calls needed will increase, but it may not be two depending on which integration option you're using.

#

But you would need to split this into multiple distinct payments. So rather than processing a single $10k payment with two cards, you would process two $5k payments.