#humbertovaz-PaymentLink
1 messages · Page 1 of 1 (latest)
No, should I ?
I'm unsure, that is why I'm asking for more details. What document are you using?
Not sure about the question... I'm coding, not using the dashboard to create a payment
1 - I have an express Account which was onboarded (by creating an AccountLink)
2- I also have a customer account that triggers a PaymentIntent
3- There is something missing here to insert the payment info for the customer (PaymentLink?)
4- And afterwards I have to ConfirmPaymentIntent given the payment intent Id
I'm asking about step 3 🙂
What integration guide are you using?
So that is our Payment Links, and will handle payment details after you share the link with the customer.
But that link is inside the PaymentLink object ?
I need the price Item id (Price = "price_1LxAdA2eZvKYlo2C3SK4LMWf")... Where can I get this field?
The price is dynamic
Shoud I create a Price each time I'm selling a service ?
That price field is here: https://stripe.com/docs/customer-management/get-started#limitations and you'd need to create the price, https://stripe.com/docs/api/prices first.