Skip to content

Instantly share code, notes, and snippets.

@rserna2010
Created January 6, 2014 21:56
Show Gist options
  • Select an option

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

Select an option

Save rserna2010/8290521 to your computer and use it in GitHub Desktop.
CURL Credit Reversal
curl https://api.balancedpayments.com/v1/credits/:credit_uri/reversals \
-u key_secret: \
-d "credit_uri=/v1/marketplaces/:marketplace_uri/bank_accounts/:bank_account_uri/credits" \
-d "description=Reversal for Order #1111" \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment