Skip to content

Instantly share code, notes, and snippets.

@and1truong
Forked from drushman/gist:3871535
Created October 11, 2012 10:54
Show Gist options
  • Select an option

  • Save and1truong/3871613 to your computer and use it in GitHub Desktop.

Select an option

Save and1truong/3871613 to your computer and use it in GitHub Desktop.
Update BrainTree Checkout Workflow 11/10/2012

Purchase and Checkout Workflow: Done

RAW Transaction Logs

  1. I created schema for tables to save log instead use watchdog.
  2. I log RAW Requests and RAW Responses sent and received from BrainTree (until test yet done)

BrainTree Additional Fields for a Transaction

Braintree doesn't send custom fields with subscription requests. Detail at braintree/braintree_ruby#18

Subscription / Rebill Workflow

  1. I created rules event base webhook and we can based on their to perform udpate data field.

Batch processing of transactions to rebuild a subscription state

This afternoon, I research subsciption and transaction, i not found any where that braintree save log subscription cancel. I working on to found resolve this problem

Transaction Log for End User

  • Not done.

Updating of Credit Card for End User

  • Done but check credit card on local not yet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment