Discussions

Ask a Question
ANSWERED

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?

ANSWERED

Please tell me the payment fee percentage for credit card, ewallet payment methods

Please tell me the payment fee percentage for credit card, ewallet payment methods.

ANSWERED

Can't disable a webhook

I am trying to disable a webhook, however I am getting the following error:

ANSWERED

do i need to activate my account to use paymongo links(GCASH)

do i need to activate my account to use Gcash Links or any other payment method links?

Manual Capture (How to be whitelisted)

{"errors":[{"code":"organization_not_allowed","detail":"Manual capture is not available for this organization.","source":{"pointer":"capture_type","attribute":"capture_type"}}]}

How to Fetch Payment ID in G-cash payment API

Hello I'm trying to create a g-cash payment method in my website, I want to fetch the payment id in my data based.

ANSWERED

Always enforce card supporting 3DS only ?

Is there any mechanism where we can control accepting 3DS enabled cards only ?

ANSWERED

source.chargeable vs payment.paid

If we received the event source.chargeable in the webhook, does this mean that the payment status is success already? We can disregard the payment.paid event?

ANSWERED

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.

ANSWERED

What programming language can I use to integrate with PayMongo's API?