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
I've had success on MY LAPTOP at processing payments with the following credentials: | |
"secret_key" => "sk_test_6NWSdHKNi2bMmFEC97KNdSE4", | |
"publishable_key" => "pk_test_y0Anew0bC8EzOqY0l23HuMvb" | |
Now, I'd like for the user, after successfully completing a payment, to get directed to some "member's only page" in which that page requires a webhook, API element, etc. | |
What must I do for this? |