#b33fb0n3
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
you can always use the customer's metadata in order to store the points there
yes and how should I do this kind of stuff with the orders which are paid apart from stripe?
when you receive the payment you just update the customer object in Stripe
yeah and how can I add the paymentdetails to the customer? Like paid amount, notes what have been paid, ... obviously not the paymentmethod, because the customer paid apart from stripe ^^
you can create an invoice
and mark it as paid out of band https://stripe.com/docs/api/invoices/pay#pay_invoice-paid_out_of_band
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
meaning not with Stripe
will the customer get's an email when I create it?
Can I add notes to it via the api?
depends on what you want
Can I add notes to it via the api?
yes
Am I blind or where do I enter the amount when creating the invoice?https://stripe.com/docs/api/invoices/create?lang=node
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 need to create invoice items
can I reuse them?
So I create one one time and resuse it for every new invoice?
no
how do I authenticate the customer when I show him his recent invoices. Because my goal is to have a customer dashboard where he can also see his points. You already mentioned, that I can use metadata, to keep track of them. If I use the default customer portal by stripe the use is authenticated... but there are no points to see (because it's metadata)
you would need to build one for them
ok
can you share me the docs, so I can look further into it?
you already sent them https://stripe.com/docs/api/invoices/create?lang=node
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I mean the notes. To create notes to it
what do you mean by notes?
these notes: ๐
is this what you mean? https://stripe.com/docs/api/invoices/create#create_invoice-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
hm, no
would you mind translating the screenshot
sure:
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Oh ok