stripe-archive / accept-a-card-payment

Learn how to accept a basic card payment on web, iOS, Android

Home Page:https://stripe.com/docs/payments/accept-a-payment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: You need to provide a description for export transactions

dhavalkasavala opened this issue · comments

"message": "You need to provide a description for export transactions.",
"type": "invalid_request_error"
stripe-php version : 6.31

Resolved this issue you have to pass description param value, in document it is optional value.

I followed the instructions given in https://github.com/stripe-samples/accept-a-card-payment/blob/master/README.md and I am getting the same error. How can I add description and solve this issue.