PaaS API Docs
  • Getting Started
  • Authentication
  • Use cases
    • Remittance
      • Bonus/Discount on Remittance
    • Business Payments
    • Individual Wallet
    • Business Wallet
    • Payout
  • API References
    • Data Population
      • Spec Sheet
      • Country
      • States
      • Settlement Rates
    • User
      • User Object
        • User Verification
        • Identification Documents
        • User Verification Status
        • CIP Information Status
      • Receive User Object
      • Register a User
      • Update User
      • Business Representatives
        • Business Representatives Object
        • Add Business Representatives
        • Update Business Representatives
        • Get Business Representatives
      • Declaration
        • Declaration Object
        • Declaration
      • Initiate Verification
      • Get User by ID
      • Get Verification Status
      • Add a Receive User
      • Update a Receive User
      • Get Receive User List
    • Funds
      • User Funding Account Object
      • Funding Account Widget
        • OAuth Integration
        • Bank Verification Status
      • Wallet Object
      • Create a Wallet
      • Get Wallet Details
      • Get User Funding Account
      • Delete User Funding Account
      • Add a Receive Account
      • Update a Receive Account
      • Get Receive Accounts
    • Payout
      • Get Banks
      • Get Payers
    • Transaction (External)
      • Transaction Object
      • Create Transaction
      • Get Transaction by ID
      • Cancel Transaction
      • Transaction Delivery
      • Get Transaction Limits
    • Transaction (Wallet)
      • Wallet Transfer Object
      • Create Transfers
        • Load Wallet
        • Unload Wallet
        • Wallet to Wallet Transfer
      • Get Wallet Transfer Details
      • Get Limits
    • Transaction (Payout)
      • Payout Transaction Object
      • Create Payout Transaction
    • Webhooks
      • Subscribe
      • Integration
      • Events
    • Error Codes
  • Sandbox
    • User: Test Values
    • Funds: Test Values
    • Transaction: Test Values
  • Changelog
    • 2023
      • February 14, 2023
      • January 06, 2023
    • 2022
      • December 28, 2022
      • December 26, 2022
      • December 23, 2022
      • December 2, 2022
      • November 21, 2022
      • November 11, 2022
      • October 31, 2022
      • October 17, 2022
      • August 31, 2022
      • August 1, 2022
      • July 25, 2022
      • May 23, 2022
      • April 7, 2022
      • March 30, 2022
      • March 23, 2022
      • Feb 21, 2022
      • Feb 15, 2022
      • Jan 24, 2022
      • Jan 19, 2022
      • March 10, 2022
Powered by GitBook
On this page

Was this helpful?

  1. API References
  2. Funds
  3. Funding Account Widget

Bank Verification Status

Read on dealing with bank verification statuses

After a bank account has been connected using our widget, the bank account undergoes verification before it is successfully added. The bank account will have different verification statuses which you can retrieve using our API or through webhooks.

  1. PENDING: Once the bank account has been added through the widget, verification checks are conducted on the bank account. While the verification checks are in progress, verification_status of the funding account will be PENDING.

    1. You can retrieve verification status using the GET User funding account API.

    2. user_bank_verification_pending webhook will also be sent to the subscribed link.

  2. VERIFIED: When all verification checks are completed and the bank account is successfully added, the verification_status of the user’s funding account will be moved to VERIFIED.

    1. You can retrieve verification status using the GET User funding account API.

    2. user_bank_added webhook will also be sent to the subscribed link.

  3. FAILED: If verification checks are unsuccessful or there is an issue, the verification_status of the user’s funding account will be moved to FAILED.

    1. You can retrieve verification status using the GET User funding account API.

    2. user_bank_verification_failed webhook will also be sent to the subscribed link.

  4. LOGIN_REQUIRED: In some cases, the user may be required to re-login to their bank account.The verification_status of the user’s funding account will be moved to LOGIN_REQUIRED.

    1. You can retrieve verification status using the GET User funding account API.

    2. bank_login_required webhook will be sent to the subscribed link.

    3. You will have to reopen the bank widget with the funding account ID so they can re-login to their bank account.

    4. Please note that for certain cases the user may need to communicate with their bank before re-linking their bank account.

When verification status of the user’s funding account is PENDING, users can create a transaction/transfer. However, the transaction will be placed on HOLD. Only when the user’s funding account is in VERIFIED status, the transaction will be forwarded for processing, given that all other compliance checks have been completed.

PreviousOAuth IntegrationNextWallet Object

Last updated 2 years ago

Was this helpful?