Skip to content

Commit

Permalink
added pricing policy api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-blockchyp committed Oct 27, 2023
1 parent 2719dbb commit 14bc4ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4096,6 +4096,13 @@ The API returns the current pricing policy for a merchant. This API is valid fo
and `merchantId` is a required parameter. By default this API returns the currently in-force pricing policy for a merchant,
but other inactive policies can be returned by providing the `id` parameter.

Buy rates for interchange plus and fixed rate pricing are always returned, but only the pricing related to the
pricing model type (flat rate or interchange plus) are actually used in fee calculation.

Each pricing level returns three values: `buyRate`, `current`, and `limit`. The actual price the merchant will pay is
given in the `current` field. The other values reflect the contract minimum (`buyRate`) and maximum (`limit`) range
the partner can use when changing prices.




Expand Down

0 comments on commit 14bc4ae

Please sign in to comment.