#tronking55
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.
- tronking55, 1 hour ago, 9 messages
- tronking55, 4 hours ago, 10 messages
- tronking55, 19 hours ago, 3 messages
Hi @bold heart Have you exected the transfer creation API that I sent you before?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You mean this api?
Yes you are right
Can I make an interface to send money with email address(identifier)?
I want to make a withdrawal system including frontend for users.
So what response did you get from the transfer creation request?
I didn't call that transfer api yet.
What I want to know is how I can implement this function with stripe programmatically.
Hmm, I thought I just told you the API?
No, I apologize if I make you confused.
No worries. I'd highly recommend you to write some code and try the API out
So that you know what params are needed when creating a transfer, and based on that, build your application to collect such information from your users.
About the destination, I notice that it's the ID of an account. If so, should I save its ID in our backend? And for that, we need to create a new stripe account with api?
Yes for both questions
How about users who already had a stripe account?