Services
Service:UpdatePaymentMethod
Update the settings of a payment method on a specific service. The payment method needs to be enabled and you need to have access to that service.
patch/v2/services/{serviceId}/paymentmethods/{paymentMethodId}
Path parameters
serviceIdstring required
Provide the SL-code of the service that you want to add payment methods for
paymentMethodIdstring required
The ID of the payment method you want to enable
Request body
Example request
{
"payoutConfirmation": 1,
"maxPayoutAmount": 100000
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.