NimbusNexus

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

No endpoints to show

The OpenAPI spec doesn't currently expose any endpoints under thepayment-methodstag. This is usually a manifest typo; check that the tag matches what the backend serves at /openapi/external.json.