Payment methods
Payment methods are the bank cards, ACH accounts, and (for enterprise) wire-transfer profiles attached to an account. One method is designated as the default — that's what gets charged on the monthly invoice. The others sit as fallbacks (we'll try them in order if the default fails).
Card data never touches NimbusNexus directly — payment-method creation routes through our PCI-compliant payment processor (Stripe today), and we store only the tokenized reference + display metadata (brand, last four, expiration). You don't need to worry about PCI scope on your end as long as you're using the API; raw card numbers never appear in any request to NimbusNexus.
What's next
- Invoices — what payment methods get charged for.
- Subscriptions — the plan-tier context.
- Account overview — the billing-contact configuration.