#ConorF
1 messages · Page 1 of 1 (latest)
Hello! Is there a reason you're trying to do this with curl if you're not technical? Is this just a one-off test you're doing? You should be able to accomplish the same thing through the dashboard
I have some clients paying a subscription to access some gated content, they can then avail of some other services asynch. I normally invoice them manually but would like to automate it as it gets time consuming. I'm using n8n.io and can get all the relevant information there as an input to a http node
I can automate the invoice creation no problem but can't seem to change the payment options. Would prefer to only offer bank transfer
If you're looking to automate this process entirely, then using curl isn't really the way to go - you'd be better off using one of our client-libraries (https://stripe.com/docs/libraries)