Payment Methods

Get Payment Method

Retrieves a specific payment method.

get/v1/shops/{shopId}/payment-methods/{paymentMethodId}

Response

idinteger
shop_idinteger
typestring
namestring
checkout_namestring
icon_image_idstring
percentage_feeinteger
fixed_feeinteger
min_amountstring
max_amountstring
currency_overridestring
hide_powered_byboolean
is_activeboolean
orderinteger
created_atstring
updated_atstring
deleted_atstring
icon_image_urlstring
icon_imagestring

Example response

{
  "id": 1,
  "shop_id": 1,
  "type": "stripe",
  "name": "Stripe",
  "checkout_name": null,
  "icon_image_id": null,
  "percentage_fee": 0,
  "fixed_fee": 0,
  "min_amount": null,
  "max_amount": null,
  "currency_override": null,
  "hide_powered_by": false,
  "is_active": true,
  "order": 0,
  "created_at": "2026-08-28T18:23:02.000000Z",
  "updated_at": "2026-08-28T18:23:02.000000Z",
  "deleted_at": null,
  "icon_image_url": null,
  "settings": [],
  "icon_image": null
}

Changes

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