Create paid account (no trial, card required)
gambot_create_paid_accountProvision a paying account in one call: pass a card, get it verified, and start billing immediately without a free trial.
Instructions
Create a new organization that goes STRAIGHT TO PAID — no free trial month. A payment method is MANDATORY: pass a card object; the card is verified with the clearing provider, its token is saved, and billing starts immediately (first charge on the next billing run). Use this when an AI agent has the customer's card and should provision a paying account in one call. Same number options and the same graceful companyInfo.timezone/country handling as gambot_create_trial_account (neither hard-fails). The raw card is sent only to the PCI-compliant clearing provider and never stored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | Yes | REQUIRED. { cardNumber, expirationDate ("MM/YY" or "MM/YYYY"), cvv?, holderId? }. | |
| plan | No | Basic / Premium / Enterprise. | |
| payEach | No | ||
| simInfo | No | { hasSim, simNumberEntered, selectedSimNumber, purchaseInTwilio }. | |
| currency | No | ||
| companyInfo | Yes | { organizationName (required), timezone (IANA, recommended; derived from country if omitted), country (ISO-3166 alpha-2), companyName, idNumber, companyUrl, companyPhoneNumber }. | |
| contactInfo | No | { contactFullName, contactEmail, contactPhoneNumber }. | |
| useCoexisting | No | ||
| useFreeNumber | No |