#skoozz

1 messages · Page 1 of 1 (latest)

hard crescentBOT
idle karma
#

Can you share your account id and which page you're looking at that you see the transactions at $0?

You can find your account id by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123

idle karma
#

which page are you looking at that you see $0 transactions?

crystal moss
idle karma
#

Are you using Pricing Tables?

crystal moss
#

Concerned product: prod_O3UPzpoEeYeoxG

idle karma
#

It looks like you're using Payment Links to subscribe to a Subscription. For context, the Payment Link will always create a new Customer (even if it's the same email address). We are planning to implement a feature to allow for customer uniqueness in the future though, but there's no timeline that I can share for this right now.

#

If you want to maintain customer uniqueness, you'll have to use Checkout Sessions, and implement your own logic to check if a Customer already exists for that particular email

crystal moss
#

My client therefore only has the last invoice, and those who are on the other two accounts are not there.

idle karma
#

right now, all 3 rows on that list, are for different customers (even if they have the same email). If you click into each customer - you'll see that the Customer Id is different for each of them

crystal moss
#

Ok, how do my clients do it?
Let's say he wants to manage the first subscription out of 3 assets?

idle karma
#

the screenshot that you've just pasted is for the Customer Portal. What is displayed in the Customer Portal is the Subscriptions for that particular Customer ID

#

assuming you have customerA, customerB and customerC, and you want to manage the subscriptions for customerA, then you need to generate the Customer Portal for customerA

crystal moss
#

I put the email that is linked to the 3 customers, it shows me that the information of the last customer created with this email

#

And the other two said it's unreachable

idle karma
crystal moss
#

An alternative to this?

#

So that my client can manage everything on his own?

idle karma
#

a) you either need to use Checkout Sessions and implement a logic to check for customer uniqueness , or b) implement the code for customer portal such that it explicitly passes in the Customer id for that particular customer

crystal moss
idle karma
#

is this in test mode or live mode?

crystal moss
#

live

#

As a test we do not receive an email, I had seen
For this I tried in live mode and I did not receive.

#

On the other hand, it may be because I was on the Billing Starter | Invoicing Starter when I took the subscriptions?

#

Maybe it does not include the automatic sending of invoices?

idle karma
crystal moss