v1

latestOpenAPI 3.1.02026-07-2663312285.4 KB
PSPs

Get PSP Details

get/v1/psps/{psp-id}

Path parameters

psp-idstring required

Unique identifier for the PSP

Example:psp_abcdefghijklmno123456

The unique identifier for the Payment Service Provider.

Response

PSP details

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"
}