payment-methods

Fetch payment method

Returns a payment method by its identifier.

get/api/v1/payment-methods/{id}

Path parameters

idstring uuid required
Example:6f0d9c5a-7d4d-4f6a-9b6a-2b5a0b5a0b5a

Payment method identifier (UUID v4).

Response

Payment method found.

idstring required
codestring required
namestring required
activeboolean required
metadataobject nullable required
created_atstring required
updated_atstring required

Changes