Discussions

Ask a Question

Diifferent payment intent before and after transaction

Hi, Pay Mongo Developer, I have encounter different payment intent before and after the transaction. Example during registration, the portal send a payment intent (pi_xxxx1) but webhook on any transaction update sends back different payment intent ( pi_xxxxx2).

ANSWERED

Do you use iFrames?

Do you use iFrames?
If so, can you share which processes you use for iFrames?

Grabpay doesn't call the URL back when failing

Hi,

ANSWERED

Webhook related queries

I have implemented checkout_sessions in our product. Could you please provide us with all the sample webhook responses, and let me know which statuses I should expect apart from paid?

ANSWERED

QRPH Character Content

Hello

ANSWERED

Generate a payment checkoutURL

need to generate a payment checkout url for our customers, which API I should use ? and how can I configure webhook for real time status for the order ?

ANSWERED

api

for e-wallets payment methods connect to my vending machine and my business website

ANSWERED

Required IPs or URLs to Whitelist

We plan to integrate PayMongo with our Wi-Fi service platform to enable top-up payments for users.

ANSWERED

Do you have webhook notifications for payout status (like payout.paid or payout.failed)?

Do you have webhook notifications for payout status (like payout.paid or payout.failed)?

ANSWERED

Trying the Subscription api but keep getting an error for - default_device

Creating customer in PayMongo...
PayMongo Customer creation error: {
errors: [
{
code: 'parameter_invalid',
detail: 'The default_device passed desktop is invalid.',
source: [Object]
}
]
}
POST /api/payments/create-subscription 400 in 816ms