#Thoxics
1 messages · Page 1 of 1 (latest)
Hello! I think it would be the addition of this parameter to the curl command: -d after_completion[redirect][url]="https://example.com"
I get this error
Yeah, you also have to specify type in there. It's required: https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-after_completion-type
Do you know how to specify that as well?
Flagging you may want to roll your test key; this is a public chat on a public server.
You're not setting after_completion[type] anywhere in there. You need to set the type as the error message instructed.
You can add -d after_completion[type]=redirect
For example.