We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b72768 commit 0ec2d32Copy full SHA for 0ec2d32
resources/statements.ts
@@ -31,7 +31,7 @@ export class Statments extends BaseResource {
31
}
32
33
public getBinary(statementId: string, customerId?: string, isPDF = false, language: "en" | "es" = "en"): Promise<string> {
34
- return this.get(statementId, customerId, isPDF, language)
+ return this.get(statementId, customerId, isPDF, "binary", language)
35
36
37
public getBankVerification(accountId: string, includeProofOfFunds = false, responseEncoding: responseEncoding = "binary", responseType: ResponseType = "blob"): Promise<string> {
0 commit comments