v8

OpenAPI 3.1.02026-08-033623795.0 MB
Payment methods

Retrieve payment method

Retrieves the details of an existing payment method.

Required permissions:

  • member:payment_methods:read
get/payment_methods/{id}

Path parameters

idstring required
Example:payt_xxxxxxxxxxxxx

The unique identifier of the payment method.

Query parameters

company_idstring nullable

The unique identifier of the company. Provide either this or member_id, not both.

Example:biz_xxxxxxxxxxxxxx
member_idstring nullable

The unique identifier of the member. Provide either this or company_id, not both.

Example:mber_xxxxxxxxxxxxx

Response

A successful response

OR
OR
OR
OR
OR

Example response

{
  "created_at": "2023-12-01T05:00:00.401Z",
  "id": "payt_xxxxxxxxxxxxx"
}