So I’ve integrated the squareSDK, and in lower environments I can get the token from Google Pay (GP), but in production I get an error from GP with code [OR_BIBED_11], their documentation states that I need to fill out a form for google pay production approval which feel excessive, I’m assuming its because of screw up in defining the gateway on my end…
put(“parameters”, JSONObject(mapOf(
“gateway” to “example”,
“gatewayMerchantId” to “exampleGatewayMerchantId”)))
here…
so my question is… I see that square has a gateway option in the google pay tutorial. will repleacing “example” with “square” and “exampleGatewayMerchantId” with the merchant id from the payment profile in the google PLAY console fix my problem? or I’m I overthinking this process???
8 posts - 2 participants