Created
February 1, 2022 11:09
-
-
Save georgeben/c035433672ebe9cff9eae08ac62cafa8 to your computer and use it in GitHub Desktop.
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.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