Skip to content

Instantly share code, notes, and snippets.

@payjscn
Created September 5, 2018 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save payjscn/ba77aef99f54ae124c07e78aed92f3c2 to your computer and use it in GitHub Desktop.
Save payjscn/ba77aef99f54ae124c07e78aed92f3c2 to your computer and use it in GitHub Desktop.
PAYJS 扫码 API DEMO CURL
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