cancel
Showing results for 
Search instead for 
Did you mean: 

IAP - Error OVR77152342 after calling API ovr_IAP_LaunchCheckoutFlow with no useful error message

ghostblade1982
Honored Guest
When calling API ovr_IAP_LaunchCheckoutFlow(const char* sku)
I get the following error message:

[QueueAsyncResponseHandler] failure: OVR77152342

No further information to help debug this issue.

In the function doc, it says:
/// Launch the checkout flow to purchase the existing product. Oculus Home
/// tries handle and fix as many errors as possible. Home returns the
/// appropriate error message and how to resolveit, if possible. Returns a
/// purchase on success, empty purchase on cancel, and an error on error.

However, as you can see the error message provided no information on how to resolve it.
3 REPLIES 3

ghostblade1982
Honored Guest
Anyone seen this error before?

Some additional info: other IAP API calls are successful such as ovr_IAP_GetProductsBySKU(), so I'm assuming the app setup and Oculus platform SDK and runtime SDK are correctly setup. consumable items are correctly uploaded to my App store.

I'm modifying the Sample app 'NativeSample' to test the purchase.

ghostblade1982
Honored Guest
hi, I did setup the organization payment method on the Payment Info tab of my organization page.  After clicking 'submit', the first 5 digits of routing number were masked as '*', while the account number became the last 4 digits of the account number I input. I input the information again and the problem still persists 

ghostblade1982
Honored Guest
Thanks for looking into this. Any updates?