-
Notifications
You must be signed in to change notification settings - Fork 49
docs: mi/647/otp debit amount #688
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
base: main
Are you sure you want to change the base?
Conversation
initial draft PR
✅ Deploy Preview for openpayments-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@@ -0,0 +1,495 @@ | |||
--- | |||
title: One-time payment with debitAmount |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Title should start with a verb and try to simplify the scenario. Since Brad is also doing a remittance guide, the two titles should be similar. For example, Send a remittance with a fixed debit amount; Send a remittance with a fixed receive amount.
import FinishInteraction from '/src/partials/grant-finish-interaction.mdx' | ||
|
||
:::tip[Summary] | ||
Learn how to send a one-time payment where the sender specifies a fixed amount to send (`debitAmount`) rather than the recipient receiving a fixed amount. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Learn how to send a one-time remittance payment with a specified debit amount, rather than a receive amount.
Rationale: Reinforces that it's for the remittance use case. I think saying "debit amount" and "receive amount" is more clear than saying "fixed amount to send" and "receiving a fixed amount".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The more I think about it, there's other ways to phrase it. Learn how to send a one-time remittance payment by debiting the sender's account by a specific amount.
Just a thought. This leaves the whole "receive amount" piece out entirely, since that's not the focus.
docs/astro.config.mjs
Outdated
{ | ||
label: 'One-time payment with debitAmount', | ||
translations: { es: 'Pago único con debitAmount' }, | ||
link: '/guides/make-onetime-payment-debit/' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I have no problems with this file name, but I'm also trying to think ahead. What if there's another guide we want to do that's also for one time payments using a debit amount, just not using the remittance use case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed name to onetime-remittance-fixed-debit
``` | ||
|
||
</details> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's ask Max and Blair about whether we should add a Step 11 for completing the incoming payment request (optional step)
Description of changes
Required
Conditional