#manu occhia - express platform
1 messages · Page 1 of 1 (latest)
hey there, are you talking about logging in to the dashboard as your connected account? If so, our support team can offer assistance with that: https://support.stripe.com/contact
As for the customer, you can get the receipt_url from a test payment to see how that looks, on the charge object:
https://stripe.com/docs/api/charges/object#charge_object-receipt_url
(using the charges within a payment intent, eg: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-charges-object )
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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 explain things for you @thorny marsh ?
I found the receipt url for buyer side and seems that he can see only the amount of the payment.
Apologies that I forgot to mention that you can see the statement descriptor that gets used on the charge object, too, as the calculated_statement_descriptor:
https://stripe.com/docs/api/charges/object#charge_object-calculated_statement_descriptor
What else were you hoping to see on the receipt?
nothing specific I just want to know what the buyer sees
For the express account side, is there any way for the user to see information about any specific payment via stripe? I try to login as express account through single use login API and I only see the account balance, I was wondering if there are any way that i miss in your docs
Hello! I'm taking over, let me get caught up...
For the express account side, is there any way for the user to see information about any specific payment via stripe?
Not by default, no, but you can build an interface for your Express account holders to see this via your website/app/etc. if you want.