Skip to content

Instantly share code, notes, and snippets.

@farhan-syed
Created September 24, 2015 07:51
Show Gist options
  • Save farhan-syed/64ef894be4bc44d3e0b3 to your computer and use it in GitHub Desktop.
Save farhan-syed/64ef894be4bc44d3e0b3 to your computer and use it in GitHub Desktop.
charge = Stripe::Charge.create(
:amount => cents,
:currency => "usd",
:source => params["stripeToken"],
:description => "Example charge",
:destination => params["stipeConnectedAccount"]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment