#OptimalSurprise-paymentlink

1 messages · Page 1 of 1 (latest)

old condor
#

Hi! What are you trying to do? Create a new Payment Link with the API client in python?

topaz flower
#

yes correct

old condor
topaz flower
#

stripe.PaymentLink.create

#

so this evidently does not exist in the stripe package

#

stripe.PaymentLink.create()

AttributeError: module 'stripe' has no attribute 'PaymentLink'

old condor
#

Got it! Which version of stripe-python are you using?

topaz flower
#

2.58.0

old condor
topaz flower
#

ah ok

#

great

#

that explains a lot

#

thank you

#

i believe things should be fine going forward

#

thank you