Skip to main content
PUT
/
vendor
/
{vendorId}
/
payoutMethod
/
wire
Update vendor wire payout method
curl --request PUT \
  --url https://rest.staging.nickel.com/vendor/{vendorId}/payoutMethod/wire \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "swiftCode": "<string>",
  "countryCode": "<string>",
  "recipientAddress": "<string>",
  "recipientCity": "<string>",
  "recipientState": "<string>",
  "recipientZip": "<string>",
  "iban": "<string>",
  "bankCode": "<string>",
  "transitNumber": "<string>",
  "canadianAccountNumber": "<string>",
  "hongKongAccountNumber": "<string>",
  "correspondentSwiftCode": "<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

Wire payout method details

swiftCode
string
required
countryCode
string
required
recipientAddress
string
required
recipientCity
string
required
recipientState
string
required
recipientZip
string
required
iban
string
bankCode
string
transitNumber
string
canadianAccountNumber
string
hongKongAccountNumber
string
correspondentSwiftCode
string

Response

Successful operation

vendorId
string