Flash Payments Developer API
Back to Flash PaymentsGraphQL Playground
  • Overview
  • Basics
    • Sending data as JSON
  • Authentication
  • Quote
  • Conversions
    • Query conversions
    • Conversion statuses
  • Balance
    • Statement
  • Recipients
    • Required fields
  • Senders
  • Payments
    • Payment statuses
    • Query payments
    • Send funds
    • Auto receive funds
  • Institutions
  • Withdrawals
    • Withdraw funds
    • Withdrawal statuses
    • Query withdrawals
  • Deposits
    • Deposit statuses
    • Query deposits
    • Refund deposits
  • Sub-clients
    • Create sub-clients
    • Disable, Activate and Update sub-clients
    • Query sub-clients
  • Webhooks
    • Regular webhooks
    • Ad hoc webhooks
  • Reference data
    • Bank information
    • Rejection codes
  • Change log
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Deposits

Deposit statuses

Deposit processing statuses

As soon as we see a deposit in a Flash Payments controlled Virtual Account Number (VAN) we create a deposit.

INITIALISED->REVIEWING→CONFIRMED

If you choose to reject that deposit it goes through refunding statuses:

INITIALISED->REVIEWING→CONFIRMED→REFUNDING→REFUNDED

The REVIEWING is an optional manual action by Flash Payments Compliance team. Occasionally we pick some transactions for extended AML/CT review. Most transactions do not ever get into the REVIEWING status.

If Flash Payments Compliance choose to reject that deposit it goes through following statuses:

INITIALISED→REVIEWING→REFUNDING→REFUNDED

PreviousDepositsNextQuery deposits

Last updated 1 year ago

Was this helpful?