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 343c94f + cc1c657 commit c6330e5Copy full SHA for c6330e5
src/NoFrixion.MoneyMoov/MoneyMoovUrlBuilder.cs
@@ -348,6 +348,9 @@ public static string BeneficiaryUrl(string moneyMoovBaseUrl)
348
349
public static string AuthoriseBeneficiaryUrl(string moneyMoovBaseUrl, Guid beneficiaryID)
350
=> $"{moneyMoovBaseUrl}/{MoneyMoovResources.beneficiaries}/authorise/{beneficiaryID}";
351
+
352
+ public static string BatchBeneficiariesUrl(string moneyMoovBaseUrl)
353
+ => $"{moneyMoovBaseUrl}/{MoneyMoovResources.beneficiaries}/batchcreate";
354
}
355
356
public static string AccountStatementApiUrl(string moneyMoovBaseUrl, string? accountId = null)
0 commit comments