Skip to content

Instantly share code, notes, and snippets.

@rserna2010
Created January 14, 2014 21:46
Show Gist options
  • Select an option

  • Save rserna2010/8426433 to your computer and use it in GitHub Desktop.

Select an option

Save rserna2010/8426433 to your computer and use it in GitHub Desktop.
debit on specific card
curl https://api.balancedpayments.com/v1/customers/CU6hFfogMISo58cfwCoe8zbp/debits \
-u ak-test-2n5nNOMaPjkA5GCbOWlIeCNO79mdZ8cfQ: \
-d "appears_on_statement_as=Statement text" \
-d "amount=5000" \
-d "description=Some descriptive text for the debit in the dashboard"
-d "source_uri=card_uri"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment