Skip to content

Commit c6330e5

Browse files
Merge pull request #625 from nofrixion/MOOV-4674-batch-beneficiaries-portal
Add batch create beneficiaries endpoint
2 parents 343c94f + cc1c657 commit c6330e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/NoFrixion.MoneyMoov/MoneyMoovUrlBuilder.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ public static string BeneficiaryUrl(string moneyMoovBaseUrl)
348348

349349
public static string AuthoriseBeneficiaryUrl(string moneyMoovBaseUrl, Guid beneficiaryID)
350350
=> $"{moneyMoovBaseUrl}/{MoneyMoovResources.beneficiaries}/authorise/{beneficiaryID}";
351+
352+
public static string BatchBeneficiariesUrl(string moneyMoovBaseUrl)
353+
=> $"{moneyMoovBaseUrl}/{MoneyMoovResources.beneficiaries}/batchcreate";
351354
}
352355

353356
public static string AccountStatementApiUrl(string moneyMoovBaseUrl, string? accountId = null)

0 commit comments

Comments
 (0)