📖
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

Technical Resources

PreviousEnvironmentsNextMitigating Fraud

Last updated 2 months ago

Prior to start integrating and testing, it's necessary to have three components in hand, that needs to be provided by our team.

Key
Sample value
Used for

public key

a23271e1-c1c0-44d3-4567-5610217d1151

Tokenizing cards using the javascript library

client id

MY_CLIENT_ID

client id to be used during the oauth authentication

client secret

4efa3460-a121-1ca9-abcd-e1345ff5510d

client secret to be used during the oauth authentication

It's also important to take note of the following resources:

Resource
URL

Static javascript component

OpenAPI specs

Resource
Sandbox
Production

API endpoint

Postman

Upon request

Considerations: During the key generation, it will be required by our team the url of the origin server used for development and production. This origin url will ensure that communications in between the browser and our servers are allowed, per rules.

Rate Limits

Each client is allotted a standard amount of requests per minute, that can be reviewed based on specific scenarios.

You must implement techniques such as exponential backoff, and be ready to deal with HTTP 429 responses.

Resource
Limit (Requests/Minute)

Authentication

60

Rates

200

All other authenticated requests

400

CORS
https://cdn.simpleps.com/production/inyo.js
https://sandbox-gw.simpleps.com/q/swagger-ui
https://sandbox-gw.simpleps.com/
https://gw.simpleps.com/