Giter Club home page Giter Club logo

2checkout-java's People

Contributors

craigchristenson avatar ivannikolchov avatar rmuhamedgaliev avatar robertop87 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

2checkout-java's Issues

2checkout with android

Hello,

Anybody knows if 2checkout can be integrated into an android app or iOS app?

I mean accept payments directly inside the android app using and API, similar how to STRIPE or PayPal has an API that can be integrated directly into your app.

If they dont have such an API, is there anyway its possible? using maybe a web browser inside the android app? and then getting the result back to the app somehow? Or maybe using a server in some way?

Thanks

Create Payments/Sales with line items detailed

Hello.
I am trying to test registering a payment with line items detailed in order to have the recurring payment functionality accessible, but I find no documentation on how to register a detailed order as such.

I did assume something like this would be usable; but in testing I have realized it is not.

Is there any way to do this?
if not, are there plans top implement this and an alternative I could look into?

Downstream Service Error

Hi,

I am trying to stop a sale using the Java SDK in this way:
Sale sale = TwocheckoutSale.retrieve(orderNumber); TwocheckoutResponse response= sale.stop(); if(!response.getResponseCode().equalsIgnoreCase("OK")) { throw new Exception(response.getResponseCode()+" : "+response.getResponseMessage() +". ProfileID : "+orderNumber); } return response;

When I execute that function I get this Exception:
com.twocheckout.TwocheckoutException: Downstream Service Error

What could be the issue?

Due to the nature of the emergency of the work needing to be done, I have moved over to use your Avangate REST 3.0 API, which works fine.

2checkout sandbox request are not working

Hello,

I am trying to test some payments but today I could no get an authorized response.
For each try I received the next response:
{
"validationErrors": null,
"response": null,
"exception": {
"errorMsg": "Payment Authorization Failed: Please verify your information and try again, or try another payment method.",
"httpStatus": "400",
"exception": false,
"errorCode": "607"
}
}

I am sure that I provided correct data, then my questions are:

  • is the sandbox working fine today?
  • what does mean errorcode 607?

Best Regards

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.