Update existing beneficiary

POST {{url}}/api/v1/beneficiaries/update/:beneficiary_id

Request Body

{"beneficiary"=>{"address"=>{"city"=>"{{$randomCity}}", "country_code"=>"US", "postcode"=>"{{$randomInt}}", "state"=>"{{$randomCity}}", "street_address"=>"{{$randomStreetAddress}}"}, "bank_details"=>{"account_currency"=>"USD", "account_name"=>"{{$randomCompanyName}}", "account_number"=>"{{$randomBankAccount}}", "bank_country_code"=>"US", "bank_name"=>"{{$randomCompanyName}}", "swift_code"=>"CHASUS33"}, "company_name"=>"{{$randomCompanyName}}", "entity_type"=>"COMPANY"}, "payment_methods"=>["SWIFT"]}

HEADERS

KeyDatatypeRequiredDescription
x-on-behalf-ofstring