QWAAP Documentation
  • Introduction
    • Introduction
  • GETTING STARTED
    • Merchant On-boarding
      • Settings
      • Compliance
    • Authentication
    • Error Handling
  • UTILITY FUNCTIONS
    • Supported Countries/Regions
    • Sandbox Test Accounts
    • Currency Limits
  • RECEIVING MONEY
    • Initiate Invoice Payment
    • Invoice Payment Statuses
  • SENDING MONEY
    • Pre-requisites
    • Initiate Wallet Payout
    • Payout Transaction Statuses
  • WEBHOOKS AND REDIRECTS
    • Webhooks
      • HMAC Signature Verification
      • RSA Signature Verification
    • Merchant Redirect
  • KNOWLEDGE BASE
    • Settlements
    • Callbacks
    • Customer Support Platforms
Powered by GitBook
On this page
  1. RECEIVING MONEY

Invoice Payment Statuses

When you initiate an invoice payment using our API or when we send web-hook data to your web-hook URL, we include any of the invoice statuses described below

Status
Reason

PENDING

When an invoice payment is waiting to be paid. Do not give value to Customer.

PAID

When the invoice payment has been fulfilled and funds collected successfully. You can give customer value at this point.

EXPIRED

When the invoice has not been fulfilled within the stipulated time. The customer will not be able to fulfil this payment. Do not give value to the customer.

PreviousInitiate Invoice PaymentNextPre-requisites

Last updated 1 year ago