Payment Methods

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

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

Credit Cards

  • Cardknox

  • NMI

  • TSYS

  • Shift4

  • Authorize.net

  • Elavon

  • Clover

  • Moneris

  • Chase

  • Nuvei

  • DLocal

  • Adyen

  • Coastal Pay

  • Stripe

  • Square

  • Shopify Payments

  • Linkly

  • Westpac

Wallets

  • Apple Pay

  • Google Pay™

  • PayPal

  • Venmo

  • Amazon Pay

  • AliPay

  • WeChat Pay

Buy Now Pay Later (BNPL)

  • Klarna

  • SplitIt

  • Sezzle

  • ChargeAfter

  • AfterPay

  • Zip

  • Affirm

Bank Payments

  • Trustly

  • ACH

LATAM, Asia, Africa

  • Mobile Money

  • PIX

  • Boleto

  • Abitab

  • PSE

  • OXXO

  • MercadoPago

  • SPEI

  • Pago Efectevio

Crypto

  • Coinbase

  • BitPay

  • PalWallet

API for Fetching Payment Providers

GET /transactions/paymentProvides/list

Request Body

NameTypeDescription

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="
  }
]

All merchants must adhere to the Google Pay APIs Acceptable Use Policy and accept the terms defined in the Google Pay API Terms of Service.

Google Pay is a trademark of Google LLC.

Last updated