#mothmaniam-paymentlinks-customfields
1 messages · Page 1 of 1 (latest)
What do you mean exaclty
On payment completion, you just want to see what the user entered in those custom fields?
I think he means metadata.
Most requests support a metadata field in which you can set values.
Then when you receive the webhook, you can access the metadata by using the following keys:
payload['data']['object']['metadata'];
There is custom fields too
In any case, Payment Links use Checkout under the hood so you could listen to https://stripe.com/docs/api/events/types#event_types-checkout.session.completed
Then the Checkout object will have the custom fields available
@torpid zephyr Can you let me know if you have more questions after what my colleague explained?
mothmaniam-paymentlinks-customfields
Thank you, appreciate your help