Questions tagged [spreedly]
16 questions
6
votes
3 answers
What is the card_type for MasterCard when using Spreedly with Paypal?
Spreedly's docs do not mention anything. Edit: They do indeed. I plead illiteracy.
Paypal's docs say the card type is "MasterCard", but actually trying to authorize with that will get you a "Card type is invalid." response from Paypal.
What is the…

Patrick McKenzie
- 4,066
- 24
- 23
3
votes
0 answers
Using Spreedly with React Native
Does anyone have any experience using Spreedly within a react native app? I am currently working on using the Spreedly iframe integration within a WebView, but I'm curious about other options. Using WebView.onMessage in combination with…

mlg87
- 552
- 5
- 9
3
votes
0 answers
Import external javascript library in react native
I've looked through several questions about importing javascript libraries in a React Native application, but they do not seem to apply to my case. What I'm trying to do is import a javascript library, preferably via a URL and not a local JS file,…

Johiasburg Frowell
- 538
- 6
- 23
1
vote
1 answer
How can I integrate Spreedly/Chargify with a rails app?
I'm a crappy novice programmer and am working on an app which I want Spreedly or Chargify or something similar to do recurring billing.
The documentation seems really good but its not dumbed down enough for me to make any use of it.
I'm only after…

Dave
- 1,175
- 2
- 21
- 49
1
vote
1 answer
ASP.Net core sometimes the action controller is called twice
I have an application is ASP.net core and have integrated spreedly payment gateway for processing the payments. In my log files I can see that sometimes the payment controller executes twice. I generate an ID based on the time the request was…

don great
- 53
- 1
- 11
1
vote
1 answer
Spreedly authentication error using C#.Net HttpWebRequest: "You must specify an environment_key parameter"
I'm currently working with Spreedly REST API which works with basic http authentication.
At first, I set my credentials this way:
webRequest.Credentials = new System.Net.NetworkCredential(user, password);
It worked well for many of the API…

Peter Perron
- 21
- 4
1
vote
2 answers
convert curl to guzzle for spreedly API
I'm trying to convert this curl call to guzzle:
curl https://core.spreedly.com/v1/gateways/CAL6uXHtGfDsxV2kW6apTP5JhG/purchase.xml \
-u 'Ll6fAtoVY5hTGlJEmtpo5YTS:RKOCG5D8jhgfdDSg524u5iF22XD4Io5VXmyzdCptrvHFTTSy' \
-H 'Content-Type: application/xml'…
1
vote
1 answer
Ruby on rails Spree commerce rake aborted
I am working with spree commerce in ruby on rails. But I am getting error, when executing this command "bundle exec rails g spree_fancy:install". What I am doing wrong?. Please help me. Thanks in advance.
Here is my error:
…

Mohammad Rajob
- 743
- 1
- 11
- 29
0
votes
1 answer
Can I use Spreedly to assign a subscription to a venue as well as a user?
In my app a user has an account, and many venues can belong to each account. The venues are on either a free or premium subscription.
I would like to use Spreedly to sort out recurring billing for each venue. So a user can own multiple venues where…

Dave
- 1,175
- 2
- 21
- 49
0
votes
2 answers
Spreedly Integration .Net Web App
I'm thinking about integrating Spreedly into my webapp to handle the payments & subscriptions. It's a .Net MVC app, however I could do the payment form in .Net Web Forms if needs be.
I'm just looking through the Spreedly API documentation, and the…

109221793
- 16,477
- 38
- 108
- 160
0
votes
1 answer
Spreedly iframe with Angular
I am trying to save card using spreedly ifrmae.
I have successfully created the card token using following spreedly event
Spreedly.on('paymentMethod', function (token, pmData) {
// Set the token in the hidden form field
var tokenField =…

user2079932
- 1
- 2
0
votes
1 answer
How to migrate Spreedly data to stripe?
I try to export spreedly data like credit cards and customers to stripe but I'm not sure what data i need to use to create a stripe token. I'm using ruby on rails, this is an example of the retriaved data from the spreedly api
Someone know what data…

Luis Osnet
- 3
- 1
- 4
0
votes
0 answers
Spreedly API: How to integrate into my MVC C# API?
I wanna integrate Spreedly API into my MVC C# API. can anyone help me to do?
I just tried it in Spreedly home site. But there they are explained about js intgration. But I need to integration for my C# API.
0
votes
2 answers
Error sending WebRequest to Spreedly with C# : (422) Unprocessable Entity
I'm working with Spreedly, and I'm running into what I would assume is a minor problem.
For the life of me I don't understand why my code isn't sending my context correctly...
This is my code (credentials have been changed) that returns the error…

arucker
- 709
- 7
- 7
0
votes
2 answers
Spreedly gem with rails
I want to put spreedly in my new rails app.Because i am newbie can anyone help me with the spreedly gem?It says you must Configure your API key and site name for your account:
RSpreedly::Config.setup do |config|
config.api_key =…

elias_t
- 83
- 2
- 8