Hello,
I am creating a raffle website with the following workflow.
- User ‘A’ creates raffle
- User ‘B’ buys credits
- User ‘C’ enters raffle swapping credits for entries (goes through into an entries table)
- Admin mark raffle as completed when user ‘A’ and ‘B’ both complete a form to confirm the item has been sent
I need a method that only allows user ‘A’ to either claim or be sent money once the admin check has been complete. I have looked at Stripe check out but cant get this to work with the admin logic in place (ideally this would be the best option as user ‘A’ can claim their funds direct.
Alternatively admin will pay user ‘A’ when the checks have been complete but not sure how this would work if user ‘A’ has multiple raffles in different stages of completion.
Any ideas on how to solve this issue?