Services
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.