PaymentMethod

Get a payment method

Fetch a single payment method by its ID. Use this to resolve the method a payment references, or to read one method's current name, type, active flag, and QuickBooks Online mapping (qb_payment_method_id).

Returns 404 if no payment method with that ID exists within your company — the lookup is scoped to your company, so an ID belonging to another company reads as not found. A soft-deleted method is still returned here (with its deleted_at set); deletion hides a method from new use but does not remove it.

Required permission: settings_permissions_payment_methods.

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

Path parameters

idstring required

The payment method's ID — the id string returned in the id field of the list and fetch responses. Required. An ID that belongs to another company, or does not exist, returns 404.

Response

A single payment method

Changes

No recorded changes to this endpoint across all 1 revision of this API.