#mdcopley08
1 messages · Page 1 of 1 (latest)
We're not really dashboard experts in here, so I'm not sure if there's a way to control a role so that the agent can send receipt but not refund or create charges. You could build some tool that sends the customer the receipt url from the PaymentIntent's charge object though: https://stripe.com/docs/api/charges/object#charge_object-receipt_url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But if you want to know more about roles and whether this is possible, reaching out to support is your best bet: https://support.stripe.com/contact/email
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.
Okay great, taking a look at this now
This is perfect, this gets us what we need - thank you!