Discussions
Error in Making Payment Method Resource on Javascript Client Side
Hello. I am trying to create a Payment Method Resource on Javascript Client Side.But I got this error.
CreateACheckout is not a valid operation.
This is my strapi backend:
Recurring payments update
Do you have updates with recurring payments? I mean, do you now support it?
Paymongo payload to Webhook
Paymong doesnt sending payload to my Webhook
ROBUST API
HELLO I INTEGRATE CHECKOUT BUT IT SEEMS WHEN I CLICK CHECKOUT AND CHOOSE GCASH EWALLET PAYMENT IT DIRECT TO PAYMONGO CHECKOUT PAGE. NOT IN THE OTHER PAGE WHEN I CAN LOGIN MY GCASH AND PIN TO PAY.
Why is my Webhook to Endpoint not Receiving an Event?
Webhook already created and its not Receiving Event direct on my api endpoint.
My url is accessible and when I test using Postman, it works.
No webhook received using live mode or endpoint not triggered
Good day, we're creating a website that uses Paymongo pages. When we test using Postman, it works, but when we try to pay in live mode using Paymongo pages, we don't receive the webhook or trigger our endpoint. Are there any steps to determine the problem?; how to know if paymongo has already sent the webhook?
Livemode Webhook
Hi it is possible and no conflict if I create another webhook in Live mode since the payment process was different. First and current payment was on WordPress and the other one was on payment page on paymongo because we're ongoing development and rebuild our website and wordpress should not be use in the future.
Can the webhook's destination URL be direct to api endpoint on the aws server public ip addres?
Can I use my local endpoint from aws server public ip address when registering a webhook? like can I use http://localhost:3000?
Failing test payment for GCash/GrabPay with unexpected behaviors
We are trying to migrate GCash/GrabPay workflow from Sources to the new Payment Intent workflow. We have noticed that after attaching the payment method to the payment intent and redirected to the sandbox page, if you try to click on Fail Test Payment button, the payment intent status becomes awaiting_next_action instead of becoming awaiting_payment_method which is the usual behavior for other payment mthods.