#manu occhia - express platform

1 messages · Page 1 of 1 (latest)

winged wagon
#

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 )

winged wagon
#

Does that explain things for you @thorny marsh ?

thorny marsh
#

I found the receipt url for buyer side and seems that he can see only the amount of the payment.

winged wagon
#

What else were you hoping to see on the receipt?

thorny marsh
#

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

mint laurel
#

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.