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
      • GETGet Capabilities
      • PUTEnable or Disable Payment Method
      • PUTEnable or Disable Cross Border Trade
      • Lending
      • ProductConfiguration
LogoLogo
Reference - Partner APICapabilities

Lending

Example
1{
2 "channel": "ONLINE",
3 "enabled": true,
4 "configuration": {
5 "minimumAmount": {
6 "amount": "200",
7 "currency": "USD"
8 },
9 "maximumAmount": {
10 "amount": "4000",
11 "currency": "USD"
12 },
13 "rateDetails": [
14 {}
15 ]
16 }
17}
Was this page helpful?
Previous

ProductConfiguration

Next
Built with

Response

lendingobjectRequired