Authentication
// curl https://{provided url}/v2/charges \
-u sk_test_BQokikJOvBiI2HlWgH4olfQ2:
# Curl uses the -u flag to pass basic auth credentials.(Adding a colon after your
# API key prevents curl from asking for a password.) A sample test API key is included
# in all the examples here, so you can test any example right away.
# To test requests using your account, replace the sample API key with your actual API key.Last updated