-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Populate and create the action for setting up a Direct Debit #2011
Comments
Hi @HollyJoyPhillips and @willmcvay , a few things I'm concerning about this:
Am I missing something? 🤔 |
@vuhuucuong No, we don't have a way of interacting with it. We know it's not ideal - we'll just have to work around that. |
@vuhuucuong After loading the modal - it's asking me to sign into Adobe, it should just load the form. If run the same iframe code from a basic browser I don't need to log in first? After you click 'Finish' this is the message that should display: Then when the user clicks save, this message should appear with the account status: When the user then re loads the page and the account status is 'Pending' this is the message that should display: |
Summary: We now have the mechanism to load an interactive direct debit from that will be signed electronically by developers to setup their account
Location: https://dev.developers.reapit.cloud/settings/billing
Tasks:
Create an iframe and insert code from Adobe Sign when a Developer clicks on ‘Setup Direct Debit’
Code:
"<iframe src="https://reapit.na1.echosign.com/public/esignWidget?wid=**APIKEY***&hosted=false" width="100%" height="100%" frameborder="0" style="border: 0; overflow: hidden; min-height: 500px; min-width: 600px;"></iframe>"
Note: Please contact me direct for the API Key.
Important: Do not commit the API Key should store in the config file.
“Once you have completed this form, please click here to continue”
Button ‘Finish’
When ‘Saved’
“Thank you for submitting your Account Information and setting up a Direct Debit, we just need to validate your information with our Accounts Department. One this has been completed your account will be set to ‘Active’ and you can procced with any subscriptions.
Steps: Load ‘Billing’ page > enter Account Email, Telephone & Contact > selects ‘No’ to ‘Reapit Reference’ > click on ‘Setup Direct Debit’ > fills out form > clicks on ‘Finish’ > click ‘Save’ > sets account to ‘Pending’
The text was updated successfully, but these errors were encountered: