Confirmed users
324
edits
| Line 131: | Line 131: | ||
iss : "tu.com", | iss : "tu.com", | ||
aud : sellerIdentifier, | aud : sellerIdentifier, | ||
typ : "tu.com/payments/inapp/ | typ : "tu.com/payments/inapp/v1", | ||
exp : int(time.time() + 3600), | exp : int(time.time() + 3600), | ||
iat : int(time.time()), | iat : int(time.time()), | ||
| Line 139: | Line 139: | ||
price : "10.50", | price : "10.50", | ||
currencyCode : "USD", | currencyCode : "USD", | ||
productData | productData : "my_product_id=123" | ||
postbackURL | postbackURL : "http://developerserver.com/postback", | ||
chargebackURL | chargebackURL : "http://developerserver.com/chargeback" | ||
} | }, | ||
response: { | response: { | ||
transactionID: "123456123456123456" | transactionID: "123456123456123456" | ||