v1

latestOpenAPI 3.1.02026-07-2656258207.2 KB
Payment Methods

Retrieve a payment method

Retrieve a payment method.

get/payment-methods/{id}

Path parameters

idstring required

ID of the payment method.

Example:pmd_le6FjifCF7

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