API

List payment methods

List available payment methods for a company.

GET/v1/marketplace/companies/{company_id}/payment_methods

Authorization

Marketplace-Authentication

Authorization<token>

The Noona Marketplace API uses an Authorization header with JWT Bearer tokens to authenticate marketplace users.

In: header

Path Parameters

company_id*string

Company ID

Query Parameters

channel?string

Payment channel

Value in"iOS" | "Android" | "Web"
sort?
pagination?
select?array<string>
expand?array<string>

Response Body

application/json

curl -X GET "https://api.noona.is/v1/marketplace/companies/string/payment_methods"
[
  {
    "type": "Card",
    "provider": "teya"
  }
]