#Payments

1 messages · Page 1 of 1 (latest)

unreal pecanBOT
#

Payments Technology Thread

green osprey
#

Can Google Adopt Bitcoin as currency tender for global payments?

knotty pecan
#

I am integrating Google Pay with Stripe as the gateway and getting OR_BIBED_08 after the user clicks Pay in the PaymentRequest UI. The UI opens fine, card is displayed correctly, test environment notice shows, but it always fails with Something went wrong. Try again later or use another payment method. [OR_BIBED_08].

Everything I've already checked:

  • Using correct test publishable key (pk_test_51Sa...) in environment: 'TEST'
  • tokenizationSpecification has gateway: stripe, publishable key set correctly
  • Tried stripe:version values 2022-11-15 (my account's exact default API version), 2020-08-27 and 2025-11-17 none made a difference
  • allowedPaymentMethods[0].type is a string 'CARD' not an array
  • totalPrice is a correctly formatted decimal string
  • countryCode and currencyCode are correct
  • merchantInfo is not the issue, Google's docs confirm merchantId is ignored in TEST mode
  • Test Domain is registered and verified in Stripe dashboard
  • Google Pay is toggled toactive in Stripe dashboard
tawdry meadow
#

@knotty pecan this was a temporary issue and we resolve this in the meantime