cURL
curl --request PUT \ --url https://rest.staging.nickel.com/vendor/{vendorId}/payoutMethod/ach \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "routingNumber": "<string>", "accountNumber": "<string>", "accountType": "<string>" } '
{ "vendorId": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the vendor
ACH payout method details
Successful operation