Payment Methods
Get Payment Method
Retrieves a specific payment method.
get/v1/shops/{shopId}/payment-methods/{paymentMethodId}
Response
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.