Update ReceiverAsk AIput http://sandbox-planet-oapi-269696318.eu-central-1.elb.amazonaws.com:8080/api/v1/receivers/{receiverId}Updates the existing receiver.Path ParamsreceiverIdstringrequiredlength ≤ 50The receiver identifier.Body ParamsnamestringrequiredThe name to assign to this receiver.paymentServicestringenumrequiredADYENDATATRANSSTRIPEAllowed:ADYENDATATRANSSTRIPEintegrationArgumentsarray of objectsrequiredlength between 1 and 3Additional arguments that will be used to contact the specific receiver through our integrations system. For example, authentication arguments.integrationArguments* objectnamestringlength ≤ 50The name of the integration argument.valuestringlength ≤ 150The value of the integration argument.ADD objectResponses 200The receiver was successfully updated. 400The request is invalid. The specific reason is returned in the response body. 401The requester is not authorized to access the resource. 403The requester is forbidden from accessing the resource. 404The requested resource was not found. 500The request is valid but the server could not process it. The specific reason is returned in the response body.Updated almost 3 years ago