#Siva_K-split-payment
1 messages · Page 1 of 1 (latest)
Hi 👋 could you elaborate on your scenario a bit?
What you're describing so far does not sound like functionality that we offer.
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
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.
you mean two api calls?
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.