Cybersource

Introduction

Pelcro offers an integration with CyberSource payment services, connecting directly through our platform.

CyberSource is a global payment gateway that enables you to take credit and debit card payments online around the world. It processes each transaction securely from start to finish in just a few seconds.

Setting Up

  1. Login to your Pelcro CRM Dashboard.
  2. From the Sidebar Menu, click Integrations.
  3. Choose CyberSource, then click Configure CyberSource.
  4. Fill in the required information then save.
FieldDescription
Merchant IDYour CyberSource Merchant ID
Key IDThe Key ID used for request signing
Secret KeyThe shared secret used for HMAC-SHA256 authentication
Supported CurrencyThe primary currency for transactions
StatusEnable or disable the integration
Additional Supported Sites (optional)Additional URLs that support the card tokenization form

How It Works

Pelcro integrates with CyberSource using multiple REST API endpoint groups — each with its own API version — all secured with HMAC-SHA256 request signing:

Endpoint GroupAPI VersionPurpose
/pts/v2/paymentsv2Authorize and capture payments
/tms/v2/customersv2Store and manage customer profiles
/tms/v1/paymentinstrumentsv1Store tokenized payment methods
/tms/v1/instrumentidentifiersv1Create instrument identifiers
/flex/v1/keysv1 (Flex)Generate public key for client-side encryption
/microform/v2/sessionsv2 (Microform)Initialize the embedded card capture form

Card details are never sent to Pelcro's servers — customers enter their card through CyberSource Flex Microform (an embedded, PCI-compliant card form hosted by CyberSource). The integration uses Flex API v1 for key generation and Microform v2 for session setup. A secure token is generated client-side and used to create a saved payment instrument on CyberSource's vault.

Supported Flows

FlowSupported
New subscription creationYes
Subscription renewalsYes
One-time chargesYes
RefundsYes
Saved payment methods (tokenization)Yes
3D Secure / SCANo
Real-time webhook notificationsNo

Supported Currencies

CurrencyCode
US DollarUSD
Canadian DollarCAD
EuroEUR

Supported Card Networks

Visa, Mastercard, American Express, Discover, JCB, Diners Club, Maestro, UnionPay (CUP), Carte Bancaire, Carnet, Elo, Mada, Meeza, EFTPOS, J.Crew

Testing

Use CyberSource's sandbox environment during setup. Ensure your credentials are from the CyberSource Business Center test account before going live.