#Свят
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- Свят, 3 days ago, 16 messages
- Свят-account-support, 3 days ago, 3 messages
- Свят-account-support, 3 days ago, 9 messages
- Свят, 5 days ago, 17 messages
- Свят, 6 days ago, 5 messages
- Свят, 6 days ago, 13 messages
To get the charge object from a payment intent: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-latest_charge
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
To create transfer: https://stripe.com/docs/api/transfers/create#create_transfer-source_transaction
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Does that answer your question?
Also you already have a thread open...
Where you asked the same question
If you have a thread open already just keep questions in there
okay
I think it is not possible, but I have to ask)
maybe we will find a solution
No not on already paid order
Just charge them in a separate payment
But if it's all part of the same order they should just wait to charge until the order is done
So you can have the final amount all in one payment
Okay I have to think how
because I am Salesforce developer and we have integrations with Cloudwaitress (ordering system) and Stripe
"But if it's all part of the same order they should just wait to charge until the order is done" - could you clarify this?
Pls
In the above example, only create payment once you know the entire order
Will test mode disable live keys?
Like don't charge until customer confirms order (adding bacon and everything)
What does that mean
Actually I have to test Apple and Google Pay
And I want to test in test mode, but I do not need to stop getting money in real mode
I used my real time api key for one store
and I want to use test keys for test store. not real
SO, I have 2 stores , 1 for test orders, 1 real time, and I want to use test keys from test mode in test store and real keys for real store