You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Recipient, I want to request a payout, in order to receive the funds that have been collected on my behalf
Flow
Initiate Payout Request
Enter Details
amount: CurrencyAmount
payout: DateTime
Confirm Details
Edge Cases
Error Cases
amount > total: show error "Requested amount $amount must be less than the funds currently in this collection $total."
payout < now: show error "Payout date can not be before today."
The text was updated successfully, but these errors were encountered:
User Story
As a Recipient, I want to request a payout, in order to receive the funds that have been collected on my behalf
Flow
Edge Cases
Error Cases
amount > total: show error "Requested amount $amount must be less than the funds currently in this collection $total."
payout < now: show error "Payout date can not be before today."
The text was updated successfully, but these errors were encountered: