WebAPI/WebPayment: Difference between revisions

Jump to navigation Jump to search
Line 166: Line 166:
     iss : sellerIdentifier, // developer identifier in this case
     iss : sellerIdentifier, // developer identifier in this case
     aud : "tu.com",
     aud : "tu.com",
     typ : "tu.com/payments/inapp/v1”,
     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 174: Line 174:
       price : "0.99”,,
       price : "0.99”,,
       currencyCode : "USD",
       currencyCode : "USD",
       postbackURL: “marketplace.mozilla.org/postback”,
       postbackURL : "marketplace.mozilla.org/postback",
       chargebackURL: “marketplace.mozilla.org/chargeback”,
       chargebackURL : "marketplace.mozilla.org/chargeback",
       productData => "my_product_id=123"
       productData : "my_product_id=123"
     }
     }
   }
   }
Confirmed users
324

edits

Navigation menu