Questions tagged [paysimple]

PaySimple is an electronic payment processing provider.

PaySimple is an electronic payment processing provider.

http://paysimple.com/

6 questions
3
votes
3 answers

How to solve the error "Type provided must be an Enum. Parameter name: enumType"

So I've been using the Pay Simple SDK. I'm getting this error. Does anyone know how to solve this? var customerPayment = new NewCustomerPayment So my model is in the Pay Simple SDK. This is for Payment Transaction. Controller…
Woshooo
  • 250
  • 1
  • 2
  • 18
1
vote
0 answers

Sending information then getting "Object reference not set to an instance of an object." in ASP.MVC

Getting ths error when I'm going to create a payment.. what do you think cause this?? I already checked the view and model.. Controller: [HttpPost] [ValidateAntiForgeryToken] public async System.Threading.Tasks.Task
Woshooo
  • 250
  • 1
  • 2
  • 18
1
vote
1 answer

I'm Getting an error "Endpoint Error: MethodNotAllowed" in ASP.Net MVC

Everytime I'm going to this view I'm getting this error in fetching the list of customer from the sandbox ap. I'm using PaysimpleSDK https://github.com/PaySimple/PaySimpleSDK/wiki/Customer-Service My error Description: An unhandled exception…
Woshooo
  • 250
  • 1
  • 2
  • 18
1
vote
1 answer

Integrating Paysimple API (Please check what's wrong)

I am integrating a one time simple payment using the Paysimple API and I always get this error: string(196) …
0
votes
0 answers

How can I used the JSON in Pay Simple API in asp.net mvc

Anyone whose using Pay Simlpe API? I want to asked something about how to used it in asp.net MVC platform. it's full of JSON, how can I used it in the asp.net? like adding a customer or paying a payment?? showing the list of the customer? How can I…
0
votes
2 answers

Meteor Mongo Collection payments/insert is already defined

First, I'm sorry I don't have more to describe this, but its some sort of obscure Meteor 1.2 bug. At least for me, since I am new. Basically I am creating a one page intranet app that polls paysimple.com API, stores the results in MongoDB and lets…