Skip to main content

Put Dealer processor


ApiScope: payment.credentials.write
API Scope Level: ServiceSubscriberScope
Path Parameters
    dealerUuid string required
    processorId string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
PUT /v4/dealers/:dealerUuid/processors/:processorId

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/payment
Username
Password
dealerUuid — path required
processorId — path required
curl / cURL
curl -L -X PUT '/payment/v4/dealers/:dealerUuid/processors/:processorId' \
-H 'Accept: application/json'