Skip to main content
GET
/
admin
/
payment-mediums
/
list-external
List External Settlement Mediums
curl --request GET \
  --url https://api.decodahealth.com/admin/payment-mediums/list-external \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "name": "<string>",
    "isSystem": true,
    "isArchived": true,
    "createdDate": "2023-11-07T05:31:56Z",
    "updatedDate": "2023-11-07T05:31:56Z"
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Response

200 - application/json

Successful Response

name
string
required

The name/identifier of the payment medium (primary key).

isSystem
boolean
required

Whether this is a system-defined payment medium (immutable).

isArchived
boolean
required

Whether this payment medium is archived.

createdDate
string<date-time>
required

The date and time the payment medium was created.

updatedDate
string<date-time> | null

The date and time the payment medium was last updated.