Discussions

Ask a Question
ANSWERED

Testing GCash & GrabPay Failure Scenario

Hi Paymongo Team, we would like to update the Order status when E-Wallet payment with GCash / GrabPay fails. While verifying this failure case in the Test mode, when I click "Fail Test Payment" in the E-Wallet page, the browser is getting refirected to the "failure" URL as passed in the API payload as expected. However there seems to be no webhook call to indicate the Payment has failed, though we have registered "payment.fail" webhook.

ANSWERED

Always enforce card supporting 3DS only ?

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

ANSWERED

Separate integration for eWallet, Credit and debit cards?

Do we need separate integrations for eWallet, Credit and debit cards or it will be in a single go. I mean user have to choose an option that how to pay but settings/configuration would be in one go.

Idempotency Tokens

Is this planned or do you have any other workarounds on approaching this with PayMongo API?

Why Callback is not coming .Please reply

Hi Paymongo Team,

ANSWERED

Callback is not coming

Hi Paymongo Team,

Integrate with PaidMembershipPro

How to integrate Paymongo with Paidmembershippro? Thanks

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

Is there support for making payments using stored credit cards ?

We would like to avoid user entering the credit card details every time during a checkout. Since on creation of a Payment Method with credit card details returns an ID, I was just wondering if you could support using the same ID across multiple Payment Intents. This would simplify our checkout experience, by storing the Payment Method ID (equivalent to storing the credit card, though details are not captured) and pass the same for future Payment Intents. Thanks.

ANSWERED

Payment Method creation before Payment Intent mandatory ?

As per the steps provided in the documentation, Payment Intent needs to be created first and than the Payment Method should be created. Is this sequence mandatory ?