Get the payment link for a package
get_checkout_linkReturns the Stripe checkout link for one of the three packages. Use it when the user already knows which package they want and wants to pay now, or when they submitted the request earlier and want to pay afterwards. If they already have a reference number, pass it so the payment can be matched to their request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paquete | Yes | Which package to get the payment link for. | |
| referencia | No | Reference number from a previous create_llc_lead, e.g. SC-0812-KDJC. Pass it if the user has one. |