/payment/payers

Collection of Payers in a system, federation of systems, or in a default Business.

get

Get all Payers in the system or default Business.

post

Create a new Payer in the default Business.

Query the collection of Payers in a system, federation of systems, or in a default business by posting a Query object.

post

Submit a query using a PayerQuery object.

post

Create multiple new PayerBatch in the default Business.

Entity representing a Payer form metadata.

get

Get form metadata for creating a new Payer.

Entity representing a Payer

get

Get a particular Payer given its id.

put

Update a particular Payer given its id.

delete

Delete a particular Payer given its id.

Entity representing a Payer form metadata for update

get

Get form metadata for updating an existing Payer.

/payment/payments

Collection of Payments in a system, federation of systems, or in a default Business.

get

Get all Payments in the system or default Business.

post

Create a new Payment in the default Business.

Query the collection of Payments in a system, federation of systems, or in a default business by posting a Query object.

post

Submit a query using a PaymentQuery object.

post

Create multiple new PaymentBatch in the default Business.

Entity representing a Payment form metadata.

get

Get form metadata for creating a new Payment.

Entity representing a Payment

get

Get a particular Payment given its id.

put

Update a particular Payment given its id.

delete

Delete a particular Payment given its id.

Entity representing a Payment form metadata for update

get

Get form metadata for updating an existing Payment.

/payment/businesses

Collection of Businesses in a system or federation of systems.

get

Get all Businesses.

post

Create a new Business.

Query the collection of Businesses in a system, federation of systems, or in a default business by posting a Query object.

post

Submit a query using a BusinessQuery object.

Entity representing a Business form metadata.

get

Get form metadata for creating a new Business.

The root Businesses in the Business hierarchy. A node with no parents is an orphan. While all Business Ids are known to the hierarchy, an orphan does not appear in the hierarchy unless explicitly added as a root node or child of another node.

get

Get all root root-businesses

put

Add the given Business as a root in the Business hierarchy

delete

Remove the given Business as a root in the Business hierarchy.

get

Get parent Businesses for the given Business in the hierarchy.

get

Get child Businesses for the given Business in the hierarchy.

put

Add Business as child of the given Business in the hierarchy.

delete

Remove the given Business as a child of the given Business in the hierarchy.

Entity representing a Business

get

Get a particular Business given its id.

put

Update a particular Business given its id.

delete

Delete a particular Business given its id.

Entity representing a Business form metadata for update

get

Get form metadata for updating an existing Business.

get

Get all Payers in this Business

put

Add the given Payer to this Business

delete

Remove the given Payer from the Business.

Define and inspect the PayerQuery related to a "smart" Business. A smart Business is a dynamic Business whose cataloged objects are defined through queries.

post

Apply the provided PayerQuery to this Business to create a dynamic smart Business

get

Get the PayerQuery associated with this smart Business.

get

Get all Payments in this Business

put

Add the given Payment to this Business

delete

Remove the given Payment from the Business.

Define and inspect the PaymentQuery related to a "smart" Business. A smart Business is a dynamic Business whose cataloged objects are defined through queries.

post

Apply the provided PaymentQuery to this Business to create a dynamic smart Business

get

Get the PaymentQuery associated with this smart Business.