Cardless Partner API

The Cardless partner API surface used by brands to embed a co-branded credit card program: partner authentication (Basic-auth exchange of a partner-signed JWT for a bearer access token), application submission and decisioning, account servicing, payments, transactions and disputes. Documentation and the OpenAPI fragments that back it are gated behind a partner login at docs.cardless.com; the production API host answers unauthenticated requests with HTTP 401.

API entry from apis.yml

apis.yml Raw ↑
aid: cardless:partner-api
name: Cardless Partner API
description: 'The Cardless partner API surface used by brands to embed a co-branded credit card program:
  partner authentication (Basic-auth exchange of a partner-signed JWT for a bearer access token), application
  submission and decisioning, account servicing, payments, transactions and disputes. Documentation and
  the OpenAPI fragments that back it are gated behind a partner login at docs.cardless.com; the production
  API host answers unauthenticated requests with HTTP 401.'
humanURL: https://docs.cardless.com/
baseURL: https://api.cardless.com/
tags:
- Credit Cards
- Card Issuing
- Embedded Finance
- Payments
properties:
- type: Documentation
  url: https://docs.cardless.com/
- type: Authentication
  url: authentication/cardless-authentication.yml
- type: Conventions
  url: conventions/cardless-conventions.yml