cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the vendor
Check payout method details
Successful operation