WebAPI/WebPayment: Difference between revisions

Jump to navigation Jump to search
(→‎Marketplace payment: remove country code)
(→‎Refunds for in-app purchases: remove country code)
Line 239: Line 239:
       "price" : [
       "price" : [
       {
       {
        "country": "US",
         "currency": "USD",
         "currency": "USD",
         "amount": 5.50
         "amount": "5.50"
       },  
       },  
       {
       {
        "country": "BR",
         "currency": "BRL",
         "currency": "BRL",
         "amount": 11.07
         "amount": "11.07"
       }],
       }],
       "defaultPrice": "US",
       "defaultPrice": "USD",
       "productData": "my_product_id=123"
       "productData": "my_product_id=123"
       "postbackURL": "http://developerserver.com/postback",
       "postbackURL": "http://developerserver.com/postback",
Confirmed users
324

edits

Navigation menu