We use stripe with Amelia. It does not pull in customer information into stripe for both events and services. Is there a way for me to have that information pull through into Stripe or is that a stripe issue?
We will try to explain and help you as best we can. In Amelia, in MetaData only a description of the transaction are sent.
Stripe has its own "Customers" section, which is not updated, even if we enter the MetaData "customer: %customer_email%", customer information cannot be transferred at the moment, only the description of the transaction is possible for now.
But we will try to help you with the workaround. You can try going into ../wp-content/plugins/ameliabooking/src/Infrastructure/Services/Payment/StripeService.php
if (isset($data['metaData']['email'])) {
$stripeData['receipt_email'] = $data['metaData']['email'];
}
Like this:
I don't know if it's going to work, though, if there isn't already a customer with this email registered in Stripe. But we hope this will help you.
I need to send receipts and we use Stripe. I've been reading through these tickets and I understand how to do it, but I had a follow up question regarding this.
Unfortunately, the code need to be redone after each update. Hopefully you will not need to this form much longer we are already working on invoice future as well as some others and as soon as this is implemented you will be able to send invoices via Amelia.
We wish you all the best and hope you have a wonderful day ahead.
We use stripe with Amelia. It does not pull in customer information into stripe for both events and services. Is there a way for me to have that information pull through into Stripe or is that a stripe issue?
Hello there,
Thank you for reaching out to us.
We will try to explain and help you as best we can. In Amelia, in MetaData only a description of the transaction are sent.
Stripe has its own "Customers" section, which is not updated, even if we enter the MetaData "customer: %customer_email%", customer information cannot be transferred at the moment, only the description of the transaction is possible for now.
But we will try to help you with the workaround. You can try going into ../wp-content/plugins/ameliabooking/src/Infrastructure/Services/Payment/StripeService.php
Like this:
I don't know if it's going to work, though, if there isn't already a customer with this email registered in Stripe. But we hope this will help you.
Kind Regards,
Marko Davidovic
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
I need to send receipts and we use Stripe. I've been reading through these tickets and I understand how to do it, but I had a follow up question regarding this.
https://tmsplugins.ticksy.com/ticket/3037648/
https://tmsplugins.ticksy.com//ticket/2802048/
After an update to WP Amelia, will this code be removed and will I need to redo it every time there an update?
Thanks
Hello again,
Unfortunately, the code need to be redone after each update. Hopefully you will not need to this form much longer we are already working on invoice future as well as some others and as soon as this is implemented you will be able to send invoices via Amelia.
We wish you all the best and hope you have a wonderful day ahead.
Kind Regards,
Marko Davidovic
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Has anyone figured out a better solution? Even with the code, Stripe is still showing for me "No customer email"
Stripe only updates Metadata in the system allowing for a receipt to be sent. Are you not showing a record of the receipt being sent?
Hello Rebecca,
We have seen that you created a separate ticket and our colleague has responded to it.
Please let us know if you have any other questions.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables