v1
latestOpenAPI 3.1.02026-07-242325051.4 MBServices
Service:EnablePaymentMethod
Enable payment method for a service. You need to have access to that service and the payment methods that you want to enable is allowed on your service.
post/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
Created