create_payment_link
ActiveTool of io.github.mifactory-bot/mifactory-payments
declared in 1.0.0
Crea un link de pago de Stripe. Cuesta 10 créditos.
Parameters schema
{
"type": "object",
"required": [
"stripe_key",
"amount",
"description"
],
"properties": {
"amount": {
"type": "number",
"description": "Monto en USD (ej: 19.99)"
},
"currency": {
"type": "string",
"description": "Moneda (default: usd)"
},
"cancel_url": {
"type": "string",
"description": "URL de redirección al cancelar"
},
"stripe_key": {
"type": "string",
"description": "Tu Stripe secret key (sk_live_... o sk_test_...)"
},
"description": {
"type": "string",
"description": "Nombre del producto o servicio"
},
"success_url": {
"type": "string",
"description": "URL de redirección al pagar"
}
}
}Parent server
io.github.mifactory-bot/mifactory-payments
https://github.com/mifactory-bot/mifactory-payments
1/7 registries