Add bank statementpost https://testapi.multisafepay.com/v1/json/bank-accounts/{bankaccount_id}/bank-statementsUpload a bank statement for a bank account.Path Paramsbankaccount_idstringrequiredThe unique identifier of the bank account.Body Paramsdocument_typestringenumDefaults to bankstatementThe type of document.bankstatementAllowed:bankstatementencoded_contentstringrequiredThe Base64 encoded content of the document.filenamestringrequiredlength ≤ 250The filename of the bank statement.mime_typestringenumrequiredThe MIME type of the file.application/pdfimage/jpegimage/pngAllowed:application/pdfimage/jpegimage/pngResponses 200Request successful 404Bank account not found 422Validation errorsUpdated 2 months ago