lukasaron / terraform-provider-stripe

Terraform Stripe Provider
https://registry.terraform.io/providers/lukasaron/stripe/latest
Mozilla Public License 2.0
56 stars 24 forks source link

Payment Links resource #64

Open rooom13 opened 8 months ago

rooom13 commented 8 months ago

It would be awesome to be able to create a PaymentLink resource. https://stripe.com/docs/api/payment_links/payment_links

I'm happy to help and open a PR if you guide me some bit on how to best contribute :)

stuartin commented 6 months ago

Looks like there was a previously opened PR to get this implemented, any chance we can get it re-opened and merged in?

lukasaron commented 4 months ago

@stuartin The previously opened PR had a comment that wasn't addressed.

The PaymentLink is the most complex resource Stripe has and the implementation is in progress.