WebAPI/WebPayment: Difference between revisions

Jump to navigation Jump to search
Line 131: Line 131:
     iss : "tu.com",
     iss : "tu.com",
     aud : sellerIdentifier,
     aud : sellerIdentifier,
     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 139: Line 139:
       price : "10.50",
       price : "10.50",
       currencyCode : "USD",
       currencyCode : "USD",
       productData => "my_product_id=123"
       productData : "my_product_id=123"
       postbackURL => “http://developerserver.com/postback”,
       postbackURL : "http://developerserver.com/postback",
       chargebackURL => “http://developerserver.com/chargeback”
       chargebackURL : "http://developerserver.com/chargeback"
     }
     },
     response: {
     response: {
       transactionID: "123456123456123456"  
       transactionID: "123456123456123456"  
Confirmed users
324

edits

Navigation menu