LogoLogo
NymCardAPI catalogContact usnFront catalog
  • NYMCARD DOCUMENTATION
  • Get Started
    • nCore API Quick Tutorial
    • API Core Principles
    • Program management
      • Manage documents by APIs
      • User KYB process
      • Necessary parameters per user type
      • User ID verification by SDK
      • User KYC process
    • Issuance
      • Users
      • Cards
    • Issuing Physical Cards
      • Individual card issuance
      • Bulk card issuance
      • Card fulfillment
      • Card PIN management
      • Card replacement
      • Proxy number usage
    • Issuing Virtual Cards
      • Migration of virtual to physical card
    • Funding and transfers
      • Funding
      • Internal funding source
      • External funding source
        • From card
        • From bank account
        • Lean API flow
        • DAPI direct API flow
      • Transfers
      • Western Union APIs
    • Product Management
      • Card product
      • Balance limits
      • Velocity limits
      • Fees
      • Charges
      • Multi-currency
      • Authorization controls
        • Enhancements for MCC list management
    • Transactions
      • Payment ecosystem
      • Transaction lifecycle
      • Transaction types
      • Transaction endpoints scenarios
      • Multi-clearing process
    • Webhooks
      • Introduction to webhooks
      • nCore webhook events
      • Steps to configure a webhook
      • Webhooks samples
      • Webhook changes for simulation
      • Webhooks management
    • Security
      • PCI widget
      • 3D Secure
      • OTP SMS templates
    • Release announcements
      • Embedded Lending Release Notes
      • Changes in the release on 13/07/2023
      • Changes in the release on 23/05/2023
      • Changes in the release on 04/04/2023
  • For developers
    • nCore API catalog
    • nFront API catalog
Powered by GitBook
On this page

Was this helpful?

  1. Get Started
  2. Transactions

Multi-clearing process

We are excited to announce an enhancement to our multi-clearing process, designed to improve security and prevent negative balances in cardholder accounts.

Current Risk: Currently, when processing completion-amount-lesser and multi-clearing transactions, we return the remaining authorized amount to the cardholder immediately. This carries the risk that if further multi-clearing transactions for the same authorization are received, the cardholder's account could go into a negative balance.

Enhancement: With this new update, if the first clearing amount is less than the originally authorized amount, the remaining amount will no longer be immediately returned to the cardholder's wallet. Instead, the waiting time will be 30 days to allow any additional clearing transactions to be received and processed. If no additional clearings are received within this period, the remaining amount will then be returned to the cardholder with same Auth-aging process.

Example:

  1. A cardholder authorizes a transaction for $100.

  2. The first clearing transaction is for $20.

  3. Instead of immediately returning the remaining $80 to the cardholder, the waiting time will be 30 days.

  4. If another clearing transactions for the remaining $80 is received within this period, it will be processed accordingly.

  5. If no further clearing transactions are received, the $80 will be returned to the cardholder's account with Auth-aging process.

PreviousTransaction endpoints scenariosNextWebhooks

Last updated 11 months ago

Was this helpful?