receipt total not fulfilled on receipt validation

Hi All I am trying to verify for my site. receipt was done by a subscriber , and we need to get the total and currency and origin so we may calculate tax and revenue for application the we maintain.

trying to verify receipt (using this api : https://buy.itunes.apple.com/verifyReceipt).

I do get many details about the subscription , but the specific fiscal data is missing : no total , no tax , no currency , no origin

can someone say if there is a way to get this values from receipt ? and what is it ?

I am using this values :

{ "method": "post", "url": "https://buy.itunes.apple.com/verifyReceipt", "headers": { "Accept": "application/json,application/a-gzip", "Authorization": "Bearer + < token > ", "encoding": "utf8" }, "data": { "method": "POST", "url": "https://buy.itunes.apple.com/verifyReceipt", "params": { "password": "3301aXxxxx....xxxXXXX06980", "exclude-old-transactions": false, "receipt-data": "MIIVtgYJKoZIhvcNAQcCoIIVpzCCFaMCAQExCzAJBgUrDgMCGgXxxxxxx...xxxxxxxXAIBBQIBAQQUQkguVRLVu7Wi " } } }

token is a Java Web Signature (JWS) token generated according to apple documentation

Replies

No, that information is not in the receipt.

  • OK , thanks for fast reply can you direct me how may I get it ?

  • App Store Connect financial reports.

  • Hi and thanks for answering this.

    I tried to execute financial reports api , but get no data (when I download it manually it does download properly) I even opened a forum question about this

    financial report not finding data

    but did not get any answer about it , yet .

    did you manage to do this directly with api ? did you download it manually ?

Add a Comment