Update Account
A Customers Bank Account details may be updated if required.
Update Account Record
PATCH
{{baseUrl}}/account-verifications/:account_verification_id
The Customers Bank Account record can be changed/updated whilst maintaining the same account_verification_id.
Request Body
account_number
String
The Account Number for the Bank Account you would like to verify.
account_holder
String
The name of the Account Holder of the Bank Account that you would like to verify.
bank
String
account_type
String
The type of account that you would like to verify. The accepted options for this field are: Savings
, Current
, Transmission
.
branch_code
String
The Branch Code for the Bank Account that you would like to verify. Universal Branch Codes are also accepted.
Before: Available Account Record
Patch: Update the Account Number and Branch Code
After: Updated Account Record
Last updated
Was this helpful?