Skip to main content

PAYONE

Quick Start
  1. Sign up at payone.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 PAYONE →

Overview

PAYONE payment integration

Provider IDpayone
CategoryCard Processors
Websitepayone.com

Authentication

Method: process_operation(:one_phase, args) or fulfill/3

{
"amountOfMoney": {
"amount": 1000,
"currencyCode": "USD"
},
"cardPayoutMethodSpecificInput": {
"card": {
"cardHolderName": "John Doe",
"cardNumber": "4111111111111111",
"expiryDate": "1225"
},
"paymentProductId": 1
}
}

Resources