For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
HomeGuidesAPI Reference
HomeGuidesAPI Reference
  • Reference - Partner API
      • POSTApprove Contract
      • POSTApprove Custom Rate
      • POSTUpdate Tier
      • GETGet Contract
      • GETGet Custom Rate
      • BuyRates
      • Contract
      • CustomRate
      • POSTEvent: custom-rate.created
      • BaseRate
      • RateObjDuration
      • RateObjDurationEffectiveFrom
      • User
LogoLogo
Reference - Partner APIRates

BuyRates

Example
1{
2 "defaultRates": {
3 "variableRatePercentage": "5.00",
4 "fixedRate": "0.30",
5 "fixedRateCurrencyCode": "USD",
6 "rateType": "INTRODUCTORY",
7 "durationInMonths": 3
8 },
9 "tierDetails": [
10 {
11 "tier": 1,
12 "minimumGmv": "0",
13 "maximumGmv": "1000000",
14 "GmvCurrencyCode": "USD",
15 "tieredRates": [
16 {
17 "variableRatePercentage": "3.5",
18 "fixedRate": "0.3",
19 "fixedRateCurrencyCode": "USD",
20 "rateType": "ONGOING"
21 }
22 ]
23 }
24 ]
25}
Was this page helpful?
Previous

Contract

Next
Built with

Response

buy_ratesobjectRequired