fixed payments access requireing organization reference

This commit is contained in:
Stephan D
2026-02-04 21:38:19 +01:00
parent ca0e45ee5f
commit bc0fd6ab2f
6 changed files with 25 additions and 17 deletions

View File

@@ -290,6 +290,7 @@ message ListPaymentsRequest {
string source_ref = 3;
string destination_ref = 4;
common.pagination.v1.CursorPageRequest page = 5;
string organization_ref = 6;
}
message ListPaymentsResponse {