PAYONE
Quick Start
- Sign up at payone.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
PAYONE payment integration
| Provider ID | payone |
| Category | Card Processors |
| Website | payone.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
}
}