LogoLogo
  • Transaction API
    • Overview
    • Authentication
    • Payment Methods
    • Integrations
      • POS (In-Store)
      • E-commerce
    • Payment Flows
      • Create a transaction
        • Examples for POS (In-Store)
          • Basic Payment Request
          • Payment request with products
          • Payment request with callback
          • Payment request with POS Data
          • SMS Payment Request
          • Email Payment Request
          • Payment request with invoice
          • Payment request with receipt generated by SensePass
          • Payment request with receipt generated by the POS
        • Examples for e-commerce
          • Basic Payment Request
          • iFrame Example
          • Payment request with products
          • Payment request with callback
          • Payment request with website custom data
          • SMS Payment Request
          • Email Payment Request
          • Payment request with invoice
          • Payment request with receipt generated by SensePass
          • Payment request with receipt generated by the e-commerce platform
      • Transaction status
      • Authorization
      • Tokenization
      • Subscription
        • Fetch a subscription
        • Update a subscription
        • Subscription callbacks
      • Cancel a pending transaction
      • Refund a transaction
      • Pay by Credit Card
      • Credit by Credit Card
      • Payment Commit
      • Update a Transaction
    • Other Flows
      • Tags Pairing
      • Receipts
      • Customer Input
      • Token Migration
      • Create Dynamic QR
    • Terminal Agent
      • Installation
      • Pairing
      • Usage
        • Synchronous Payment
        • Real-time product information update
        • Get Last Transaction Status
        • Get Device ID
    • Settlement
    • API Notifications
      • Socket.IO Websockets
      • Callback/Webhook
      • Post Message
    • Flow Charts
      • Payment Flow
      • Transaction Status Flow
    • SDK & iFrames
      • JavaScript UI SDK
        • API
        • Commit Transaction
        • Custom SDK Style
        • Simulator
        • Manual Capture (deprecated)
      • E-commerce iFrame
      • POS iFrame
      • Credit Card iFrame
    • Models
      • Receipts Model
      • Metadata Model
      • SDK Theme Config Model
      • SDK Credit Card Field Model
      • Invoice Model
      • Product Model
      • Payment Details Model
      • Receipt Notifications Model
      • Payment Commit Model
      • Confirmation Model
      • Settlement Model
      • Subscription Model
      • Transaction Page Model
      • Transaction Model
      • Customer Input Model
      • Settlement Report Model
      • Customer Shipping/Billing Details Model
      • Additional Data Model
    • SOAP and XML
      • SOAP
      • XML
    • Testing
    • Postman
  • Partner API
    • Models
      • Onboarding Model
      • Onboarding Configuration Pages
      • Onboarding Status Model
    • SDK & iFrames
      • Onboarding iFrame
    • Flows
      • Create onboarding
      • Get Onboarding Configuration Page
      • Onboarding status
Powered by GitBook
On this page
  • Credit Cards (25)
  • Wallets (9)
  • Buy Now Pay Later - BNPL (10)
  • Bank Payments (4)
  • LATAM, Asia, Africa (54)
  • Crypto (3)
  • API for Fetching Payment Providers
  • API for Fetching Payment Methods by method type

Was this helpful?

Export as PDF
  1. Transaction API

Payment Methods

Accept any payment app, any wallet, any card any way your customer wants.

SensePass supports currently 105 payment methods with a single API interface for all of them, we continue to add payment methods to our network.

Credit Cards (25)

  • Cardknox

  • NMI

  • TSYS

  • Shift4

  • Authorize.net

  • Elavon

  • Clover

  • Moneris

  • Chase

  • Nuvei

  • DLocal

  • Adyen

  • Coastal Pay

  • Stripe

  • Square

  • Shopify Payments

  • Linkly

  • Westpac

  • First Data

  • Global Payments

  • Heartland Payment

  • Worldpay

  • North American Bancard

  • Electronic Payment Exchange (EPX)

  • Braintree

Wallets (9)

  • Apple Pay

  • Google Pay™

  • PayPal

  • Venmo

  • Amazon Pay

  • Samsung Pay

  • AliPay

  • WeChat Pay

  • Kakao Pay

Buy Now Pay Later - BNPL (10)

  • Klarna

  • SplitIt

  • Sezzle

  • ChargeAfter

  • AfterPay

  • Zip

  • Affirm

  • WeGetFinancing

  • Jifiti

  • Skeps

Bank Payments (4)

  • Trustly

  • ACH

  • EFT

  • Link Money

LATAM, Asia, Africa (54)

  • Mobile Money

  • PIX

  • Boleto

  • Abitab

  • PSE

  • OXXO

  • MercadoPago

  • SPEI

  • Pago Efectevio

  • Infonet

  • Pago al Paso

  • Pago Efectivo

  • Pay Cash

  • Pay Valida

  • Yape

  • au PAY

  • Dana

  • dBarai

  • DragaonPay

  • DuitNow

  • Kobini

  • LINE Pay

  • Lpay

  • Merpay

  • Momo wallet

  • Naver Pay

  • NPP

  • Payco

  • PayPay

  • PromptPay

  • QRIS

  • Rakuten Pay

  • SSGPAY

  • TOSS Payments

  • Touch 'n Go

  • TrueMoney

  • UPI

  • ZaloPay

  • CLAVE

  • CoDi

  • Daviplata

  • Efecty

  • Nequi

  • Pay4Fun

  • Sencillito

  • WebPay

  • Rapipago

  • Cobro Express

  • Pago Facil

  • PicPay

  • NuPay

  • Sencillito

  • Khipu

  • Servipag

  • Sinpe

  • Sinpe Movil

  • PuntoXpress

  • Akisi

  • Practipago

  • Wepa

  • Zimple

  • Sigo Money

  • Billetera Personal

  • Wally

  • Giros Claro

  • BCP

  • Payvalida

  • Redpagos

Crypto (3)

  • Coinbase

  • BitPay

  • PalWallet

API for Fetching Payment Providers

GET /transactions/paymentProviders/list

Request Body

Name
Type
Description

deviceId

string

Terminal unique device ID provided by SensePass (For Device based Transactions) - Required if apiKey is empty

apiKey

string

Merchant ID provided by SensePass (For Web based Transactions) - Required if deviceId is empty

[
  {
    "name": "PayPal",
    "description": "Paypal Production",
    "type": "wallet",
    "confirmationPrefix": "145",
    "isPartialRefundSupported": true,
    "environment": "Production",
    "providerId": "FLTBxa5D/z/gmjdNeTm0IXNVOOaiyhQBqRrIaTs1kcI="
  }
]
{
    // Response
}

API for Fetching Payment Methods by method type

GET /transactions/paymentProviders/payment-methods

Request Body

Name
Type
Description

deviceId

string

Terminal unique device ID provided by SensePass (For Device based Transactions) - Required if apiKey is empty

apiKey

string

Merchant ID provided by SensePass (For Web based Transactions) - Required if deviceId is empty

methodType

string

Transaction Type: 0. 'payment' = Regular Payment 1. 'tokenize' = Tokenization 2. 'authorize' = Authorization 3. 'credit' = Credit transaction

{
	"paymentMethods": [
		{
		  "id": 3,
		  "name": "credit-card",
		  "type": "credit-card"
		},
		{
		  "id": 4,
		  "name": "paypal",
		  "type": "wallet"
		},		
	]
}
{
    // Response
}

Google Pay is a trademark of Google LLC.

Last updated 1 month ago

Was this helpful?

All merchants must adhere to the Google Pay APIs and accept the terms defined in the .

Acceptable Use Policy
Google Pay API Terms of Service