- 09 Nov 2023
- 4 Minutes to read
- Print
- DarkLight
Spreedly
- Updated on 09 Nov 2023
- 4 Minutes to read
- Print
- DarkLight
Since Spreedly does not have an equivalent record (ex. user id) for customers, a Payment Gateway Customer record will not be created in Salesforce.
Spreedly is a service that allows you to securely store credit cards and use them to perform transactions for a number of PaymentGateways and third-party APIs. It does this by simultaneously providing a card tokenization/vault service as well as a gateway and receiver integration service. PaymentMethods tokenized by Spreedly are stored at Spreedly, allowing you to independently store a card and then pass that card to different endpoints based on your business requirements. We refer to the ability to use a Spreedly token against multiple gateways/end points as “universal tokenization.”
To read more about Spreedly, click here.
Supported Spreedly Payment Gateways
- Cybersource via Spreedly (fully tested)
The following Spreedly processors are used by Blackthorn customers.
- Braintree
- Cardconnect
- Elavon
- eWAY
- Fat Zebra
- Litle
- Orbital
- Payflow Pro
- Paypal
- Sage
Set Up the Payment Gateway Page Layout
- Click the Gear icon in the upper right-hand corner.
- Click Setup.
- Click the Object Manager tab.
- Locate the Payment Gateway object.
- Click the Field & Relationships tab.
- Locate the Provider field.
- In the Values section, click New.
- Enter “Spreedly” and click Save.
- Click the Page Layouts tab.
- Click Payment Gateway Layout.
- Add the following fields to your Payment Gateway page layout:
- Spreedly Environment Key
- Spreedly Configured Gateway
- Gateway Token
- Add the Create Spreedly Gateway button.
When connecting a Braintree gateway via Spreedly, select “Blue” as the Auth Mode when setting up the gateway.
Add A Spreedly Payment Gateway
When setting up a Payment Gateway using Spreedly, the option to add Authorize.net and Stripe as a Payment Gateway has been removed. Authorize.net and Stripe function as stand-alone Payment Gateways.
Contact Blackthorn Support to obtain a Spreedly Environment Key.
Navigate to the Payment Gateway object.
Click New.
Enter a Payment Gateway Name.
Set Provider = “Spreedly”.
Check the Test Mode checkbox if you are setting this up in your sandbox for testing. Do not check the box if this is a Live Payment Gateway in production.
Populate the Default Currency and Default Country fields.
Enter the key provided by Blackthorn Support in the Spreedly Environment Key field.
Click Save.
Click the Create Spreedly Gateway button.
Select the Payment Gateway you want to connect (Ex. CardConnect; EBANX).
If prompted, add additional information from the selected gateway.
Click Create.
The Spreedly Configured Gateway and Gateway Token fields will be populated automatically.
Test Spreedly
Spreedly provides test data in their documentation to help with your initial integration. This includes test credit card numbers and bank account values. We've provided a couple below.
Check out the complete list here.
Visa Credit Card
- Card Number: 4111111111111111
Bank Account
- Routing Number: 021000021
- Account Number: 9876543210
Create Credit Card Payment Methods
From the Payment Method Object
- Navigate to the Payment Method object.
- Click New.
- Set Record Type = "Card"
- Fill in the following fields.
- Holder's Name
- Account Holder Type
- Currency ISO
- Country ISO
- Set Payment Gateway = “Spreedly”.
- Click Save.
From the Virtual Terminal
- Navigate to an object or record where you can access the Virtual Terminal (Opportunity, Invoice, etc..)
- Set Action = "New Payment Method".
- Set Payment Gateway = “Spreedly”.
- Click the CREDIT CARD tab.
- Fill in the following fields.
- Name on card
- Card number
- Card Expiration
- CVC
- Postal code
- Click Add +.
Create ACH Payment Methods
Blackthorn does not support webhook callbacks for gateways that are configured through Spreedly. As a result, Blackthorn does not recommend submitting ACH payments via Spreedly.
If an ACH payment is submitted via Spreedly, users must check their gateway to see if the payment is complete. Users cannot confirm if the payment was successful by going to Salesforce.
If you do use ACH payments with Spreedly, please proceed with caution.
From the Payment Method Object
- Navigate to the Payment Method object.
- Click New.
- Set Record Type = "ACH".
- Fill in the following fields.
- Holder's Name
- Account Holder Type
- Currency ISO
- Country ISO
- Set Payment Gateway = “Spreedly”.
- Click Save.
From the Virtual Terminal
- Navigate to an object or record where you can access the Virtual Terminal (Opportunity, Invoice, etc..)
- Set Action = "New Payment Method".
- Set Payment Gateway = “Spreedly”.
- Click the BANK tab.
- Fill in the following fields.
- Name on account
- Account holder type
- Routing Number
- Account number
- Click Add +.
Process a Payment
From the Transaction Object
- Navigate to the Transaction object.
- Click New to create a new record.
- Select the "Charge" for the Record Type.
- Enter the amount in the Amount field.
- Select your Payment Gateway.
- Select the Payment Method.
- Click Save.
- Click Capture to charge the Transaction..
From Virtual Terminal
- Navigate to an object or record where you can access the Virtual Terminal (Opportunity, Invoice, etc..)
- Set Action = "New Single Charge".
- Set Payment Gateway = “Spreedly”.
- Fill in the following fields.
- Related To
- Payment Method
- Amount
- Currency
- Process Type
- Click Process.
How Do eChecks Work With Spreedly?
Customers can create ACH Payment Methods with Spreedly that can be used with a gateway's eCheck service. See more details about the eCheck gateways that Spreedly supports here.
When using eChecks, with the exception of an offsite gateway like PayPal, the response for eChecks will always be successful on Spreedly's end. Otherwise, the notification will happen outside of Spreedly. If a Transaction fails, the gateway user will be notified, and they will need to update the Transaction in Salesforce.