Created
September 5, 2018 14:38
-
-
Save payjscn/ba77aef99f54ae124c07e78aed92f3c2 to your computer and use it in GitHub Desktop.
PAYJS 扫码 API DEMO CURL
This file contains 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.stripe.com/v1/charges \ | |
-d mchid=***** \ | |
-d total_fee=999 \ | |
-d out_trade_no=123412342134 \ | |
-d body="订单标题" \ | |
-d notify_url="https://www.baidu.com" \ | |
-d sign=************ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment