Currently, the platform sends invoices and billing-related emails to the customer’s primary email address by default. However, many businesses need invoices to be directed to a dedicated billing email (e.g., finance, accounts payable), rather than the default customer email. Without this, invoices may not reach the right party, causing delays or confusion.
User Story
As a Pelcro admin, I want the ability to set a billing email on a customer record, so that all billing-related communications (invoices, payment failures, etc.) are routed to the correct recipient.
Extend the customer object to include a billing_email field.
All ESPs triggering billing-related webhooks must use billing_email if available, otherwise default to customer email:
invoice.created
invoice.payment_action_required
invoice.payment_failed
invoice.payment_succeeded
invoice.upcoming
invoice.updated
charge.failed
charge.refunded
charge.succeeded
All ESPs triggering non-billing webhooks continue to use the customer’s primary email.
Expose billing_email in all webhooks where customer data is available.
Please authenticate to join the conversation.
Available
Pelcro Product
Product Board
11 months ago

Rana Haleem
Get notified by email when there are changes.
Available
Pelcro Product
Product Board
11 months ago

Rana Haleem
Get notified by email when there are changes.