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.
2 parents 1a5c60a + 9349cca commit 50c6bcbCopy full SHA for 50c6bcb
resources/receivedPayments.ts
@@ -18,6 +18,10 @@ export class ReceivedPayments extends BaseResource {
18
return this.httpPost<UnitResponse<AchReceivedPayment>>(`/${id}/advance`)
19
}
20
21
+ public async reprocess(id: string): Promise<UnitResponse<AchReceivedPayment>> {
22
+ return this.httpPost<UnitResponse<AchReceivedPayment>>(`/${id}/reprocess`)
23
+ }
24
+
25
/**
26
* @param include
27
* Optional. A comma-separated list of related resources to include in the response.
0 commit comments