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
      • POSTCreate an Onboarding
      • GETGet an Onboarding by Merchant Reference
      • GETGet an Onboarding by Onboarding ID
      • PUTUpdate an Onboarding
      • GETGet Activations
      • Capabilities
      • Channel
      • Owner
      • Business
      • Onboarding
      • PostOnboardingResponse
      • OnboardingPostPut
LogoLogo
Reference - Partner APIOnboardings

Capabilities

Example
1{
2 "payByInstallments": [
3 {
4 "channel": "ONLINE",
5 "enabled": true,
6 "configuration": {
7 "minimumAmount": {},
8 "maximumAmount": {},
9 "rateDetails": []
10 }
11 }
12 ],
13 "lending": [
14 {
15 "channel": "ONLINE",
16 "enabled": true,
17 "configuration": {
18 "minimumAmount": {},
19 "maximumAmount": {},
20 "rateDetails": []
21 }
22 }
23 ],
24 "cbt": [
25 {
26 "channel": "ONLINE",
27 "enabled": true,
28 "currLocEnabled": true,
29 "updatedAt": "string",
30 "errors": "string",
31 "limits": {
32 "minimumAmount": {},
33 "maximumAmount": {}
34 },
35 "cbtCountries": [
36 {}
37 ]
38 }
39 ],
40 "errors": []
41}
Was this page helpful?
Previous

Channel

Next
Built with

Response

capabilitiesobjectRequired