Skip to main content
PUT
/
vendor
/
{vendorId}
/
payoutMethod
/
check
Update vendor check payout method
curl --request PUT \
  --url https://rest.staging.nickel.com/vendor/{vendorId}/payoutMethod/check \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "street": "<string>",
  "city": "<string>",
  "state": "<string>",
  "zip": "<string>",
  "country": "<string>"
}
'
{
  "vendorId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vendorId
string
required

ID of the vendor

Body

application/json

Check payout method details

street
string
required
city
string
required
state
string
required
zip
string
required
country
string

Response

Successful operation

vendorId
string