#node-payment-link-amount
1 messages · Page 1 of 1 (latest)
@spice lagoon that Checkout Session is entirely unrelated to Payment Links as a product. You don't use a Payment Link right now. Your code explicitly creates a Checkout Session via the API after the button click. And it explicitly passes a Price for 7000$ instead of $7500
You can see the request yourself in the Dashboard easily here: https://dashboard.stripe.com/logs/req_OEoJ64Ael3xGTR and it's created by a Wordpress plugin you are using
@left zodiac - thank you sir. So I was using WP Simple Pay lite (which is where that 7000 was set). but I replaced one of the payment buttons (to test) with the no code link at 7500. How could wp simple Pay override that if Im using the actual no pay link?
my guess is that the button is still built/controlled by the plugin and you didn't update the code/link to be your PaymentLink link instead?
The URL you shared now errors for me so I can't load to look
@spice lagoon did that make sense?
Hello. Catching up here...
New question from the main thread:
Hi. As part of my ongoing issue. It seems I need to revoke WP simple pay's authorization. because it seems to be overriding the no-code links I put in. having said that. How do I re-authorized WP simple pay again, if my test fails and I need to?