Created
January 6, 2014 21:56
-
-
Save rserna2010/8290521 to your computer and use it in GitHub Desktop.
CURL Credit Reversal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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