How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

MonetizeNow Account API

Accounts track all billing and selling details for a customer.

MonetizeNow Account API is one of 21 APIs that MonetizeNow publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Account. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and rate-limit docs.

This API exposes 11 operations across 8 paths, and defines 105 schemas. It is described by OpenAPI 3.2.0, at version v0.

Requests are made against a single base URL, https://api.monetizeplatform.com.

11 operations 8 paths 105 schemas 4 GET2 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v0
Base URL
https://api.monetizeplatform.com
Resource Areas
1

Paths & Operations 11

Across 8 paths, the API surfaces 11 operations — 4 GET, 2 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

Account 11

Accounts track all billing and selling details for a customer.

POST
/api/accounts
Create account
createAccount 1 param body → 201409500
GET
/api/accounts
Get all accounts
getAccounts 10 params → 200500
GET
/api/accounts/customId/{customId}
Get account
getAccountByCustomId 2 params → 200404500
PUT
/api/accounts/customId/{customId}
Update account
updateAccountByCustomId 2 params body → 200500
GET
/api/accounts/search
Search accounts by id, customId, and name
searchAccounts 5 params → 200500
GET
/api/accounts/{accountId}
Get account
getAccountByAccountId 2 params → 200404500
PUT
/api/accounts/{accountId}
Update account
updateAccountByAccountId 2 params body → 200500
PUT
/api/accounts/{accountId}/activate
Activate account
activateAccount 2 params → 200500
PUT
/api/accounts/{accountId}/addresses
Update account's shipping or billing address
updateAccountAddresses 3 params body → 200404500
PUT
/api/accounts/{accountId}/cancel
Cancel account
cancelAccount 2 params → 200404500
POST
/api/accounts/{accountId}/manualBatchRun
Run Billing Batch for Account
manualBatchRun_1 2 params → 202

Schemas 105

The contract defines 105 schemas that model the data the API accepts and returns. The most detailed are com.monytyz.billing.quote.model.Quote (131 properties), com.monytyz.billing.invoice.model.Invoice (94 properties), com.monytyz.billing.customer.model.BillGroup (55 properties), com.monytyz.billing.quote.model.QuoteItem (54 properties). Each schema is shown below with its type and property counts.

