buyer name is not showing in email i just received email hello (client name ) payment is successful but who pay the payment there is no name please help me on it how to solve this issue
I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:
Additional Documentation
In-App Payment Solutions
Take a Credit Card Payment
Verify a Buyer
If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.
Any human can answer my question because this documents are not helpful
To include the buyer’s name in the payment confirmation email, you need to ensure that the buyer’s information is included when creating the payment. When you’re making the API call to create a payment, you can include the buyer’s name in the Payment
object under the customer_id
field. This customer_id
should be the ID of a Customer
object that contains the buyer’s name. If the customer_id
is included in the Payment
object, the buyer’s name should appear in the payment confirmation email.
This answer was reviewed by @Bryan-Square.