WebAPI/WebPayment: Difference between revisions

Line 248: Line 248:
     "iat" : int(time.time()),
     "iat" : int(time.time()),
     "request" : {
     "request" : {
       "refund": "123456177777777", // transaction ID associated to app purchase flow
       "refund" : "123456177777777", // transaction ID associated to app purchase flow
       "reason": "Application refund",
       "reason" : "Application refund",
       "chargebackURL" => "marketplace.mozilla.org/chargeback"
       "chargebackURL" : "https://marketplace.mozilla.org/chargeback"
     }
     }
   }
   }
Confirmed users
324

edits