Skip to content

Instantly share code, notes, and snippets.

View cieplak's full-sized avatar

Patrick Cieplak cieplak

  • Stripe
  • San Francisco, Oakland
View GitHub Profile
<?php
require('vendor/autoload.php');
Httpful\Bootstrap::init();
RESTful\Bootstrap::init();
Balanced\Bootstrap::init();
print "create our new api key\n";
$key = new Balanced\APIKey();
<?php
require('vendor/autoload.php');
Httpful\Bootstrap::init();
RESTful\Bootstrap::init();
Balanced\Bootstrap::init();
use Balanced\Card;
use Balanced\Customer;
<?php
require('vendor/autoload.php');
Httpful\Bootstrap::init();
RESTful\Bootstrap::init();
Balanced\Bootstrap::init();
use Balanced\Card;
use Balanced\Customer;

At around 12:54PM PST, our data centers experienced a network outage for approximately 2 minutes, our failover systems were also affected.

Most of the system recovered within a few minutes for customers, however, the network blip caused a runaway processess for our production customers to stop accepting network requests for all card tokenizations and card authorizations.

The card tokenization and authorization outages started approximately at 1:00PM PST and continued until we restarted our processes at 1:15PM PST.

from __future__ import unicode_literals
from datetime import datetime
from sqlalchemy import (
create_engine, Column, Table, Integer, DateTime, Unicode, MetaData,
ForeignKey)
from sqlalchemy.ext.declarative import (
declarative_base, _declarative_constructor)
from sqlalchemy.orm import scoped_session, sessionmaker
from __future__ import unicode_literals
import csv
import json
import re
class Report(object):
class Order(object):
#!/usr/bin/env python
from __future__ import unicode_literals
import argparse
import csv
from datetime import datetime
from decimal import Decimal
from balanced_service import models
from balanced_service.db import Session
curl https://api.balancedpayments.com/v1/bank_accounts -u ':' -d "routing_number=121000358" \
-d "type=checking" \
-d "name=Johann Bernoulli" \
-d "account_number=9900000001"
{
"credits_uri": "/v1/bank_accounts/BA4JtnCrgPcpsvU1H9BqGOf0/credits",
"bank_name": "BANK OF AMERICA, N.A.",
"_type": "bank_account",
"customer": null,
"_uris": {
ledgered_amount = lambda txn: (
txn.amount *
# multiplier lookup
{
txn.states.SUCCEEDED: 1,
txn.states.FAILED: 0,
txn.states.PENDING: {
# pessimistic vs optimistic
txn.types.CREDIT: 1,
txn.types.DEBIT: 0,
PATRICK CIEPLAK
Phone : 415.425.1831
Email : [email protected]
--------------------------------------------------------------------------------
Professional Experience
--------------------------------------------------------------------------------
BALANCED