Generates a new payment link for a customer to pay.
Payment API
Create Payment Link
POST
Generates a new payment link for a customer to pay.
Headers
Example:
"your_api_key_here"
Body
application/json
Specify the env_mode to indicate the environment (e.g., test or live). On successful payment, webhook events are sent to subscriptions with the same env_mode as the payment link.
Available options:
test, live Example:
"live"