I am getting the response as below.
{"status":21002, "exception":"java.lang.NullPointerException"}
I am encoding the receipt using Base64 only.
I am testing it in sandbox.
What will be the problem? Can anyone help me?
I am getting the response as below.
{"status":21002, "exception":"java.lang.NullPointerException"}
I am encoding the receipt using Base64 only.
I am testing it in sandbox.
What will be the problem? Can anyone help me?
We had the same problem - until we discovered that we didn't include the post body in the request and only sent an empty request.
hi all i got the solution
just send the receipt data after encoding into base 64 as json with key "receipt-data"