• webhead@lemmy.world
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    1 day ago

    What are you referencing specifically? I work in payments and I’ve never heard of this IBM code. The card networks just use an ISO format and every front end is different (the two we have are completely different in very fundamental ways though they are definitely both old as fuck).

    • finitebanjo@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      1 day ago

      If you could set me up with some texts or resources on programming a cashier till, or maybe even a bank, and a complete payment gateway that will be able to process debit transactions, which does not require an IBM package, then I would be eternally grateful. Like really beyond grateful.

      When trying to research this online or asking people who work in the field everyone seems to say you buy the framework from IBM and build on top of it. Everywhere. All roads lead to Rome.

      I think part of the popularity of Blockchain is that its pretty much the only alternative system of sending monetary value.

      • Maggoty@lemmy.world
        link
        fedilink
        arrow-up
        4
        arrow-down
        2
        ·
        1 day ago

        It’s not that you can’t. It’s that it’s an extremely high risk venture, IBM’s code is proven, it would cost way more to make the code yourself, and you’re going to need like a decade to prove it works well before you get enough trust in it to work with business to business stuff.

        So everyone buys the proven code to avoid the headaches.

        • finitebanjo@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          1 day ago

          Right, yes, I want to do that. I want to create a high risk extremely unstable custom built payment gateway. Please send any reference text info on how to scan a credit card and format that data to make a nearly instantaneous withdrawal of funds from one bank to another and if there is an error then how to read those error codes like amount unauthorized or insufficient funds, etc.

          I want to do it. I want to host it all on my own machines. AFAIK it isn’t possible, that the internal know how used by banks and businesses is all handled by IBM.

          • Maggoty@lemmy.world
            link
            fedilink
            arrow-up
            2
            arrow-down
            1
            ·
            1 day ago

            Your sticking point is reading the actual code from the chip or magnetic stripe. Once you have that information you can do whatever you want with it in code. For sending and requesting payments it’s just API tie ins with the banks.

            • finitebanjo@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              edit-2
              1 day ago

              Card Scanners are not Payment Gateways. I don’t want to set up a use case for every Bank’s API, I want to make a standardized payment gateway without my end using IBM. I want homemade BaaS