GithubHelp home page GithubHelp logo

Test Numbers always pass about balanced-js HOT 2 CLOSED

balanced avatar balanced commented on June 20, 2024
Test Numbers always pass

from balanced-js.

Comments (2)

mjallday avatar mjallday commented on June 20, 2024

The latest version of balanced.js does not validate the card until you perform an authenticated operation on the card.

e.g.

Tokenize a card that will fail (no auth token, same as balanced.js)

curl https://api.balancedpayments.com/cards \
     -H "Accept: application/vnd.api+json;revision=1.1" \
     -d "expiration_month=12" \
     -d "cvv=123" \
     -d "number= 4444444444444448" \
     -d "expiration_year=2020"
{
  "cards": [
    {
      "href": "/cards/CC1v3ZZXIHaBB3ucLEkCjfoK",
      "id": "CC1v3ZZXIHaBB3ucLEkCjfoK",
      "links": {}
    }
  ],
  "links": {}
}

Now debit the card

curl https://api.balancedpayments.com/cards/CC1v3ZZXIHaBB3ucLEkCjfoK/debits \
      -H "Accept: application/vnd.api+json;revision=1.1" \
      -u ak-test-2qEM0Znvd8LIVbZ01LbFHvHgab4fkNr3c: \
      -d amount=100
{
  "errors": [
    {
      "status": "Payment Required",
      "category_code": "card-declined",
      "additional": "Account Frozen",
      "status_code": 402,
      "category_type": "banking",
      "extras": {},
      "request_id": "OHM6a971db0c58a11e3961006429171ffad",
      "description": "R758: Account Frozen. Your request id is OHM6a971db0c58a11e3961006429171ffad."
    }
  ],
  "links": {
    "debits.customer": "/customers/{debits.customer}",
    "debits.dispute": "/disputes/{debits.dispute}",
    "debits.source": "/resources/{debits.source}",
    "debits.order": "/orders/{debits.order}",
    "debits.refunds": "/debits/{debits.id}/refunds",
    "debits.events": "/debits/{debits.id}/events"
  },
  "debits": [
    {
      "status": "failed",
      "description": null,
      "links": {
        "customer": null,
        "source": "CC1v3ZZXIHaBB3ucLEkCjfoK",
        "order": null,
        "dispute": null
      },
      "updated_at": "2014-04-16T17:13:14.243895Z",
      "created_at": "2014-04-16T17:13:13.781225Z",
      "transaction_number": "W271-400-9485",
      "failure_reason": "R758: Account Frozen.",
      "currency": "USD",
      "amount": 100,
      "failure_reason_code": "card-declined",
      "meta": {},
      "href": "/debits/WD2OFg8qYh9WnSm95IDJy2od",
      "appears_on_statement_as": "BAL*example.com",
      "id": "WD2OFg8qYh9WnSm95IDJy2od"
    }
  ]
}

I do not believe we have correctly documented this change in behavior, thanks for bringing it to our attention, we'll create an issue and get this resolved.

from balanced-js.

joseym avatar joseym commented on June 20, 2024

Very detailed, thank you.

from balanced-js.

Related Issues (20)

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.