"totam"
Must be a valid email address.
"mklein@example.org"
"legacy"
"irma.brekke@example.com"
"ipn_note"
"USD"
true
Payment processors updated.
"Payment Processor Updated Successfully"
const response = await fetch('https://api.sellauth.com/v1/shops/{shopId}/payment-processors/update', { method: 'PUT', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "paypal_method": "legacy", "paypalff_method": "ipn_note" }), }); const data = await response.json();
{ "message": "Payment Processor Updated Successfully" }