Answers for "paystack initiate payment"

0

paystack initiate payment

1curl https://api.paystack.co/transaction/initialize2-H "Authorization: Bearer YOUR_SECRET_KEY"3-H "Content-Type: application/json"4-d '{ "email": "[email protected]", "amount": "20000" }'5-X POST
Posted by: Guest on September-26-2021

Browse Popular Code Answers by Language