v1

latestOpenAPI 3.1.02026-07-2656258207.2 KB
Payment Methods

List payment methods

get/payment-methods

Query parameters

pageinteger

The page of the data to retrieve. The most recent data entry is on page 1.

sizeinteger

Length of data returned. Defaults to 10.

Headers

X-Trace-Idstring

A unique identifier to track this operation. It must be between 12 and 255 characters in length.

Response

OK

status'success' | 'failed'
messagestring

Example response

{
  "data": [
    {
      "id": "pmd_WRq7L4TM8p",
      "type": "card",
      "customer_id": "cus_3XarBILKQS",
      "device_fingerprint": "62wd23423rq324323qew1",
      "client_ip": "154.123.220.1",
      "created_datetime": "2024-12-03T13:54:21.546559974Z"
    }
  ]
}