Closed nodebe closed 5 years ago
Did you set your secret key?
yes I did
the currency parameter is not passing. It passes sucessfully when I remove the currency. How can I make the user see that he/she is paying in dollars
@nodebe please reference Paystack as this is not an issue with the Library https://paystack.com/blog/product/new-accept-payments-in-usd
This link talks about enabling it from your Paystack account dashboard. I know this because I had a chat with the Paystack team sometime ago.
response = Transaction.initialize(reference=uuid, amount=amount, email='myemail@gmail.com', currency='USD') But it is returning unauthorized