com.monytyz.billing.customer.dto.address.AddressSnapshotData
object
8 properties 8 required
com.monytyz.billing.invoice.model.InvoiceCreditCompositeId
object
com.monytyz.billing.subscription.model.SubscriptionItem
object
14 properties
com.monytyz.billing.customer.model.Contact
object
the billing contact for the order.
17 properties 1 required
com.monytyz.billing.customer.model.BillGroup
object
55 properties 1 required
com.monytyz.billing.data.cpq.BillingAnchorData
object
2 properties 2 required
com.monytyz.billing.quote.model.QuoteOffering
object
Represents an offering on quote, which is a group of quote items
48 properties
com.monytyz.billing.credit.model.CreditNoteSource
object
1 property 1 required
com.monytyz.billing.quote.model.QuoteItemDiscount
object
Discounts that are finally applied to this quote item
10 properties
com.monytyz.billing.payment.model.PaymentMethod
object
46 properties
MNPageable
object
2 properties 2 required
com.monytyz.billing.quote.model.QuoteItem
object
An individual line on a quote, each item represents a product, discount, or fee
54 properties 2 required
com.monytyz.billing.quote.v2.core.DateData
object
6 properties 6 required
com.monytyz.billing.customer.model.ContactSnapshot.AddressSnapshot
object
7 properties
com.monytyz.billing.customer.model.CompanyInfoSnapshot.CompanyInfoAddressSnapshot
object
6 properties
com.monytyz.billing.dealroom.model.DealRoomESignContactId
object
2 properties 2 required
com.monytyz.billing.contract.model.Contract
object
26 properties
com.monytyz.billing.catalog.model.FieldValueOverride
object
2 properties 2 required
com.monytyz.billing.quote.model.QuoteOfferingOptions
object
1 property 1 required
com.monytyz.billing.payment.model.PaymentGateway
object
29 properties
com.monytyz.billing.catalog.model.jpa.Rate
object
28 properties 6 required
com.monytyz.billing.credit.model.Credit
object
28 properties
com.monytyz.billing.catalog.model.UsageType
object
11 properties
com.monytyz.billing.subscription.model.Subscription
object
27 properties
com.monytyz.billing.payment.dto.paymentgateway.AmountConfiguration
object
Minimum and maximum amounts for payment type per currency
3 properties 1 required
com.monytyz.billing.customer.dto.address.AddressSaveDto
object
Address of the contact
7 properties 7 required
com.monytyz.billing.quote.v2.core.QuoteCreationSource
object
1 property 1 required
com.monytyz.billing.invoice.model.Invoice
object
The core financial object, subscriptions, orders, activation fees, all are grouped by bill groupto created an invoice.
94 properties 1 required
com.monytyz.billing.catalog.model.CustomPrice
object
Optional custom price for entity
9 properties
com.monytyz.billing.order.model.Order
object
Corresponding order
26 properties
com.monytyz.billing.order.model.OrderOffering
object
Represents an offering on order, which is a group of order items
36 properties 1 required
com.monytyz.billing.quote.model.AmendmentVersion
object
1 property 1 required
com.monytyz.billing.subscription.model.SubscriptionItemDiscount
object
5 properties
com.monytyz.billing.customer.model.Address
object
The address object, can be attached to Contacts
13 properties
com.monytyz.billing.catalog.model.OfferingProductId
object
2 properties 2 required
com.monytyz.billing.quote.model.QuoteESignContactId
object
2 properties
com.monytyz.billing.invoice.dto.PaymentInstruction
object
Stores the instruction for payment if any
4 properties 4 required
com.monytyz.billing.configuration.dto.legalEntity.InvoiceTerms
object
1 property 1 required
com.monytyz.billing.dealroom.dto.Document
object
1 property 1 required
com.monytyz.billing.customer.model.CompanyInfoSnapshot
object
a snapshot of the company issuing the invoice, at the time of invoicing.
9 properties 1 required
com.monytyz.billing.common.dto.ResponseDto
object
2 properties
com.monytyz.billing.payment.model.Refund
object
21 properties 9 required
com.monytyz.billing.dealroom.model.DealRoomESignContact
object
4 properties 4 required
com.monytyz.billing.order.model.OrderItem
object
An individual line on an order. Each item represents a product, discount, or fee
38 properties 1 required
com.monytyz.billing.quote.model.QuoteConditionalTerms
object
13 properties
com.monytyz.billing.payment.dto.paymentmethod.PaymentMethodSupport
object
A list of allowed payment methods
2 properties 2 required
com.monytyz.billing.catalog.model.Product
object
Product associated with the credit note
21 properties 1 required
com.monytyz.billing.credit.model.CreditNote
object
Corresponding credit note, if credit is for credit note
49 properties 1 required
com.monytyz.billing.transactable.SourceId
object
1 property 1 required
com.monytyz.billing.quote.model.internal.quote.BillingPeriod
object
2 properties
com.monytyz.billing.dealroom.dto.Section
object
4 properties 2 required
com.monytyz.billing.dunning.model.DunningProcess
object
8 properties
com.monytyz.billing.catalog.model.Price
object
12 properties
com.monytyz.billing.data.billing.BillingVersion
object
1 property 1 required
com.monytyz.billing.invoice.model.InvoiceItem
object
the invoice items that are part of this invoice.
45 properties
com.monytyz.billing.quote.model.Quote
object
latest processed quote for this contract
131 properties 1 required
com.monytyz.billing.invoice.model.InvoiceCredit
object
4 properties
com.monytyz.billing.invoice.model.InvoiceMetadata
object
Invoice metadata mainly about source of the invoice and other details
4 properties 4 required
com.monytyz.billing.credit.model.CreditNoteItem
object
Credit note items that are part of this credit note
16 properties
com.monytyz.billing.quote.model.QuoteValidation
object
4 properties 3 required
com.monytyz.billing.dealroom.model.DealRoomQuote
object
5 properties 2 required
com.monytyz.billing.data.cpq.ContractTerm
object
4 properties 3 required
com.monytyz.billing.dealroom.dto.DealRoomContractDocument
object
1 property 1 required
com.monytyz.billing.opportunity.model.Opportunity
object
14 properties
com.monytyz.billing.configuration.dto.legalEntity.LegalEntityOptions
object
Options for the legal entity, contains the custom invoice terms for legal entity an other options
1 property 1 required
com.monytyz.billing.customer.dto.account.AccountListDto
object
4 properties 3 required
com.monytyz.billing.order.model.OrderNote
object
Notes that are set on this order.
6 properties
com.monytyz.billing.configuration.model.LegalEntity
object
19 properties 2 required
com.monytyz.billing.data.cpq.BillingAnchorConfig
object
1 property 1 required
com.monytyz.billing.payment.model.Payment
object
37 properties 4 required
com.monytyz.billing.customer.model.Account
object
22 properties 4 required
com.monytyz.billing.customer.model.ContactSnapshot
object
11 properties
com.monytyz.billing.quote.model.QuoteApproval
object
20 properties 4 required
com.monytyz.billing.customer.dto.address.AddressDto
object
Billing address for the account
12 properties
com.monytyz.billing.dealroom.model.DealRoomQuoteId
object
2 properties 2 required
com.monytyz.billing.catalog.model.RateOptions
object
2 properties 2 required
com.monytyz.billing.quote.model.QuoteESignContact
object
8 properties
com.monytyz.billing.customer.dto.address.AddressType
object
1 property 1 required
com.monytyz.billing.catalog.model.OfferingProduct
object
6 properties 6 required
com.monytyz.billing.dealroom.dto.DealRoomDocument
object
2 properties 2 required
com.monytyz.billing.catalog.model.Offering
object
19 properties 1 required
com.monytyz.billing.credit.model.CreditNoteMetadata
object
4 properties 4 required
com.monytyz.billing.quote.dto.quote.renewal.RenewalTermLength
object
1 property 1 required
com.monytyz.billing.customer.dto.account.AccountDto
object
22 properties
com.monytyz.billing.invoice.model.InvoiceSource
object
1 property 1 required
com.monytyz.billing.payment.dto.paymentgateway.PaymentGatewayConfiguration
object
Configuration for minimum and maximum payments amounts
2 properties 2 required
com.monytyz.billing.dealroom.model.DealRoom
object
29 properties 10 required
com.monytyz.billing.configuration.dto.legalEntity.CurrencyWiseInvoiceTerms
object
3 properties 3 required
com.monytyz.billing.dunning.model.DunningStep
object
17 properties
com.monytyz.billing.transactable.model.enums.SourceType
object
com.monytyz.billing.customer.dto.account.AccountSaveDto
object
15 properties 2 required
com.monytyz.billing.charge.model.Charge
object
15 properties
com.monytyz.billing.catalog.model.ProductRateOptions
object
2 properties 2 required
com.monytyz.billing.catalog.dto.prepaidcredit.OneTimePrePaidCreditConfigData
object
1 property 1 required
com.monytyz.billing.quote.model.internal.quoteitem.QuoteItemOptions
object
5 properties 3 required
com.monytyz.billing.quote.model.QuoteESignContactSnapshotId
object
com.monytyz.billing.quote.dto.quote.renewal.RenewalContractLength
object
2 properties 2 required
com.monytyz.billing.dealroom.dto.DealRoomContent
object
4 properties 2 required
com.monytyz.billing.data.catalog.PriceId
object
1 property 1 required
com.monytyz.billing.catalog.model.Discount
object
25 properties
com.monytyz.billing.payment.dto.paymentgateway.PaymentGatewayConfigurations
object
Configuration for minimum and maximum payments amounts
1 property 1 required
com.monytyz.billing.invoice.model.InvoiceItemDiscount
object
6 properties
com.monytyz.billing.customer.dto.contact.ContactDto
object
Primary contact information for this account
18 properties
com.monytyz.billing.quote.model.QuoteESignContactSnapshot
object
4 properties
com.monytyz.billing.quote.model.QuoteNote
object
Notes for this Quote
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

monetizenow-account-api-openapi.yml Raw ↑

Other APIs MonetizeNow publishes across the network.

MonetizeNow Account Overview API
MonetizeNow Account Document API
MonetizeNow Bill Group API
MonetizeNow Contact API
MonetizeNow Contract API
MonetizeNow Credit API
MonetizeNow Credit Note API
MonetizeNow Invoice API
MonetizeNow Offering API
MonetizeNow Opportunity API
MonetizeNow Payment API
MonetizeNow Payment Gateway API
Where this information came from

This is an independent, third-party profile of MonetizeNow Account API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.