- ID
- 043a12d6-d19a-4451-b9c9-9ec9d00050be
MMPY-11 Add digital siganture to PayeeAccount
- source :: https://multimediallc.atlassian.net/browse/MMPY-11
- tags :: Falcon Nest Project Story Falcon Nest Project
- epic :: MMPY-276 API Validations for all Payout Methods to add accounts
- sprint :: MM Sprint 25
- pulls :: https://github.com/multimediallc/mm-pay-internal/pull/463 https://github.com/multimediallc/mm-pay-external/pull/82
- status :: Status - Complete
DONE Add boolean `terms_and_conditions` on the PayeeAccount
- ID
- 29f84e4c-8489-d73e-413e-9697edd83e02
DONE Add text field `terms_and_conditions` on the PayeeAccount and TaxInformation
- ID
- 8b2cca45-e6e3-3e24-f14f-a696f4de2ee2
DONE Add tests for new PayeeAccount & TaxInformation fields
- ID
- 477b2127-0c6f-407a-fada-117d5aef3499
DONE Local testing of ToC and signatures with any resolution
- ID
- fd15ef78-46d3-b9e9-87cb-5876c70507c4
DONE Add terms_and_conditions_accepted to forms in external app
DONE Clean up PR changes needed
- ID
- d807cc40-e135-4ce5-82ae-d3a2e6604813
Background
For payee accounts, we must confirm that they have read the terms and conditions
and that we have captured their digital signature. We do similarly on the Tax
information - but this is a separate location and an additional signature.
Requirements
Capture a boolean for "terms and conditions" on the payee account
Capture a text field for "digital signature" on the payee account
Capture a boolean for "terms and conditions" on tax information
Both fields are required for any time there is new account details sent to us,
this is not required if the user is updating their minimum payout amount or
which account is active.