Discussions
Can I create a checkout session with capture_type as manual?
I would like to take advantage of the pre-built checkout page to pre-authorize a payment prior to reserving an item in my inventory for the customer. If the item is available and the pre-auth is successful, I would capture the payment intent. If not, then I would expire the checkout session/cancel the payment intent.
How to create a redirection to the website after successful payment has been done
- After clicking 'Pay Now' button the customer will be redirected to paymongo
- Once, all information asked is supplied. The payment will be processed as expected.
- In my scenario, it will remain with the paymongo and ask that the window can be closed instead of redirecting it back to Customer Dashboard
attributes cannot be blank
Why i have this error, i check attribute and it is not empty
Transaction Limits
Is there a minimum/maximum amount per transaction for the different payment methods?
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.