Powens Documentation
DocumentationChangelogConsoleWebsite
  • Documentation
  • Integration guides
    • Quick Start
      • API Overview
      • Add a first user and connection
    • ➖Bank
      • Introduction to Bank
      • Bank integration guide
    • ➖Check
    • ➖Wealth
    • ➖Pay
      • Getting started with Pay
      • Initiating a one-time payment with the Webview
      • Initiating a bulk payment with the Webview
      • Initiating a recurring payment with the Webview
      • Cancelling a payment
      • Validating your implementation with the test connector
      • Advanced
        • Listing connectors with Pay enabled programmatically
        • Implementing your own payment validation webview
        • Confirming payments manually
        • Changing the manual expiration time
        • Changing the maximum amounts for payments
    • ➖Trust
    • ➖Advisory (obsolete)
    • ➖Indicators
    • SCA & connection states
    • Webhooks
    • Advanced
      • Custom connection implementation
      • End-to-end encryption
      • Response signature
  • SDK
    • Connect SDK
    • Powens Connect iOS
  • Reference
    • API Reference
    • Console & Webview documentation
  • Ressources
    • Tools
      • Institutions & capabilities
      • Demo integration
      • Demo product
    • Glossary
  • Changelog
  • Legal notice
Powered by GitBook
On this page

Was this helpful?

  1. Integration guides
  2. Pay
  3. Advanced

Changing the manual expiration time

Make your payments expire either faster or slower!

Every Pay domain defines a number of days after which, if a payment is still pending, its state will be changed to expired. This information is stored in the configuration, and is set to 30 days by default.

In order to change it to e.g. 7 days, you can do the following call using a config or administration token:

POST /config
{
  "payment.manual_expire_time_days": "7"
}
PreviousConfirming payments manuallyNextChanging the maximum amounts for payments

Last updated 1 year ago

Was this helpful?

➖