Skip to main content

CashtoCode

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

Overview

CashtoCode — Vouchers (cash via terminals)

Provider IDcashtocode
CategoryLocal Payment Methods
Websitecashtocode.com

Supported operations: Create PayToken (payments_authorize)


Authentication

Method: Basic Auth (username:password)
Header format:

Authorization: Basic {base64(username:password)}

Two sets credentials:

  • Classic Reward: classic_username:classic_password
  • eVoucher: evoucher_username:evoucher_password

Selection credentials depends from voucher type in request.


Configuration

Required Parameters

ParameterDescription
base_urlBase API URL
**Classic mode:**
classic_usernameUsername for Classic
classic_passwordPassword for Classic
classic_midMerchant ID for Classic
**eVoucher mode:**
evoucher_usernameUsername for eVoucher
evoucher_passwordPassword for eVoucher
evoucher_midMerchant ID for eVoucher

API Reference

MethodEndpointDescription
POST/merchant/paytokens

Resources