#Santhosh Kumar R
1 messages · Page 1 of 1 (latest)
hello! can you share the product id?
prod_NOTl0NYztDk3tY
this is how the payment page displays..can it display the product statrment descriptor
no, that's not possible. The statement descriptor is what will be displayed on the bank statement. You should update the Product name instead
mm..
com.stripe.exception.InvalidRequestException: Received unknown parameter: line_items[0][metadata]; code: parameter_unknown; request-id: req_iC6BcVEU0HH3sB
I get this exception when i am adding metadata to the price item
sorry paymentLink create object
I want to send metadata in the paymentlink so that when i paid the creditcard and the webhook return payment.intent_succeeded response is sent to me i would be able to retrieve the meta data
there's no metadata parameter on the payment link under the price object : https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-line_items-price
If you want to pass in metadata, then you can pass it in to https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.