#Shiroyasha
1 messages · Page 1 of 1 (latest)
Hello
Hi. You can't transfer your balance to a card. You can transfer to Connected account balances, payout your balance to your connected bank account, or refund a transaction on a card
This is for your platform account and not a connect account?
It s for a customer
I want to implement a "cash back" system
The customer provide me a card number and a send him his cash back
Ok. Yeah that's not possible unfortunately
You could have them create a Connect account
Then send money to their connect account and then they could pay out to a debit card there
Ah ok
Connect account are only for my provider who provide service for customers on my platform
I don't want to create a connect account for thousands and thousands of customers
So there is no way to send money to a customer?
Let's say a customer have done 8 orders and have 13,6€ in his "cash back pocket". How can I send him this money?
You can't. You can give them discounts or credit them with negative invoice items. But you can't send them actual money
Ah yeah the negative invoices could be an option
How does it work please? (quickly)
Or maybe documentation
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 pass a negative amount for credit
I'll take a look
OK I got it
I was wondering smthg. When a customer pay through my platform, he always have the same customer ID? Or it changes every time he pays? Based On what stripe give a customer ID to a customer?
I don't know if was clear. Feel free to tell me if you need more information about my question
So if you explicitly create a customer in stripe for them, you can use the same one across all their payments. https://stripe.com/docs/api/customers/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Then you pass that id to future api calls
I don't create a customer in stripe for them. Should I?
If you want to use the same customer ID across everything I recommend it because it gives you much more control over things