Payment Methods
Update Payment Method
Updates a payment method.
put/v1/shops/{shopId}/payment-methods/{paymentMethodId}
Request body
Example request
{
"type": "PAYPAL",
"name": "asyzwszwtxpeqqi",
"checkout_name": "kymwkiinfowtzmi",
"icon_image_id": 12,
"label": "asyzwszwtxpeqqi",
"fixed_fee": 10,
"percentage_fee": 24,
"min_amount": 12,
"max_amount": 22,
"currency_override": "ki",
"hide_powered_by": true,
"is_active": true,
"password": "Usi|L@vHT",
"otp": "lowy",
"tfa_code": "uffsz"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.