📖
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. Payments Gateway v2

Getting started

Access to API Credentials

Please note that our API credentials, including the public key, consumer API key, and consumer API secret, are not publicly accessible. To ensure the security and integrity of our services, access to these credentials is granted through a controlled process.

If you are interested in integrating with our API and require these credentials, please contact our commercial team. They will guide you through the necessary steps to verify your application and provide you with the specific credentials needed for your use case.

Core Features of the API

  1. Authentication Management

    • Token Generation: Supports OAuth standards for secure authentication. The API allows the generation of access tokens and refresh tokens through a dedicated endpoint, enabling clients to authenticate and subsequently authorize their API requests securely.

  2. Card Tokenization

    • Token Creation: Facilitates the secure handling of card information by converting sensitive card details into a token. This process enhances security by minimizing the exposure of actual card details during transactions.

  3. Payment Processing

    • Pull payments: Clients can initiate various types of payment transactions, including credit, debit, and ACH transfers. This endpoint supports comprehensive payment details including amounts, currency, and payer information.

      • For cards only

        • Payment Capture: Allows for the capture of pre-authorized payments, facilitating delayed charging scenarios commonly used in hospitality and retail industries.

        • Payment Void: Offers the ability to void transactions, typically used to cancel a payment before it is fully processed and settled.

      • For all payments

        • Payment Refund: Supports the refunding of transactions, which is essential for handling returns and customer service adjustments.

    • Push payment: Clients can initiate various types of push payment transactions, domestic or internationally, leveraging our robust network.

    • Payment Retrieval: The API provides functionality to retrieve details of specific payments using an external identifier, allowing for easy tracking and management of transactions.

PreviousPayments Gateway v2NextBackground

Last updated 4 months ago