For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
GuidesAPI Reference
GuidesAPI Reference
  • Network API
  • Customer Request API
      • Action
      • Request
      • Link Account Action
      • One Time Payment Action
      • On File Payment Action
      • On File Payout Action
      • Channel
      • Customer Metadata
      • ErrorResponse
  • Management API
LogoLogo
Customer Request APISchemas

One Time Payment Action

Example
1{
2 "amount": 2500,
3 "currency": "USD",
4 "scope_id": "MMI_4vxs5egfk7hmta3qx2h6rp91x",
5 "type": "ONE_TIME_PAYMENT"
6}
Was this page helpful?
Previous

On File Payment Action

Next
Built with

Response

one_time_payment_actionobjectRequired
Describes an intent for a client to charge a customer a given amount. Note the following restrictions when using this action: - If no amount is provided to the action, the payment charged may be **any** amount. - If `amount` is provided, `currency` must be provided too (and vice versa).