Skip to content

Commit

Permalink
working through documentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-blockchyp committed Oct 27, 2023
1 parent 85b6f0b commit ea57e1a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4181,8 +4181,8 @@ print("Response: %r" % response)
The API returns detailed information about a specific partner statement. Aggregate data is returned along with
line item level data for each underlying merchant statement.

Use the merchant statement id with the *Merchant Statement Detail* API and the *Partner Commission Breakdown* API
to get the merchant statement and the card brand fee and misc cost breakdown respectively.
Use the merchant invoice id with the *Merchant Statement Detail* API and the *Partner Commission Breakdown* API
to get the merchant statement and the card brand fee cost breakdown respectively.



Expand Down Expand Up @@ -4259,7 +4259,13 @@ print("Response: %r" % response)
* **API Credential Types:** Partner
* **Required Role:** Partner API Access

The API returns detailed information about a specific merchant statement.
The API returns detailed information about a specific merchant statement or invoice.

All line items are returned a topographically sorted tree modeling the nested line item structure of the
invoice. Details about any payments posted against the invoice are returned.

It the invoice is a merchant statement, details about every merchant deposit that occurred during the statement period
are also returned.



Expand Down Expand Up @@ -4295,7 +4301,9 @@ print("Response: %r" % response)
* **API Credential Types:** Partner
* **Required Role:** Partner API Access

This API allows partners to pull down the low level data used to compute a partner commission for a specific merchant statuement.
This API allows partners to pull down the low level data used to compute a partner commission for a specific merchant statement.

The `statementId` is required and must be the id of a valid merchant invoice of type `statement`.



Expand Down

0 comments on commit ea57e1a

Please sign in to comment.