Confirmed users
324
edits
No edit summary |
|||
| Line 83: | Line 83: | ||
"exp" : int(time.time() + 3600), | "exp" : int(time.time() + 3600), | ||
"iat" : int(time.time()), | "iat" : int(time.time()), | ||
"request" :{ | "request" : { | ||
"name" : "Piece of Cake", | "name" : "Piece of Cake", | ||
"description" : "Virtual chocolate cake to fill your virtual tummy", | "description" : "Virtual chocolate cake to fill your virtual tummy", | ||
"price" : "10.50", | "price" : "10.50", | ||
"currencyCode" : "USD", | "currencyCode" : "USD", | ||
"productData" | "productData" : "my_product_id=1234&my_session_id=XYZ", | ||
"postbackURL" : "http://developersserver.com/postback", | |||
"chargebackURL" : "http://developerserver.com/chargeback" | |||
} | } | ||
}, APP_SECRET) | }, APP_SECRET) | ||