Skip to content

Conversation

hajjimo
Copy link
Contributor

@hajjimo hajjimo commented Sep 16, 2025

Description of changes

Required

  • Used LinkOut component on external links
  • Reviewed Vale errors and made changes where appropriate
  • Ran Prettier
  • Previewed updates in Netlify
  • Received SME and/or peer approval if updates are significant
  • Included a "fixes #" comment

Conditional

  • Ensured sequence diagrams follow our style guide
  • Included code samples where appropriate
  • Updated related READMEs

Copy link

netlify bot commented Sep 16, 2025

Deploy Preview for openpayments-preview ready!

Name Link
🔨 Latest commit 134220b
🔍 Latest deploy log https://app.netlify.com/projects/openpayments-preview/deploys/68cd9bf6b2f6730008e045db
😎 Deploy Preview https://deploy-preview-688--openpayments-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@@ -0,0 +1,495 @@
---
title: One-time payment with debitAmount
Copy link
Contributor

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.
Copy link
Contributor

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".

Copy link
Contributor

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.

{
label: 'One-time payment with debitAmount',
translations: { es: 'Pago único con debitAmount' },
link: '/guides/make-onetime-payment-debit/'
Copy link
Contributor

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?

Copy link
Contributor Author

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>

Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants