Confirmed users
483
edits
m (→In-app payment) |
m (→In-app payment) |
||
| Line 142: | Line 142: | ||
<code> | <code> | ||
{ | { | ||
iss : "tu.com", | "iss" : "tu.com", | ||
aud : sellerIdentifier, | "aud" : sellerIdentifier, | ||
typ : "tu.com/payments/inapp/v1", | "typ" : "tu.com/payments/inapp/v1", | ||
exp : 1337370900, | "exp" : 1337370900, | ||
iat : 1337360900, | "iat" : 1337360900, | ||
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" : [{ | "price" : [{ | ||
"country": "BR", | "country": "BR", | ||
| Line 160: | Line 160: | ||
"chargebackURL" : "http://developerserver.com/chargeback" | "chargebackURL" : "http://developerserver.com/chargeback" | ||
}, | }, | ||
response: { | "response": { | ||
transactionID: | "transactionID": 123456123456123456 | ||
} | } | ||
} | } | ||