Skip to content

Instantly share code, notes, and snippets.

@georgeben
Created February 1, 2022 11:09
Show Gist options
  • Save georgeben/c035433672ebe9cff9eae08ac62cafa8 to your computer and use it in GitHub Desktop.
Save georgeben/c035433672ebe9cff9eae08ac62cafa8 to your computer and use it in GitHub Desktop.
curl https://api.paystack.co/plan
-H "Authorization: Bearer YOUR_SECRET_KEY"
-H "Content-Type: application/json"
-d '{ "name": "Monthly Retainer",
"interval": "monthly",
"amount": 500000
}'
-X POST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment