v1

latestOpenAPI 3.1.02026-07-2663312285.4 KB
PSPs

List PSPs

List Payment Service Providers if the Organization is set up with PSPs in their model.

get/v1/psps

Response

List of PSPs

idstring required

Unique identifier for the PSP

namestring required

The name of the PSP.

createdAtstring date-time required

Timestamp when the resource was created. UTC timezone. Format YYYY-MM-DDTHH:MM:SS.ssssssZ

updatedAtstring date-time required

Timestamp when the resource was last updated. UTC timezone. Format YYYY-MM-DDTHH:MM:SS.ssssssZ

Example response

[
  {
    "id": "psp_abcdefghijklmno123456"
  }
]