Update a transfer instrument
PATCH {{baseUrl}}/transferInstruments/:id
Updates a transfer instrument.
Request Body
{"bankAccount"=>{"accountIdentification"=>{"type"=>"iban", "iban"=>"NL02ABNA0123456789"}}, "legalEntityId"=>"LE00000000000000000000001", "type"=>"bankAccount"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
x-requested-verification-code | null | Use the requested verification code 0_0001 to resolve any suberrors associated with the transfer instrument. Requested verification codes can only be used in your test environment. |
RESPONSES
status: OK
{"bankAccount":{"accountIdentification":{"type":"iban","iban":"NL02ABNA0123456789"},"countryCode":"NL"},"legalEntityId":"LE00000000000000000000001","type":"bankAccount","id":"SE322KH223222F5GXZFNM3BGP"}