External Bank Account
Set verification method
Update the verification method for an external bank account. Verification method can only be updated if the verification_state is PENDING.
post/v1/external_bank_accounts/{external_bank_account_token}/set_verification_method
Path parameters
external_bank_account_tokenstring uuid required
Request body
Response
OK
Example response
{
"address": {
"postal_code": "11201",
"country": "USD"
}
}