create_customer
ActiveTool of io.github.mifactory-bot/mifactory-payments
declared in 1.0.0
Crea un cliente en Stripe. Cuesta 5 créditos.
Parameters schema
{
"type": "object",
"required": [
"stripe_key",
"email"
],
"properties": {
"name": {
"type": "string",
"description": "Nombre del cliente"
},
"email": {
"type": "string",
"description": "Email del cliente"
},
"metadata": {
"type": "object",
"description": "Metadata adicional"
},
"stripe_key": {
"type": "string",
"description": "Tu Stripe secret key"
}
}
}Parent server
io.github.mifactory-bot/mifactory-payments
https://github.com/mifactory-bot/mifactory-payments
1/7 registries