Skip to main content

ProphetPay

Quick Start
  1. Sign up at prophetpay.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to ProphetPay →

Overview

ProphetPay payment integration

Provider IDprophetpay
CategoryCard Processors
Websiteprophetpay.com

Authentication

Method: Basic Auth

Header:

Authorization: Basic base64(user_name:password)

Example:

user_name = "username"
password = "password"
auth = Base.encode64("#{user_name}:#{password}")
# Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=

Resources