Skip to content

Instantly share code, notes, and snippets.

@PHPNovice
PHPNovice / gist:5885771
Created June 28, 2013 15:57
How do I get redirected to a "member's only page" using these keys?
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?