Last active
December 14, 2015 17:19
-
-
Save jhnvz/5121452 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"authentication_token": "sob2myNz1tJ3z6qF14uw", | |
"order": { | |
"product_name": "Super bike", | |
"product_description": "Superfast bike", | |
"price_in_cents": 25000, | |
"callback_url": "http://webshop.tld/plesents/payment_status", | |
"user_name": "John Doe", | |
"user_email": "[email protected]", | |
"order_id": "123456", | |
"sha1": "659a6a97776d12cb482d734edc0c7c6fbaa620c1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment