📖
Inyo Developer Portal
  • API REFERENCES
    • Payments Gateway v2
      • Getting started
      • Background
        • System architecture
        • Gateway environment settings
      • Authentication Methods
      • Environments
      • Technical Resources
      • Mitigating Fraud
      • APIs
        • Tokenizing cards
        • Payment
          • Pull Transaction
            • Handling AVS / CVC
            • Handling 3D secure
          • Push Transaction
          • Pull and push in one step
          • Capture
          • Refund
          • Void
          • Get a payment
          • Get a list
        • Webhooks
        • Domain tables
          • Response Code
          • Payment Status
        • Test data
          • Cards
    • Remittances
      • Getting Started
      • Authentication
      • Data Population
        • Country
        • State
        • Banks
        • Payers
        • Settlement Rates
      • Sender
        • Sender Object
        • Register a Sender
        • User Agreement
        • Get Sender by ID
        • Sender Verification
          • ID Documents
            • Expired ID Documents
          • KYC Status
          • KYC Using Widget
          • KYC Using API
            • Get KYC fields
            • Update KYC Information
            • Initiate KYC
            • Get KYC Information
          • Sender Tier Upgrade
        • Sender ID Information
      • Funding Account
        • Add Funding Account
          • OAuth Integration
        • Funding Account Object
        • Get Funding Account
        • Delete Funding Account
      • Recipient
        • Recipient Object
        • Add a Recipient
        • Get Recipient Details
        • Update Recipient
        • Recipient Document
      • Recipient Account
        • Recipient Account Object
        • Add a Recipient Account
        • Get Recipient Account
        • Get Account Information
      • Transaction
        • Transaction Object
        • Get Transaction Limits
        • Create a Transaction
          • 3DS Verification
          • Bonus/Discount
        • Get Transaction Details
        • Cancel Transaction
        • Delivery Request
        • Self-Payout
        • Transaction Invoice
      • Webhooks
        • Subscriptions
          • Subscribe
          • List Subscriptions
          • Pause Subscriptions
          • Remove Subscription
        • Integration
        • Events
      • Widget
        • Widget v1.0
          • Widget v1.0 Types
        • Widget v2.0
      • SANDBOX
        • Test Values
          • Geo-Fencing
          • Sender Verification
          • Funding Account
          • Transaction
  • USE CASE
    • Remittance
Powered by GitBook
On this page
  1. API REFERENCES
  2. Remittances
  3. Funding Account

Add Funding Account

Read on adding funding accounts in safe and secure way

PreviousFunding AccountNextOAuth Integration

Last updated 9 months ago

The sender can add either bank account or link debit cards through type Bank or Card. Follow the instructions on how to generate widget token and initialize widget. Once the widget has bee initialized,

  1. For banks, users will have to select their bank. There are two types of flows that users can be directed to based on the bank they select.

  • Non-OAuth: Users authenticate and permission data directly from the widget to allow us access to their financial accounts.

  • : OAuth provides a more secure connection for your users as credentials are handled entirely by the OAuth provider (bank) and exchanged for a token that we can use. OAuth connections are predefined based on the bank's policies and our integrations. To connect accounts via OAuth, users will be directed to the bank's website for authentication and authorization. Once the user grants permission, the user will have to be redirected to our widget to complete the flow.

  1. For debit cards, users will have to add their card details including card number, expiry date, and CVV code. Please note that:

  • Cards are removed when they expire and you will be notified when a card is expiring through .

  • If the same card is added by multiple senders within the same Affliate or across the Inyo Platform, the card will be tagged as . If the senders are within the same Affiliate, you will also receive details on the senders that have added the same card when you fetch the funding account details of the duplicate card. The duplicate flag information you will receive are outlined in the. Please note that if a new card is added which is duplicate with a card added earlier, both cards will be flagged as duplicate. Since the old card resource has been updated, you will also receive a to indicate the change.

Widget v1.0,
OAuth
webhooks
Duplicate
funding account object details
webhook